Skip to content

Commit e65445c

Browse files
authored
Prepare Key Vault Track1 for patch release, January 2022 (Azure#26692)
* Removed <relocation> block from all track 1 Key Vault libraries' POMs. * Bumped versions.
1 parent 656b717 commit e65445c

File tree

9 files changed

+42
-105
lines changed

9 files changed

+42
-105
lines changed

eng/spotbugs-aggregate-report/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,27 +82,27 @@
8282
<dependency>
8383
<groupId>com.microsoft.azure</groupId>
8484
<artifactId>azure-keyvault</artifactId>
85-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
85+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
8686
</dependency>
8787
<dependency>
8888
<groupId>com.microsoft.azure</groupId>
8989
<artifactId>azure-keyvault-cryptography</artifactId>
90-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
90+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.microsoft.azure</groupId>
9494
<artifactId>azure-keyvault-core</artifactId>
95-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
95+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.microsoft.azure</groupId>
9999
<artifactId>azure-keyvault-extensions</artifactId>
100-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
100+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
101101
</dependency>
102102
<dependency>
103103
<groupId>com.microsoft.azure</groupId>
104104
<artifactId>azure-keyvault-webkey</artifactId>
105-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
105+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
106106
</dependency>
107107
<dependency>
108108
<groupId>com.microsoft.azure</groupId>

eng/versioning/version_data.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ com.microsoft.azure.cognitiveservices:azure-cognitiveservices-qnamaker;1.0.0-bet
2727
com.microsoft.azure:azure-eventhubs;3.3.0;3.4.0-beta.1
2828
com.microsoft.azure:azure-eventhubs-eph;3.3.0;3.4.0-beta.1
2929
com.microsoft.azure:azure-eventhubs-extensions;3.3.2;3.4.0-beta.1
30-
com.microsoft.azure:azure-keyvault;1.2.4;1.2.5
31-
com.microsoft.azure:azure-keyvault-complete;1.2.4;1.2.5
32-
com.microsoft.azure:azure-keyvault-core;1.2.5;1.3.0-beta.1
33-
com.microsoft.azure:azure-keyvault-cryptography;1.2.4;1.2.5
34-
com.microsoft.azure:azure-keyvault-extensions;1.2.4;1.2.5
35-
com.microsoft.azure:azure-keyvault-test;1.2.3;1.2.5
36-
com.microsoft.azure:azure-keyvault-webkey;1.2.5;1.3.0-beta.1
30+
com.microsoft.azure:azure-keyvault;1.2.4;1.2.6
31+
com.microsoft.azure:azure-keyvault-complete;1.2.4;1.2.6
32+
com.microsoft.azure:azure-keyvault-core;1.2.5;1.2.6
33+
com.microsoft.azure:azure-keyvault-cryptography;1.2.4;1.2.6
34+
com.microsoft.azure:azure-keyvault-extensions;1.2.4;1.2.6
35+
com.microsoft.azure:azure-keyvault-test;1.2.3;1.2.6
36+
com.microsoft.azure:azure-keyvault-webkey;1.2.5;1.2.6
3737
com.microsoft.azure:azure-servicebus;3.6.6;3.7.0-beta.1
3838
com.microsoft.azure:azure-storage;8.6.5;8.6.5
3939
com.microsoft.azure:azure-storage-blob;11.0.2;11.0.2

sdk/keyvault/microsoft-azure-keyvault-complete/pom.xml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ the MIT License. See License.txt in the project root for license information. --
1313

1414
<groupId>com.microsoft.azure</groupId>
1515
<artifactId>azure-keyvault-complete</artifactId>
16-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-complete;current} -->
16+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-complete;current} -->
1717
<packaging>pom</packaging>
1818

1919
<name>Microsoft Azure Key Vault SDK Complete</name>
2020
<description>
21-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
21+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
2222
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2323
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2424
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -31,15 +31,6 @@ the MIT License. See License.txt in the project root for license information. --
3131
<id>azure-java-build-docs</id>
3232
<url>${site.url}/site/${project.artifactId}</url>
3333
</site>
34-
<relocation>
35-
<message>
36-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
37-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
38-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
39-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
40-
It is recommended that you move to the new package.
41-
</message>
42-
</relocation>
4334
</distributionManagement>
4435

4536
<scm>
@@ -56,27 +47,27 @@ the MIT License. See License.txt in the project root for license information. --
5647
<dependency>
5748
<groupId>com.microsoft.azure</groupId>
5849
<artifactId>azure-keyvault</artifactId>
59-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
50+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
6051
</dependency>
6152
<dependency>
6253
<groupId>com.microsoft.azure</groupId>
6354
<artifactId>azure-keyvault-core</artifactId>
64-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
55+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
6556
</dependency>
6657
<dependency>
6758
<groupId>com.microsoft.azure</groupId>
6859
<artifactId>azure-keyvault-webkey</artifactId>
69-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
60+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
7061
</dependency>
7162
<dependency>
7263
<groupId>com.microsoft.azure</groupId>
7364
<artifactId>azure-keyvault-extensions</artifactId>
74-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
65+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
7566
</dependency>
7667
<dependency>
7768
<groupId>com.microsoft.azure</groupId>
7869
<artifactId>azure-keyvault-cryptography</artifactId>
79-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
70+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
8071
</dependency>
8172
</dependencies>
8273

sdk/keyvault/microsoft-azure-keyvault-core/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-keyvault-core</artifactId>
17-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
17+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for Key Vault Core</name>
2121
<description>
22-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
22+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
2323
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2424
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2525
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -32,15 +32,6 @@
3232
<id>azure-java-build-docs</id>
3333
<url>${site.url}/site/${project.artifactId}</url>
3434
</site>
35-
<relocation>
36-
<message>
37-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
38-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
39-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
40-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
41-
It is recommended that you move to the new package.
42-
</message>
43-
</relocation>
4435
</distributionManagement>
4536

