-
Notifications
You must be signed in to change notification settings - Fork 59
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.6.12
- Loading branch information
1 parent
a67209b
commit f06ff6b
Showing
6 changed files
with
20 additions
and
20 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>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -30,7 +30,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,12 +49,12 @@ | |
<dependency> | ||
<groupId>com.microsoft.rest</groupId> | ||
<artifactId>client-runtime</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-client-runtime</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
@@ -64,7 +64,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-client-authentication</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</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 |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<artifactId>azure-client-authentication</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
|
||
<name>Azure Java Client Authentication Library for AutoRest</name> | ||
<description>This package contains the authentication connectors to Active Directory for JDK.</description> | ||
|
@@ -31,7 +31,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -50,7 +50,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>azure-client-runtime</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</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>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -30,7 +30,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -49,7 +49,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.rest</groupId> | ||
<artifactId>client-runtime</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</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,12 +8,12 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<artifactId>autorest-build-tools</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Build tools for AutoRest client runtime for Java</name> | ||
|
@@ -31,7 +31,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<parent> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -32,7 +32,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
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 @@ | |
|
||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>autorest-clientruntime-for-java</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>AutoRest Client Runtimes for Java</name> | ||
|
@@ -26,7 +26,7 @@ | |
<scm> | ||
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url> | ||
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection> | ||
<tag>HEAD</tag> | ||
<tag>v1.6.12</tag> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -152,7 +152,7 @@ | |
<dependency> | ||
<groupId>com.microsoft.azure</groupId> | ||
<artifactId>autorest-build-tools</artifactId> | ||
<version>1.6.12-SNAPSHOT</version> | ||
<version>1.6.12</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.puppycrawl.tools</groupId> | ||
|