Skip to content

Commit 70e6b8b

Browse files
committed
[maven-release-plugin] prepare release v2.1.0
1 parent a01b916 commit 70e6b8b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

azure-client-authentication/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>com.microsoft.azure.v2</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>azure-client-authentication</artifactId>
1616
<packaging>jar</packaging>
17-
<version>2.0.4-SNAPSHOT</version>
17+
<version>2.1.0</version>
1818

1919
<name>Azure Java Client Authentication Library for AutoRest</name>
2020
<description>This package contains the authentication connectors to Active Directory for JDK.</description>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3333
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v2.1.0</tag>
3535
</scm>
3636

3737
<properties>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.microsoft.azure.v2</groupId>
5252
<artifactId>azure-client-runtime</artifactId>
53-
<version>2.0.4-SNAPSHOT</version>
53+
<version>2.1.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.microsoft.azure</groupId>

azure-client-runtime/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.microsoft.azure.v2</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>azure-client-runtime</artifactId>
16-
<version>2.0.4-SNAPSHOT</version>
16+
<version>2.1.0</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Azure Java Client Runtime for AutoRest</name>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3333
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v2.1.0</tag>
3535
</scm>
3636

3737
<properties>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.microsoft.rest.v2</groupId>
5252
<artifactId>client-runtime</artifactId>
53-
<version>2.0.4-SNAPSHOT</version>
53+
<version>2.1.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>junit</groupId>

build-tools/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.microsoft.azure.v2</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>autorest-build-tools</artifactId>
16-
<version>2.0.4-SNAPSHOT</version>
16+
<version>2.1.0</version>
1717
<packaging>jar</packaging>
1818

1919
<name>Build tools for AutoRest client runtime for Java</name>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3333
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v2.1.0</tag>
3535
</scm>
3636

3737
<properties>

client-runtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.microsoft.azure.v2</groupId>
1414
<artifactId>autorest-clientruntime-for-java</artifactId>
15-
<version>2.0.4-SNAPSHOT</version>
15+
<version>2.1.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

@@ -31,7 +31,7 @@
3131
<scm>
3232
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3333
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v2.1.0</tag>
3535
</scm>
3636

3737
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.azure.v2</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.1.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>AutoRest Client Runtimes for Java</name>
@@ -26,7 +26,7 @@
2626
<scm>
2727
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
2828
<connection>scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v2.1.0</tag>
3030
</scm>
3131

3232
<properties>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.microsoft.azure.v2</groupId>
128128
<artifactId>autorest-build-tools</artifactId>
129-
<version>2.0.4-SNAPSHOT</version>
129+
<version>2.1.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)