forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 2
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.3.0
- Loading branch information
1 parent
fc7ca52
commit a0f8333
Showing
42 changed files
with
206 additions
and
205 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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,17 +53,17 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-keyvault</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
|
@@ -84,7 +84,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,7 +53,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -68,12 +68,12 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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,11 +10,11 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<artifactId>azure-mgmt-billing</artifactId> | ||
<version>1.2.2-beta-SNAPSHOT</version> | ||
<version>1.3.0-beta</version> | ||
<packaging>jar</packaging> | ||
<name>Microsoft Azure SDK for Billing Management</name> | ||
<description>This package contains Microsoft Billing Management SDK.</description> | ||
|
@@ -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.3.0</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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,7 +64,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<scope>test</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 |
---|---|---|
|
@@ -10,11 +10,11 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<artifactId>azure-mgmt-cognitiveservices</artifactId> | ||
<version>1.2.2-beta-SNAPSHOT</version> | ||
<version>1.3.0-beta</version> | ||
<packaging>jar</packaging> | ||
<name>Microsoft Azure SDK for CognitiveServices Management</name> | ||
<description>This package contains Microsoft CognitiveServices Management SDK.</description> | ||
|
@@ -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.3.0</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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -53,17 +53,17 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-network</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -96,7 +96,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
@@ -108,7 +108,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-graph-rbac</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
|
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,11 +10,11 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-parent</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
<artifactId>azure-mgmt-consumption</artifactId> | ||
<version>1.2.2-beta-SNAPSHOT</version> | ||
<version>1.3.0-beta</version> | ||
<packaging>jar</packaging> | ||
<name>Microsoft Azure SDK for Consumption Management</name> | ||
<description>This package contains Microsoft Consumption Management SDK.</description> | ||
|
@@ -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.3.0</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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,19 +64,19 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
|
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.2.2-SNAPSHOT</version> | ||
<version>1.3.0</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.3.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,12 +64,12 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-storage</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-mgmt-resources</artifactId> | ||
<version>1.2.2-SNAPSHOT</version> | ||
<version>1.3.0</version> | ||
<type>test-jar</type> | ||
<scope>test</scope> | ||
</dependency> | ||
|
Oops, something went wrong.