Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 4ac1543

Browse files
committed
Updated versioning for pom
1 parent c038365 commit 4ac1543

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

azure-keyvault-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-keyvault-parent</artifactId>
11-
<version>1.1-alpha-1</version>
11+
<version>1.1-alpha-2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

azure-keyvault-cryptography/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.microsoft.azure</groupId>
1111
<artifactId>azure-keyvault-parent</artifactId>
12-
<version>1.1-alpha-1</version>
12+
<version>1.1-alpha-2</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

@@ -57,12 +57,12 @@
5757
<dependency>
5858
<groupId>com.microsoft.azure</groupId>
5959
<artifactId>azure-keyvault-core</artifactId>
60-
<version>1.1-alpha-1</version>
60+
<version>1.1-alpha-2</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.microsoft.azure</groupId>
6464
<artifactId>azure-keyvault-webkey</artifactId>
65-
<version>1.1-alpha-1</version>
65+
<version>1.1-alpha-2</version>
6666
</dependency>
6767
</dependencies>
6868
</project>

azure-keyvault-extensions/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-keyvault-parent</artifactId>
11-
<version>1.1-alpha-1</version>
11+
<version>1.1-alpha-2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -68,22 +68,22 @@
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>azure-keyvault-core</artifactId>
71-
<version>1.1-alpha-1</version>
71+
<version>1.1-alpha-2</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.microsoft.azure</groupId>
7575
<artifactId>azure-keyvault-cryptography</artifactId>
76-
<version>1.1-alpha-1</version>
76+
<version>1.1-alpha-2</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.microsoft.azure</groupId>
8080
<artifactId>azure-keyvault</artifactId>
81-
<version>1.1-alpha-1</version>
81+
<version>1.1-alpha-2</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.microsoft.azure</groupId>
8585
<artifactId>azure-keyvault-webkey</artifactId>
86-
<version>1.1-alpha-1</version>
86+
<version>1.1-alpha-2</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.microsoft.azure</groupId>

azure-keyvault-webkey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>azure-keyvault-parent</artifactId>
11-
<version>1.1-alpha-1</version>
11+
<version>1.1-alpha-2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

azure-keyvault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.azure</groupId>
88
<artifactId>azure-keyvault-parent</artifactId>
9-
<version>1.1-alpha-1</version>
9+
<version>1.1-alpha-2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.microsoft.azure</groupId>
9-
<version>1.1-alpha-1</version>
9+
<version>1.1-alpha-2</version>
1010
<artifactId>azure-keyvault-parent</artifactId>
1111
<packaging>pom</packaging>
1212

0 commit comments

Comments
 (0)