From 01587773f5390f7fb08043820ddd44ca7fe7cd71 Mon Sep 17 00:00:00 2001 From: Jianghao Lu <jianghaolu@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:00:26 -0700 Subject: [PATCH] [maven-release-plugin] prepare release v1.7.13 --- azure-arm-client-runtime/pom.xml | 10 +++++----- azure-client-authentication/pom.xml | 8 ++++---- azure-client-runtime/pom.xml | 6 +++--- build-tools/pom.xml | 6 +++--- client-runtime/pom.xml | 4 ++-- pom.xml | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/azure-arm-client-runtime/pom.xml b/azure-arm-client-runtime/pom.xml index b271fea83..159fe399e 100644 --- a/azure-arm-client-runtime/pom.xml +++ b/azure-arm-client-runtime/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> @@ -49,12 +49,12 @@ <dependency> <groupId>com.microsoft.rest</groupId> <artifactId>client-runtime</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> </dependency> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-client-runtime</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> </dependency> <dependency> <groupId>junit</groupId> @@ -64,7 +64,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-client-authentication</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> <scope>test</scope> </dependency> </dependencies> diff --git a/azure-client-authentication/pom.xml b/azure-client-authentication/pom.xml index 43e95179c..c7d8fab5d 100644 --- a/azure-client-authentication/pom.xml +++ b/azure-client-authentication/pom.xml @@ -8,13 +8,13 @@ <parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>azure-client-authentication</artifactId> <packaging>jar</packaging> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> @@ -50,7 +50,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-client-runtime</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> </dependency> <dependency> <groupId>commons-codec</groupId> diff --git a/azure-client-runtime/pom.xml b/azure-client-runtime/pom.xml index 543d490c7..1f7675914 100644 --- a/azure-client-runtime/pom.xml +++ b/azure-client-runtime/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> @@ -49,7 +49,7 @@ <dependency> <groupId>com.microsoft.rest</groupId> <artifactId>client-runtime</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/build-tools/pom.xml b/build-tools/pom.xml index d1d2371f1..cd1f9cbb6 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,12 +8,12 @@ <parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>autorest-build-tools</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> diff --git a/client-runtime/pom.xml b/client-runtime/pom.xml index df74d2a66..e18da9b53 100644 --- a/client-runtime/pom.xml +++ b/client-runtime/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> diff --git a/pom.xml b/pom.xml index 7f957c0a6..82ed14ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</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:git@github.com:Azure/autorest-clientruntime-for-java.git</connection> - <tag>HEAD</tag> + <tag>v1.7.13</tag> </scm> <properties> @@ -152,7 +152,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-build-tools</artifactId> - <version>1.7.13-SNAPSHOT</version> + <version>1.7.13</version> </dependency> <dependency> <groupId>com.puppycrawl.tools</groupId>