Skip to content

Commit 6aaa30b

Browse files
committed
[maven-release-plugin] prepare release v1.7.14
1 parent abcba0d commit 6aaa30b

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

azure-arm-client-runtime/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.7.14-SNAPSHOT</version>
11+
<version>1.7.14</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3232
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.7.14</tag>
3434
</scm>
3535

3636
<properties>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>com.microsoft.rest</groupId>
5151
<artifactId>client-runtime</artifactId>
52-
<version>1.7.14-SNAPSHOT</version>
52+
<version>1.7.14</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.microsoft.azure</groupId>
5656
<artifactId>azure-client-runtime</artifactId>
57-
<version>1.7.14-SNAPSHOT</version>
57+
<version>1.7.14</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>junit</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.microsoft.azure</groupId>
6666
<artifactId>azure-client-authentication</artifactId>
67-
<version>1.7.14-SNAPSHOT</version>
67+
<version>1.7.14</version>
6868
<scope>test</scope>
6969
</dependency>
7070
</dependencies>

azure-client-authentication/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.7.14-SNAPSHOT</version>
11+
<version>1.7.14</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>azure-client-authentication</artifactId>
1616
<packaging>jar</packaging>
17-
<version>1.7.14-SNAPSHOT</version>
17+
<version>1.7.14</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:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v1.7.14</tag>
3535
</scm>
3636

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

azure-client-runtime/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.7.14-SNAPSHOT</version>
11+
<version>1.7.14</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3232
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
33-
<tag>HEAD</tag>
33+
<tag>v1.7.14</tag>
3434
</scm>
3535

3636
<properties>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.rest</groupId>
5151
<artifactId>client-runtime</artifactId>
52-
<version>1.7.14-SNAPSHOT</version>
52+
<version>1.7.14</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

build-tools/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.7.14-SNAPSHOT</version>
11+
<version>1.7.14</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>autorest-build-tools</artifactId>
16-
<version>1.7.14-SNAPSHOT</version>
16+
<version>1.7.14</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:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
34-
<tag>HEAD</tag>
34+
<tag>v1.7.14</tag>
3535
</scm>
3636

3737
<properties>

client-runtime/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>autorest-clientruntime-for-java</artifactId>
14-
<version>1.7.14-SNAPSHOT</version>
14+
<version>1.7.14</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

@@ -32,7 +32,7 @@
3232
<scm>
3333
<url>scm:git:https://github.com/Azure/autorest-clientruntime-for-java</url>
3434
<connection>scm:git:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
35-
<tag>HEAD</tag>
35+
<tag>v1.7.14</tag>
3636
</scm>
3737

3838
<properties>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.microsoft.azure</groupId>
1010
<artifactId>autorest-clientruntime-for-java</artifactId>
11-
<version>1.7.14-SNAPSHOT</version>
11+
<version>1.7.14</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:[email protected]:Azure/autorest-clientruntime-for-java.git</connection>
29-
<tag>HEAD</tag>
29+
<tag>v1.7.14</tag>
3030
</scm>
3131

3232
<properties>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>com.microsoft.azure</groupId>
154154
<artifactId>autorest-build-tools</artifactId>
155-
<version>1.7.14-SNAPSHOT</version>
155+
<version>1.7.14</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)