Skip to content

Commit

Permalink
Bump next snapshot (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jan 17, 2019
1 parent ee78958 commit 999de3b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.13.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.13.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.13.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.13.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>0.13.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

google-auth-library-parent:0.13.0:0.13.0
google-auth-library-appengine:0.13.0:0.13.0
google-auth-library-credentials:0.13.0:0.13.0
google-auth-library-oauth2-http:0.13.0:0.13.0
google-auth-library-parent:0.13.0:0.13.1-SNAPSHOT
google-auth-library-appengine:0.13.0:0.13.1-SNAPSHOT
google-auth-library-credentials:0.13.0:0.13.1-SNAPSHOT
google-auth-library-oauth2-http:0.13.0:0.13.1-SNAPSHOT

0 comments on commit 999de3b

Please sign in to comment.