Skip to content

Commit c686c4a

Browse files
azure-sdkyiliuTo
andauthored
Increment version for spring releases (Azure#15174)
* Increment package version after release of com.microsoft.azure spring-cloud-azure-servicebus-topic-stream-binder * Increment package version after release of com.microsoft.azure spring-cloud-azure-messaging * Increment package version after release of com.microsoft.azure spring-cloud-azure-context * Increment package version after release of com.microsoft.azure spring-cloud-azure-telemetry * Increment package version after release of com.microsoft.azure spring-integration-azure-core * Increment package version after release of com.microsoft.azure spring-integration-azure-test * Increment package version after release of com.microsoft.azure spring-cloud-azure-eventhubs-stream-binder * Increment package version after release of com.microsoft.azure spring-cloud-azure-servicebus-stream-binder-core * Increment package version after release of com.microsoft.azure spring-cloud-azure-servicebus-queue-stream-binder * Increment package version after release of com.microsoft.azure spring-cloud-azure-stream-binder-test * Increment package version after release of com.microsoft.azure spring-cloud-starter-azure-storage-queue * Increment package version after release of com.microsoft.azure spring-cloud-starter-azure-servicebus * Increment package version after release of com.microsoft.azure spring-starter-azure-storage * Increment package version after release of com.microsoft.azure spring-integration-servicebus * Increment package version after release of com.microsoft.azure spring-starter-azure-cache * Increment package version after release of com.microsoft.azure spring-cloud-starter-azure-eventhubs * Increment package version after release of com.microsoft.azure spring-cloud-azure-autoconfigure * Increment package version after release of com.microsoft.azure spring-integration-storage-queue * Increment package version after release of com.microsoft.azure spring-cloud-starter-azure-eventhubs-kafka * Increment package version after release of com.microsoft.azure spring-cloud-azure-storage * Increment package version after release of com.microsoft.azure spring-integration-eventhubs Co-authored-by: Yi Liu <yiliu6@microsoft.com>
1 parent 2a5327e commit c686c4a

File tree

61 files changed

+217
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+217
-154
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -385,52 +385,52 @@
385385
<dependency>
386386
<groupId>com.microsoft.azure</groupId>
387387
<artifactId>spring-cloud-azure-context</artifactId>
388-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-context;current} -->
388+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-context;current} -->
389389
</dependency>
390390
<dependency>
391391
<groupId>com.microsoft.azure</groupId>
392392
<artifactId>spring-cloud-azure-telemetry</artifactId>
393-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-telemetry;current} -->
393+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-telemetry;current} -->
394394
</dependency>
395395
<dependency>
396396
<groupId>com.microsoft.azure</groupId>
397397
<artifactId>spring-integration-azure-core</artifactId>
398-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-azure-core;current} -->
398+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-azure-core;current} -->
399399
</dependency>
400400
<dependency>
401401
<groupId>com.microsoft.azure</groupId>
402402
<artifactId>spring-integration-azure-test</artifactId>
403-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-azure-test;current} -->
403+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-azure-test;current} -->
404404
</dependency>
405405
<dependency>
406406
<groupId>com.microsoft.azure</groupId>
407407
<artifactId>spring-integration-eventhubs</artifactId>
408-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-eventhubs;current} -->
408+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-eventhubs;current} -->
409409
</dependency>
410410
<dependency>
411411
<groupId>com.microsoft.azure</groupId>
412412
<artifactId>spring-integration-servicebus</artifactId>
413-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-servicebus;current} -->
413+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-servicebus;current} -->
414414
</dependency>
415415
<dependency>
416416
<groupId>com.microsoft.azure</groupId>
417417
<artifactId>spring-integration-storage-queue</artifactId>
418-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-storage-queue;current} -->
418+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-integration-storage-queue;current} -->
419419
</dependency>
420420
<dependency>
421421
<groupId>com.microsoft.azure</groupId>
422422
<artifactId>spring-cloud-azure-storage</artifactId>
423-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-storage;current} -->
423+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-storage;current} -->
424424
</dependency>
425425
<dependency>
426426
<groupId>com.microsoft.azure</groupId>
427427
<artifactId>spring-cloud-azure-autoconfigure</artifactId>
428-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-autoconfigure;current} -->
428+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-autoconfigure;current} -->
429429
</dependency>
430430
<dependency>
431431
<groupId>com.microsoft.azure</groupId>
432432
<artifactId>spring-cloud-azure-messaging</artifactId>
433-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-messaging;current} -->
433+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-messaging;current} -->
434434
</dependency>
435435
<dependency>
436436
<groupId>com.microsoft.azure</groupId>
@@ -440,57 +440,57 @@
440440
<dependency>
441441
<groupId>com.microsoft.azure</groupId>
442442
<artifactId>spring-starter-azure-cache</artifactId>
443-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-cache;current} -->
443+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-cache;current} -->
444444
</dependency>
445445
<dependency>
446446
<groupId>com.microsoft.azure</groupId>
447447
<artifactId>spring-cloud-starter-azure-eventhubs</artifactId>
448-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
448+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
449449
</dependency>
450450
<dependency>
451451
<groupId>com.microsoft.azure</groupId>
452452
<artifactId>spring-cloud-starter-azure-eventhubs-kafka</artifactId>
453-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;current} -->
453+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;current} -->
454454
</dependency>
455455
<dependency>
456456
<groupId>com.microsoft.azure</groupId>
457457
<artifactId>spring-cloud-starter-azure-servicebus</artifactId>
458-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-servicebus;current} -->
458+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-servicebus;current} -->
459459
</dependency>
460460
<dependency>
461461
<groupId>com.microsoft.azure</groupId>
462462
<artifactId>spring-starter-azure-storage</artifactId>
463-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-storage;current} -->
463+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-storage;current} -->
464464
</dependency>
465465
<dependency>
466466
<groupId>com.microsoft.azure</groupId>
467467
<artifactId>spring-cloud-starter-azure-storage-queue</artifactId>
468-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-storage-queue;current} -->
468+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-storage-queue;current} -->
469469
</dependency>
470470
<dependency>
471471
<groupId>com.microsoft.azure</groupId>
472472
<artifactId>spring-cloud-azure-servicebus-stream-binder-core</artifactId>
473-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-stream-binder-core;current} -->
473+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-stream-binder-core;current} -->
474474
</dependency>
475475
<dependency>
476476
<groupId>com.microsoft.azure</groupId>
477477
<artifactId>spring-cloud-azure-stream-binder-test</artifactId>
478-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-stream-binder-test;current} -->
478+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-stream-binder-test;current} -->
479479
</dependency>
480480
<dependency>
481481
<groupId>com.microsoft.azure</groupId>
482482
<artifactId>spring-cloud-azure-servicebus-topic-stream-binder</artifactId>
483-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-topic-stream-binder;current} -->
483+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-topic-stream-binder;current} -->
484484
</dependency>
485485
<dependency>
486486
<groupId>com.microsoft.azure</groupId>
487487
<artifactId>spring-cloud-azure-servicebus-queue-stream-binder</artifactId>
488-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-queue-stream-binder;current} -->
488+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-servicebus-queue-stream-binder;current} -->
489489
</dependency>
490490
<dependency>
491491
<groupId>com.microsoft.azure</groupId>
492492
<artifactId>spring-cloud-azure-eventhubs-stream-binder</artifactId>
493-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
493+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
494494
</dependency>
495495
</dependencies>
496496
<build>

