-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v1.41.2
- Loading branch information
1 parent
7c7eb89
commit d459f10
Showing
29 changed files
with
177 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -30,7 +30,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,27 +53,27 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-msi</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-keyvault</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-dns</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
|
@@ -124,7 +124,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -30,7 +30,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,7 +53,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -68,7 +68,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
|
@@ -93,7 +93,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<artifactId>azure-mgmt-batchai</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<name>Microsoft Azure SDK for BatchAI Management</name> | ||
<description>This package contains Microsoft BatchAI Management SDK. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/java/mgmt</description> | ||
<url>https://github.com/Azure/azure-sdk-for-java</url> | ||
|
@@ -29,7 +29,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.jcraft</groupId> | ||
|
@@ -90,7 +90,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -26,7 +26,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,7 +64,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -30,7 +30,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,22 +53,22 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-network</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-msi</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -94,7 +94,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-keyvault</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
|
@@ -105,7 +105,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-graph-rbac</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.code.gson</groupId> | ||
|
@@ -131,7 +131,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -26,7 +26,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,12 +64,12 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
|
@@ -92,13 +92,13 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-graph-rbac</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-msi</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -26,7 +26,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.41.2</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,7 +64,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-io</groupId> | ||
|
@@ -89,7 +89,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.41.2-SNAPSHOT</version> | ||
<version>1.41.2</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
Oops, something went wrong.