From abfd351fc176a4f4a05be09aedded9bc655ef6fa Mon Sep 17 00:00:00 2001 From: Pareekshit Singh Date: Tue, 14 May 2019 12:58:10 -0700 Subject: [PATCH 1/2] [maven-release-plugin] prepare release v1.6.7 --- 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 986742ac3c..401bf85385 100644 --- a/azure-arm-client-runtime/pom.xml +++ b/azure-arm-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml @@ -30,7 +30,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 @@ -49,12 +49,12 @@ com.microsoft.rest client-runtime - 1.6.7-SNAPSHOT + 1.6.7 com.microsoft.azure azure-client-runtime - 1.6.7-SNAPSHOT + 1.6.7 junit @@ -64,7 +64,7 @@ com.microsoft.azure azure-client-authentication - 1.6.7-SNAPSHOT + 1.6.7 test diff --git a/azure-client-authentication/pom.xml b/azure-client-authentication/pom.xml index 5af1b36c1e..921af1cfd7 100644 --- a/azure-client-authentication/pom.xml +++ b/azure-client-authentication/pom.xml @@ -8,13 +8,13 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml azure-client-authentication jar - 1.6.7-SNAPSHOT + 1.6.7 Azure Java Client Authentication Library for AutoRest This package contains the authentication connectors to Active Directory for JDK. @@ -31,7 +31,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 @@ -50,7 +50,7 @@ com.microsoft.azure azure-client-runtime - 1.6.7-SNAPSHOT + 1.6.7 commons-codec diff --git a/azure-client-runtime/pom.xml b/azure-client-runtime/pom.xml index e4dd772473..83126563e9 100644 --- a/azure-client-runtime/pom.xml +++ b/azure-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml @@ -30,7 +30,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 @@ -49,7 +49,7 @@ com.microsoft.rest client-runtime - 1.6.7-SNAPSHOT + 1.6.7 junit diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 2072504b15..87dafa5dfb 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,12 +8,12 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml autorest-build-tools - 1.6.7-SNAPSHOT + 1.6.7 jar Build tools for AutoRest client runtime for Java @@ -31,7 +31,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 diff --git a/client-runtime/pom.xml b/client-runtime/pom.xml index 0969ebca71..8e64fd79de 100644 --- a/client-runtime/pom.xml +++ b/client-runtime/pom.xml @@ -11,7 +11,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml @@ -32,7 +32,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 diff --git a/pom.xml b/pom.xml index d228ec00d5..3a476d1736 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7-SNAPSHOT + 1.6.7 pom AutoRest Client Runtimes for Java @@ -26,7 +26,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - HEAD + v1.6.7 @@ -152,7 +152,7 @@ com.microsoft.azure autorest-build-tools - 1.6.7-SNAPSHOT + 1.6.7 com.puppycrawl.tools From 930589227c33d750224b744ef33d09745dad1876 Mon Sep 17 00:00:00 2001 From: Pareekshit Singh Date: Tue, 14 May 2019 12:58:11 -0700 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- 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 401bf85385..7b7cccaf51 100644 --- a/azure-arm-client-runtime/pom.xml +++ b/azure-arm-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot ../pom.xml @@ -30,7 +30,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD @@ -49,12 +49,12 @@ com.microsoft.rest client-runtime - 1.6.7 + 1.6.8-Snapshot com.microsoft.azure azure-client-runtime - 1.6.7 + 1.6.8-Snapshot junit @@ -64,7 +64,7 @@ com.microsoft.azure azure-client-authentication - 1.6.7 + 1.6.8-Snapshot test diff --git a/azure-client-authentication/pom.xml b/azure-client-authentication/pom.xml index 921af1cfd7..2b76d356db 100644 --- a/azure-client-authentication/pom.xml +++ b/azure-client-authentication/pom.xml @@ -8,13 +8,13 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot ../pom.xml azure-client-authentication jar - 1.6.7 + 1.6.8-Snapshot Azure Java Client Authentication Library for AutoRest This package contains the authentication connectors to Active Directory for JDK. @@ -31,7 +31,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD @@ -50,7 +50,7 @@ com.microsoft.azure azure-client-runtime - 1.6.7 + 1.6.8-Snapshot commons-codec diff --git a/azure-client-runtime/pom.xml b/azure-client-runtime/pom.xml index 83126563e9..4bd5b369f8 100644 --- a/azure-client-runtime/pom.xml +++ b/azure-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot ../pom.xml @@ -30,7 +30,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD @@ -49,7 +49,7 @@ com.microsoft.rest client-runtime - 1.6.7 + 1.6.8-Snapshot junit diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 87dafa5dfb..47b9585ae6 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,12 +8,12 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot ../pom.xml autorest-build-tools - 1.6.7 + 1.6.8-Snapshot jar Build tools for AutoRest client runtime for Java @@ -31,7 +31,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD diff --git a/client-runtime/pom.xml b/client-runtime/pom.xml index 8e64fd79de..a3203fa1f2 100644 --- a/client-runtime/pom.xml +++ b/client-runtime/pom.xml @@ -11,7 +11,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot ../pom.xml @@ -32,7 +32,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD diff --git a/pom.xml b/pom.xml index 3a476d1736..c6500b459c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.6.7 + 1.6.8-Snapshot pom AutoRest Client Runtimes for Java @@ -26,7 +26,7 @@ scm:git:https://github.com/Azure/autorest-clientruntime-for-java scm:git:git@github.com:Azure/autorest-clientruntime-for-java.git - v1.6.7 + HEAD @@ -152,7 +152,7 @@ com.microsoft.azure autorest-build-tools - 1.6.7 + 1.6.8-Snapshot com.puppycrawl.tools