Skip to content

Commit

Permalink
Merge pull request #610 from Azure/release-1.6.7
Browse files Browse the repository at this point in the history
Release 1.6.7
  • Loading branch information
praries880 authored May 14, 2019
2 parents bcb81ec + 9305892 commit 5b613bc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions azure-arm-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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-client-authentication</artifactId>
<packaging>jar</packaging>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
</dependency>
<dependency>
<groupId>commons-codec</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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>autorest-build-tools</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</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 @@ -11,7 +11,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</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.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
<packaging>pom</packaging>

<name>AutoRest Client Runtimes for Java</name>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8-Snapshot</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 5b613bc

Please sign in to comment.