Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update version to 0.6.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yacaovsnc committed Apr 7, 2017
1 parent 8bbd7bf commit 591f5c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
</parent>
<artifactId>auth-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
</parent>
<artifactId>auth-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the MIT license. See License.txt in the project root. -->

<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Authentication Library for Visual Studio Team Services and Team Foundation Server</name>
Expand Down
2 changes: 1 addition & 1 deletion providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
</parent>
<artifactId>auth-providers</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
</parent>
<artifactId>auth-sample</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Licensed under the MIT license. See License.txt in the project root. -->
<parent>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-lib-parent</artifactId>
<version>0.6.3</version>
<version>0.6.4-SNAPSHOT</version>
</parent>
<artifactId>auth-secure-storage</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 591f5c1

Please sign in to comment.