diff --git a/RELEASE.md b/RELEASE.md
index 6823f6c08..4fa541e8b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -47,7 +47,7 @@ Create a Maven settings file
[the password for your gpg key]
-
+
ossrh
@@ -58,6 +58,12 @@ Create a Maven settings file
```
+Versioning
+----------
+Minor changes should be a point increase (0.6.0 -> 0.6.1). Additions to API or breaking changes should be
+a major release. (0.6.0 -> 0.7.0)
+
+
Deploy to Sonatype
------------------
* Update all ```pom.xml``` files in the package to the release version you want. Submit a pull request, get it reviewed, and submit
diff --git a/appengine/pom.xml b/appengine/pom.xml
index fc51578f8..e17d90102 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.6.0
+ 0.6.1
../pom.xml
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 9ce1a60a2..93bfdb918 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.6.0
+ 0.6.1
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index bbdd8140f..1e619a705 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.6.0
+ 0.6.1
../pom.xml
diff --git a/pom.xml b/pom.xml
index 61fbc3ff7..9658b1294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.google.auth
google-auth-library-parent
- 0.6.0
+ 0.6.1
pom
Google Auth Library for Java
Client libraries providing authentication and