Skip to content

Commit

Permalink
Bumping to 0.5.0 for release (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle committed Nov 2, 2016
1 parent 1993157 commit 6ea1154
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Create a Maven settings file

Deploy to Sonatype
------------------
* Update all ```pom.xml``` files in the package to the release version you want. Sumit a pull request, get it reviewed, and submit
* Update all ```pom.xml``` files in the package to the release version you want. Submit a pull request, get it reviewed, and submit
* ```mvn clean install deploy -DperformRelease=true```
* Verify the publishment [here](https://oss.sonatype.org/#nexus-search;quick~com.google.auth)
* Verify the result [here](https://oss.sonatype.org/#nexus-search;quick~com.google.auth)
* If there is a problem, undo by ```mvn nexus-staging:drop```
* ```mvn nexus-staging:release -DperformRelease=true```
* Update all ```pom.xml``` files to the new snapshot version (unless it's a bugfix release, we
Expand Down
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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down

0 comments on commit 6ea1154

Please sign in to comment.