Skip to content

Commit 7989020

Browse files
authored
Update versions for Azure Spring June release (Azure#22470)
* update bom version for Azure Spring June release
1 parent cbe4f8e commit 7989020

File tree

144 files changed

+274
-273
lines changed

Some content is hidden

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

144 files changed

+274
-273
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -410,47 +410,47 @@
410410
<dependency>
411411
<groupId>com.azure.spring</groupId>
412412
<artifactId>azure-identity-spring</artifactId>
413-
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
413+
<version>1.6.0</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
414414
</dependency>
415415
<dependency>
416416
<groupId>com.azure.spring</groupId>
417417
<artifactId>azure-spring-boot</artifactId>
418-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
418+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
419419
</dependency>
420420
<dependency>
421421
<groupId>com.azure.spring</groupId>
422422
<artifactId>azure-spring-boot-starter</artifactId>
423-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter;current} -->
423+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter;current} -->
424424
</dependency>
425425
<dependency>
426426
<groupId>com.azure.spring</groupId>
427427
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
428-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
428+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
429429
</dependency>
430430
<dependency>
431431
<groupId>com.azure.spring</groupId>
432432
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
433-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
433+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
434434
</dependency>
435435
<dependency>
436436
<groupId>com.azure.spring</groupId>
437437
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
438-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
438+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
439439
</dependency>
440440
<dependency>
441441
<groupId>com.azure.spring</groupId>
442442
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
443-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
443+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
444444
</dependency>
445445
<dependency>
446446
<groupId>com.azure.spring</groupId>
447447
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
448-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
448+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
449449
</dependency>
450450
<dependency>
451451
<groupId>com.azure.spring</groupId>
452452
<artifactId>azure-spring-boot-starter-storage</artifactId>
453-
<version>3.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-storage;current} -->
453+
<version>3.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-storage;current} -->
454454
</dependency>
455455
<dependency>
456456
<groupId>com.azure</groupId>
@@ -460,47 +460,47 @@
460460
<dependency>
461461
<groupId>com.azure.spring</groupId>
462462
<artifactId>azure-spring-cloud-context</artifactId>
463-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-context;current} -->
463+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-context;current} -->
464464
</dependency>
465465
<dependency>
466466
<groupId>com.azure.spring</groupId>
467467
<artifactId>azure-spring-integration-core</artifactId>
468-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
468+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
469469
</dependency>
470470
<dependency>
471471
<groupId>com.azure.spring</groupId>
472472
<artifactId>azure-spring-integration-test</artifactId>
473-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-test;current} -->
473+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-test;current} -->
474474
</dependency>
475475
<dependency>
476476
<groupId>com.azure.spring</groupId>
477477
<artifactId>azure-spring-integration-eventhubs</artifactId>
478-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
478+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
479479
</dependency>
480480
<dependency>
481481
<groupId>com.azure.spring</groupId>
482482
<artifactId>azure-spring-integration-servicebus</artifactId>
483-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
483+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
484484
</dependency>
485485
<dependency>
486486
<groupId>com.azure.spring</groupId>
487487
<artifactId>azure-spring-integration-storage-queue</artifactId>
488-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-storage-queue;current} -->
488+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-storage-queue;current} -->
489489
</dependency>
490490
<dependency>
491491
<groupId>com.azure.spring</groupId>
492492
<artifactId>azure-spring-cloud-storage</artifactId>
493-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-storage;current} -->
493+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-storage;current} -->
494494
</dependency>
495495
<dependency>
496496
<groupId>com.azure.spring</groupId>
497497
<artifactId>azure-spring-cloud-autoconfigure</artifactId>
498-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-autoconfigure;current} -->
498+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-autoconfigure;current} -->
499499
</dependency>
500500
<dependency>
501501
<groupId>com.azure.spring</groupId>
502502
<artifactId>azure-spring-cloud-messaging</artifactId>
503-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
503+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
504504
</dependency>
505505
<dependency>
506506
<groupId>com.microsoft.azure</groupId>
@@ -510,52 +510,52 @@
510510
<dependency>
511511
<groupId>com.azure.spring</groupId>
512512
<artifactId>azure-spring-cloud-starter-cache</artifactId>
513-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-cache;current} -->
513+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-cache;current} -->
514514
</dependency>
515515
<dependency>
516516
<groupId>com.azure.spring</groupId>
517517
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
518-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs;current} -->
518+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs;current} -->
519519
</dependency>
520520
<dependency>
521521
<groupId>com.azure.spring</groupId>
522522
<artifactId>azure-spring-cloud-starter-eventhubs-kafka</artifactId>
523-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;current} -->
523+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;current} -->
524524
</dependency>
525525
<dependency>
526526
<groupId>com.azure.spring</groupId>
527527
<artifactId>azure-spring-cloud-starter-servicebus</artifactId>
528-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-servicebus;current} -->
528+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-servicebus;current} -->
529529
</dependency>
530530
<dependency>
531531
<groupId>com.azure.spring</groupId>
532532
<artifactId>azure-spring-cloud-starter-storage-queue</artifactId>
533-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-storage-queue;current} -->
533+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-storage-queue;current} -->
534534
</dependency>
535535
<dependency>
536536
<groupId>com.azure.spring</groupId>
537537
<artifactId>azure-spring-cloud-stream-binder-servicebus-core</artifactId>
538-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;current} -->
538+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;current} -->
539539
</dependency>
540540
<dependency>
541541
<groupId>com.azure.spring</groupId>
542542
<artifactId>azure-spring-cloud-stream-binder-test</artifactId>
543-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-test;current} -->
543+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-test;current} -->
544544
</dependency>
545545
<dependency>
546546
<groupId>com.azure.spring</groupId>
547547
<artifactId>azure-spring-cloud-stream-binder-servicebus-topic</artifactId>
548-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;current} -->
548+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;current} -->
549549
</dependency>
550550
<dependency>
551551
<groupId>com.azure.spring</groupId>
552552
<artifactId>azure-spring-cloud-stream-binder-servicebus-queue</artifactId>
553-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;current} -->
553+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;current} -->
554554
</dependency>
555555
<dependency>
556556
<groupId>com.azure.spring</groupId>
557557
<artifactId>azure-spring-cloud-stream-binder-eventhubs</artifactId>
558-
<version>2.6.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;current} -->
558+
<version>2.6.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;current} -->
559559
</dependency>
560560
<dependency>
561561
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ com.azure:azure-security-attestation;1.0.0-beta.1;1.0.0-beta.2
109109
com.azure:azure-security-confidentialledger;1.0.0-beta.2;1.0.0-beta.3
110110
com.azure:azure-security-keyvault-administration;4.0.0;4.1.0-beta.1
111111
com.azure:azure-security-keyvault-certificates;4.2.0;4.3.0-beta.1
112-
com.azure:azure-security-keyvault-jca;1.0.0-beta.7;1.0.0-beta.8
112+
com.azure:azure-security-keyvault-jca;1.0.0-beta.7;1.0.0
113113
com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
114114
com.azure:azure-security-keyvault-keys;4.3.0;4.4.0-beta.1
115115
com.azure:azure-security-keyvault-secrets;4.3.0;4.4.0-beta.1
@@ -142,35 +142,35 @@ com.azure.spring:azure-spring-cloud-appconfiguration-config;2.0.0-beta.2;2.0.0-b
142142
com.azure.spring:azure-spring-cloud-feature-management-web;2.0.0;2.1.0-beta.1
143143
com.azure.spring:azure-spring-cloud-feature-management;2.0.0;2.1.0-beta.1
144144
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.0.0-beta.2;2.0.0-beta.3
145-
com.azure.spring:azure-identity-spring;1.5.0;1.6.0-beta.1
146-
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.5.0;3.6.0-beta.1
147-
com.azure.spring:azure-spring-boot-starter-active-directory;3.5.0;3.6.0-beta.1
148-
com.azure.spring:azure-spring-boot-starter-cosmos;3.5.0;3.6.0-beta.1
149-
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.0.0-beta.7;3.0.0-beta.8
150-
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.5.0;3.6.0-beta.1
151-
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.5.0;3.6.0-beta.1
152-
com.azure.spring:azure-spring-boot-starter-storage;3.5.0;3.6.0-beta.1
153-
com.azure.spring:azure-spring-boot-starter;3.5.0;3.6.0-beta.1
154-
com.azure.spring:azure-spring-boot;3.5.0;3.6.0-beta.1
155-
com.azure.spring:azure-spring-cloud-autoconfigure;2.5.0;2.6.0-beta.1
156-
com.azure.spring:azure-spring-cloud-context;2.5.0;2.6.0-beta.1
157-
com.azure.spring:azure-spring-cloud-messaging;2.5.0;2.6.0-beta.1
158-
com.azure.spring:azure-spring-cloud-starter-cache;2.5.0;2.6.0-beta.1
159-
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.5.0;2.6.0-beta.1
160-
com.azure.spring:azure-spring-cloud-starter-eventhubs;2.5.0;2.6.0-beta.1
161-
com.azure.spring:azure-spring-cloud-starter-servicebus;2.5.0;2.6.0-beta.1
162-
com.azure.spring:azure-spring-cloud-starter-storage-queue;2.5.0;2.6.0-beta.1
163-
com.azure.spring:azure-spring-cloud-storage;2.5.0;2.6.0-beta.1
164-
com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.5.0;2.6.0-beta.1
165-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.5.0;2.6.0-beta.1
166-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.5.0;2.6.0-beta.1
167-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.5.0;2.6.0-beta.1
168-
com.azure.spring:azure-spring-cloud-stream-binder-test;2.5.0;2.6.0-beta.1
169-
com.azure.spring:azure-spring-integration-core;2.5.0;2.6.0-beta.1
170-
com.azure.spring:azure-spring-integration-eventhubs;2.5.0;2.6.0-beta.1
171-
com.azure.spring:azure-spring-integration-servicebus;2.5.0;2.6.0-beta.1
172-
com.azure.spring:azure-spring-integration-storage-queue;2.5.0;2.6.0-beta.1
173-
com.azure.spring:azure-spring-integration-test;2.5.0;2.6.0-beta.1
145+
com.azure.spring:azure-identity-spring;1.5.0;1.6.0
146+
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.5.0;3.6.0
147+
com.azure.spring:azure-spring-boot-starter-active-directory;3.5.0;3.6.0
148+
com.azure.spring:azure-spring-boot-starter-cosmos;3.5.0;3.6.0
149+
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.0.0-beta.7;3.0.0
150+
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.5.0;3.6.0
151+
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.5.0;3.6.0
152+
com.azure.spring:azure-spring-boot-starter-storage;3.5.0;3.6.0
153+
com.azure.spring:azure-spring-boot-starter;3.5.0;3.6.0
154+
com.azure.spring:azure-spring-boot;3.5.0;3.6.0
155+
com.azure.spring:azure-spring-cloud-autoconfigure;2.5.0;2.6.0
156+
com.azure.spring:azure-spring-cloud-context;2.5.0;2.6.0
157+
com.azure.spring:azure-spring-cloud-messaging;2.5.0;2.6.0
158+
com.azure.spring:azure-spring-cloud-starter-cache;2.5.0;2.6.0
159+
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.5.0;2.6.0
160+
com.azure.spring:azure-spring-cloud-starter-eventhubs;2.5.0;2.6.0
161+
com.azure.spring:azure-spring-cloud-starter-servicebus;2.5.0;2.6.0
162+
com.azure.spring:azure-spring-cloud-starter-storage-queue;2.5.0;2.6.0
163+
com.azure.spring:azure-spring-cloud-storage;2.5.0;2.6.0
164+
com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.5.0;2.6.0
165+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.5.0;2.6.0
166+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.5.0;2.6.0
167+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.5.0;2.6.0
168+
com.azure.spring:azure-spring-cloud-stream-binder-test;2.5.0;2.6.0
169+
com.azure.spring:azure-spring-integration-core;2.5.0;2.6.0
170+
com.azure.spring:azure-spring-integration-eventhubs;2.5.0;2.6.0
171+
com.azure.spring:azure-spring-integration-servicebus;2.5.0;2.6.0
172+
com.azure.spring:azure-spring-integration-storage-queue;2.5.0;2.6.0
173+
com.azure.spring:azure-spring-integration-test;2.5.0;2.6.0
174174
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0
175175
com.azure.spring:azure-spring-boot-test-aad-b2c;1.0.0;1.0.0
176176
com.azure.spring:azure-spring-boot-test-selenium-common;1.0.0;1.0.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Release History
22

