Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Apr 19, 2019
1 parent a01b916 commit 70e6b8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
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.v2</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-client-authentication</artifactId>
<packaging>jar</packaging>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<properties>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.microsoft.azure.v2</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
8 changes: 4 additions & 4 deletions azure-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>com.microsoft.azure.v2</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-client-runtime</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>

<name>Azure Java Client Runtime for AutoRest</name>
Expand All @@ -31,7 +31,7 @@
<scm>
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<properties>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.microsoft.rest.v2</groupId>
<artifactId>client-runtime</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</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.v2</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>autorest-build-tools</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
<tag>HEAD</tag>
<tag>v2.1.0</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 @@ -12,7 +12,7 @@
<parent>
<groupId>com.microsoft.azure.v2</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<scm>
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
<tag>HEAD</tag>
<tag>v2.1.0</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.v2</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
<tag>HEAD</tag>
<tag>v2.1.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.microsoft.azure.v2</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>2.0.4-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 70e6b8b

Please sign in to comment.