Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Jul 25, 2019
1 parent a67209b commit f06ff6b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions azure-arm-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions azure-client-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions azure-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f06ff6b

Please sign in to comment.