Skip to content

Commit

Permalink
[1.0] Bump up versions to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Feb 21, 2017
1 parent 5a1aeb6 commit 4a1f6db
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions azure-client-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-client-authentication</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta6-SNAPSHOT</version>
<version>1.0.0-beta6</version>

<name>Azure Java Client Authentication Library for AutoRest</name>
<description>This package contains the authentication connectors to Active Directory for JDK.</description>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions azure-client-runtime/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>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>autorest-build-tools</artifactId>
<version>1.0.0-beta6-SNAPSHOT</version>
<version>1.0.0-beta5</version>
<packaging>jar</packaging>

<name>Build tools for AutoRest client runtime for Java</name>
Expand Down
2 changes: 1 addition & 1 deletion client-runtime/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>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-rc-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>AutoRest Client Runtimes for Java</name>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>1.0.0-beta6-SNAPSHOT</version>
<version>1.0.0-beta5</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 4a1f6db

Please sign in to comment.