Skip to content

Commit

Permalink
Prepare for Release (#97)
Browse files Browse the repository at this point in the history
* Prepare for Release

1. Update versions to 0.7.0
2. Odd no one updated it to 0.7.0-SNAPSHOT earlier

* Update to 0.6.1

Add Rules to README.MD
  • Loading branch information
lesv committed Apr 5, 2017
1 parent 7e7119c commit f76845b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion RELEASE.md
Expand Up @@ -47,7 +47,7 @@ Create a Maven settings file
<gpg.passphrase>[the password for your gpg key]</gpg.passphrase>
</properties>
</profile>
</profiles>
</profiles>
<servers>
<server>
<id>ossrh</id>
Expand All @@ -58,6 +58,12 @@ Create a Maven settings file
</settings>
```

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
Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down

0 comments on commit f76845b

Please sign in to comment.