3+
## 3.6.0 (2021-06-23)
34

45
## 3.5.0 (2021-05-24)

sdk/boms/azure-spring-boot-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.azure.spring</groupId>
77
<artifactId>azure-spring-boot-bom</artifactId>
8-
<version>3.5.0</version>
8+
<version>3.6.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot BOM</name>

sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 3.6.0-beta.1 (Unreleased)
3+
## 2.6.0 (2021-06-23)
44
### Breaking Changes
55
- Remove `azure-spring-cloud-telemetry` module dependency.
66

sdk/boms/azure-spring-cloud-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.azure.spring</groupId>
88
<artifactId>azure-spring-cloud-dependencies</artifactId>
9-
<version>2.5.0</version>
9+
<version>2.6.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Azure Spring Cloud Dependencies</name>

sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.8 (Unreleased)
3+
## 1.0.0 (2021-06-23)
44
### New Features
55
- Load JRE key store certificates to AzureKeyVault key store. ([#21845](https://github.com/Azure/azure-sdk-for-java/pull/21845))
66
- Support properties of azure.cert-path.well-known and azure.cert-path.custom to support load cert from file system. ([#21947](https://github.com/Azure/azure-sdk-for-java/pull/21947))

sdk/keyvault/azure-security-keyvault-jca/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Maven dependency for the Azure Key Vault JCA client library. Add it to your proj
1818
<dependency>
1919
<groupId>com.azure</groupId>
2020
<artifactId>azure-security-keyvault-jca</artifactId>
21-
<version>1.0.0-beta.7</version>
21+
<version>1.0.0</version>
2222
</dependency>
2323
```
2424
[//]: # ({x-version-update-end})

sdk/keyvault/azure-security-keyvault-jca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-security-keyvault-jca</artifactId>
17-
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
17+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
1818
<name>JCA Provider for Azure Key Vault</name>
1919
<description>The Java Crypto Architecture (JCA) Provider for Azure Key Vault</description>
2020
<build>

sdk/keyvault/azure-security-test-keyvault-jca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-security-keyvault-jca</artifactId>
24-
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
24+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
2525
</dependency>
2626

2727
<!-- Apache HttpClient -->

0 commit comments

Comments
 (0)