Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Nov 30, 2017
1 parent 04a2375 commit 3c68171
Show file tree
Hide file tree
Showing 44 changed files with 218 additions and 217 deletions.
12 changes: 6 additions & 6 deletions azure-mgmt-appservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>

<properties>
Expand All @@ -53,17 +53,17 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>

<properties>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -68,12 +68,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions azure-mgmt-batchai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-batchai</artifactId>
<packaging>jar</packaging>
<version>1.3.1-beta-SNAPSHOT</version>
<version>1.4.0-beta</version>
<name>Microsoft Azure SDK for BatchAI Management</name>
<description>This package contains Microsoft BatchAI Management SDK.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand All @@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions azure-mgmt-billing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-billing</artifactId>
<version>1.3.1-beta-SNAPSHOT</version>
<version>1.4.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Billing Management</name>
<description>This package contains Microsoft Billing Management SDK.</description>
Expand All @@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 4 additions & 4 deletions azure-mgmt-cdn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>

<properties>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions azure-mgmt-cognitiveservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-cognitiveservices</artifactId>
<version>1.3.1-beta-SNAPSHOT</version>
<version>1.4.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for CognitiveServices Management</name>
<description>This package contains Microsoft CognitiveServices Management SDK.</description>
Expand All @@ -29,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
14 changes: 7 additions & 7 deletions azure-mgmt-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>

<properties>
Expand All @@ -53,17 +53,17 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-network</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
</dependencies>
<build>
Expand Down
7 changes: 4 additions & 3 deletions azure-mgmt-consumption/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-consumption</artifactId>
<version>1.4.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Consumption Management</name>
<description>This package contains Microsoft Consumption Management SDK.</description>
Expand All @@ -28,7 +29,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -48,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
12 changes: 6 additions & 6 deletions azure-mgmt-containerinstance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -26,7 +26,7 @@
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>

<properties>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,19 +64,19 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
Loading

0 comments on commit 3c68171

Please sign in to comment.