4637
<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>

sdk/keyvault/microsoft-azure-keyvault-cryptography/pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
<groupId>com.microsoft.azure</groupId>
1515
<artifactId>azure-keyvault-cryptography</artifactId>
16-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
16+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
1717
<packaging>jar</packaging>
1818

1919
<name>Microsoft Azure SDK for Key Vault Cryptography</name>
2020
<description>
21-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
21+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
2222
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2323
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2424
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -31,15 +31,6 @@
3131
<id>azure-java-build-docs</id>
3232
<url>${site.url}/site/${project.artifactId}</url>
3333
</site>
34-
<relocation>
35-
<message>
36-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
37-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
38-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
39-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
40-
It is recommended that you move to the new package.
41-
</message>
42-
</relocation>
4334
</distributionManagement>
4435

4536
<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>
@@ -56,12 +47,12 @@
5647
<dependency>
5748
<groupId>com.microsoft.azure</groupId>
5849
<artifactId>azure-keyvault-webkey</artifactId>
59-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
50+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
6051
</dependency>
6152
<dependency>
6253
<groupId>com.microsoft.azure</groupId>
6354
<artifactId>azure-keyvault-core</artifactId>
64-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
55+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
6556
</dependency>
6657

6758
<!-- Jackson dependencies -->

sdk/keyvault/microsoft-azure-keyvault-extensions/pom.xml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-keyvault-extensions</artifactId>
17-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
17+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-extensions;current} -->
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for Key Vault Extensions</name>
2121
<description>
22-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
22+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
2323
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2424
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2525
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -32,15 +32,6 @@
3232
<id>azure-java-build-docs</id>
3333
<url>${site.url}/site/${project.artifactId}</url>
3434
</site>
35-
<relocation>
36-
<message>
37-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
38-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
39-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
40-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
41-
It is recommended that you move to the new package.
42-
</message>
43-
</relocation>
4435
</distributionManagement>
4536

4637
<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>
@@ -56,22 +47,22 @@
5647
<dependency>
5748
<groupId>com.microsoft.azure</groupId>
5849
<artifactId>azure-keyvault-webkey</artifactId>
59-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
50+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
6051
</dependency>
6152
<dependency>
6253
<groupId>com.microsoft.azure</groupId>
6354
<artifactId>azure-keyvault-core</artifactId>
64-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
55+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-core;current} -->
6556
</dependency>
6657
<dependency>
6758
<groupId>com.microsoft.azure</groupId>
6859
<artifactId>azure-keyvault-cryptography</artifactId>
69-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
60+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
7061
</dependency>
7162
<dependency>
7263
<groupId>com.microsoft.azure</groupId>
7364
<artifactId>azure-keyvault</artifactId>
74-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
65+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
7566
</dependency>
7667

7768
<!-- Other Microsoft Azure Dependencies -->

sdk/keyvault/microsoft-azure-keyvault-test/pom.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
<groupId>com.microsoft.azure</groupId>
1414
<artifactId>azure-keyvault-test</artifactId>
15-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-test;current} -->
15+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-test;current} -->
1616
<name>azure-keyvault-test</name>
1717
<description>
18-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
18+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
1919
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2020
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2121
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -28,15 +28,6 @@
2828
<id>azure-java-build-docs</id>
2929
<url>${site.url}/site/${project.artifactId}</url>
3030
</site>
31-
<relocation>
32-
<message>
33-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
34-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
35-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
36-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
37-
It is recommended that you move to the new package.
38-
</message>
39-
</relocation>
4031
</distributionManagement>
4132

4233
<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>
@@ -56,19 +47,19 @@
5647
<dependency>
5748
<groupId>com.microsoft.azure</groupId>
5849
<artifactId>azure-keyvault-webkey</artifactId>
59-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
50+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
6051
<scope>test</scope>
6152
</dependency>
6253
<dependency>
6354
<groupId>com.microsoft.azure</groupId>
6455
<artifactId>azure-keyvault</artifactId>
65-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
56+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault;current} -->
6657
<scope>test</scope>
6758
</dependency>
6859
<dependency>
6960
<groupId>com.microsoft.azure</groupId>
7061
<artifactId>azure-keyvault-cryptography</artifactId>
71-
<version>1.2.5</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
62+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-cryptography;current} -->
7263
<scope>test</scope>
7364
</dependency>
7465
<dependency>

sdk/keyvault/microsoft-azure-keyvault-webkey/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
<groupId>com.microsoft.azure</groupId>
1414
<artifactId>azure-keyvault-webkey</artifactId>
15-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
15+
<version>1.2.6</version> <!-- {x-version-update;com.microsoft.azure:azure-keyvault-webkey;current} -->
1616
<packaging>jar</packaging>
1717

1818
<name>Microsoft Azure SDK for Key Vault WebKey</name>
1919
<description>
20-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
20+
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are:
2121
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
2222
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
2323
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
@@ -30,15 +30,6 @@
3030
<id>azure-java-build-docs</id>
3131
<url>${site.url}/site/${project.artifactId}</url>
3232
</site>
33-
<relocation>
34-
<message>
35-
This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are:
36-
(1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys.
37-
(2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets.
38-
(3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates.
39-
It is recommended that you move to the new package.
40-
</message>
41-
</relocation>
4233
</distributionManagement>
4334

4435
<scm><url>https://github.com/Azure/azure-sdk-for-java</url></scm>

0 commit comments

Comments
 (0)