eng/versioning/version_client.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,27 @@ com.microsoft.azure:azure-servicebus-jms-spring-boot-starter;2.3.5;2.4.0-beta.1
9797
com.microsoft.azure:azure-spring-boot-metrics-starter;2.3.5;2.4.0-beta.1
9898
com.microsoft.azure:azure-spring-boot-starter;2.3.5;2.4.0-beta.1
9999
com.microsoft.azure:azure-spring-boot;2.3.5;2.4.0-beta.1
100-
com.microsoft.azure:spring-cloud-azure-autoconfigure;1.2.8;1.2.8
101-
com.microsoft.azure:spring-cloud-azure-context;1.2.8;1.2.8
102-
com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;1.2.8;1.2.8
103-
com.microsoft.azure:spring-cloud-azure-messaging;1.2.8;1.2.8
104-
com.microsoft.azure:spring-cloud-azure-servicebus-queue-stream-binder;1.2.8;1.2.8
105-
com.microsoft.azure:spring-cloud-azure-servicebus-stream-binder-core;1.2.8;1.2.8
106-
com.microsoft.azure:spring-cloud-azure-servicebus-topic-stream-binder;1.2.8;1.2.8
107-
com.microsoft.azure:spring-cloud-azure-storage;1.2.8;1.2.8
108-
com.microsoft.azure:spring-cloud-azure-stream-binder-test;1.2.8;1.2.8
109-
com.microsoft.azure:spring-cloud-azure-telemetry;1.2.8;1.2.8
110-
com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;1.2.8;1.2.8
111-
com.microsoft.azure:spring-cloud-starter-azure-eventhubs;1.2.8;1.2.8
112-
com.microsoft.azure:spring-cloud-starter-azure-servicebus;1.2.8;1.2.8
113-
com.microsoft.azure:spring-cloud-starter-azure-storage-queue;1.2.8;1.2.8
114-
com.microsoft.azure:spring-integration-azure-core;1.2.8;1.2.8
115-
com.microsoft.azure:spring-integration-azure-test;1.2.8;1.2.8
116-
com.microsoft.azure:spring-integration-eventhubs;1.2.8;1.2.8
117-
com.microsoft.azure:spring-integration-servicebus;1.2.8;1.2.8
118-
com.microsoft.azure:spring-integration-storage-queue;1.2.8;1.2.8
119-
com.microsoft.azure:spring-starter-azure-cache;1.2.8;1.2.8
120-
com.microsoft.azure:spring-starter-azure-storage;1.2.8;1.2.8
100+
com.microsoft.azure:spring-cloud-azure-autoconfigure;1.2.8;1.3.0-beta.1
101+
com.microsoft.azure:spring-cloud-azure-context;1.2.8;1.3.0-beta.1
102+
com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;1.2.8;1.3.0-beta.1
103+
com.microsoft.azure:spring-cloud-azure-messaging;1.2.8;1.3.0-beta.1
104+
com.microsoft.azure:spring-cloud-azure-servicebus-queue-stream-binder;1.2.8;1.3.0-beta.1
105+
com.microsoft.azure:spring-cloud-azure-servicebus-stream-binder-core;1.2.8;1.3.0-beta.1
106+
com.microsoft.azure:spring-cloud-azure-servicebus-topic-stream-binder;1.2.8;1.3.0-beta.1
107+
com.microsoft.azure:spring-cloud-azure-storage;1.2.8;1.3.0-beta.1
108+
com.microsoft.azure:spring-cloud-azure-stream-binder-test;1.2.8;1.3.0-beta.1
109+
com.microsoft.azure:spring-cloud-azure-telemetry;1.2.8;1.3.0-beta.1
110+
com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;1.2.8;1.3.0-beta.1
111+
com.microsoft.azure:spring-cloud-starter-azure-eventhubs;1.2.8;1.3.0-beta.1
112+
com.microsoft.azure:spring-cloud-starter-azure-servicebus;1.2.8;1.3.0-beta.1
113+
com.microsoft.azure:spring-cloud-starter-azure-storage-queue;1.2.8;1.3.0-beta.1
114+
com.microsoft.azure:spring-integration-azure-core;1.2.8;1.3.0-beta.1
115+
com.microsoft.azure:spring-integration-azure-test;1.2.8;1.3.0-beta.1
116+
com.microsoft.azure:spring-integration-eventhubs;1.2.8;1.3.0-beta.1
117+
com.microsoft.azure:spring-integration-servicebus;1.2.8;1.3.0-beta.1
118+
com.microsoft.azure:spring-integration-storage-queue;1.2.8;1.3.0-beta.1
119+
com.microsoft.azure:spring-starter-azure-cache;1.2.8;1.3.0-beta.1
120+
com.microsoft.azure:spring-starter-azure-storage;1.2.8;1.3.0-beta.1
121121
com.microsoft.azure:spring-cloud-azure-appconfiguration-config-web;1.2.8-beta.1;1.2.8-beta.1
122122
com.microsoft.azure:spring-cloud-azure-appconfiguration-config;1.2.8-beta.1;1.2.8-beta.1
123123
com.microsoft.azure:spring-cloud-azure-feature-management-web;1.2.8-beta.1;1.2.8-beta.1

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-cache-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-starter-azure-cache</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-cache;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-starter-azure-cache;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-eventhubs-binder-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-cloud-azure-eventhubs-stream-binder</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-eventhubs-integration-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-cloud-starter-azure-eventhubs</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-eventhubs-kafka-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-cloud-starter-azure-eventhubs-kafka</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs-kafka;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-eventhubs-multibinders-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.azure</groupId>
3737
<artifactId>spring-cloud-azure-eventhubs-stream-binder</artifactId>
38-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
38+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-azure-eventhubs-stream-binder;current} -->
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-eventhubs-operation-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-cloud-starter-azure-eventhubs</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-messaging-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.microsoft.azure</groupId>
3232
<artifactId>spring-cloud-starter-azure-eventhubs</artifactId>
33-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
33+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-eventhubs;current} -->
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-cloud-servicebus-integration-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure</groupId>
3636
<artifactId>spring-cloud-starter-azure-servicebus</artifactId>
37-
<version>1.2.8</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-servicebus;current} -->
37+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:spring-cloud-starter-azure-servicebus;current} -->
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)