From 6ea1154b87506a8ab9cdcd1d7b83101c0cd121c0 Mon Sep 17 00:00:00 2001 From: garrettjonesgoogle Date: Wed, 2 Nov 2016 16:25:26 -0700 Subject: [PATCH] Bumping to 0.5.0 for release (#78) --- RELEASE.md | 4 ++-- appengine/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 4bcfa897a..6823f6c08 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/appengine/pom.xml b/appengine/pom.xml index 9fef8d895..059f129d3 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.5.0-SNAPSHOT + 0.5.0 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index f774389b6..7139109c6 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.5.0-SNAPSHOT + 0.5.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 51c29d0c6..f59fa8c1e 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.5.0-SNAPSHOT + 0.5.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 235c11289..27bfe2e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.5.0-SNAPSHOT + 0.5.0 pom Google Auth Library for Java Client libraries providing authentication and