Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit f76845b

Browse files
authored
Prepare for Release (#97)
* 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
1 parent 7e7119c commit f76845b

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

RELEASE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a Maven settings file
4747
<gpg.passphrase>[the password for your gpg key]</gpg.passphrase>
4848
</properties>
4949
</profile>
50-
</profiles>
50+
</profiles>
5151
<servers>
5252
<server>
5353
<id>ossrh</id>
@@ -58,6 +58,12 @@ Create a Maven settings file
5858
</settings>
5959
```
6060

61+
Versioning
62+
----------
63+
Minor changes should be a point increase (0.6.0 -> 0.6.1). Additions to API or breaking changes should be
64+
a major release. (0.6.0 -> 0.7.0)
65+
66+
6167
Deploy to Sonatype
6268
------------------
6369
* Update all ```pom.xml``` files in the package to the release version you want. Submit a pull request, get it reviewed, and submit

appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.6.0</version>
8+
<version>0.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.6.0</version>
8+
<version>0.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.6.0</version>
8+
<version>0.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.google.auth</groupId>
1212
<artifactId>google-auth-library-parent</artifactId>
13-
<version>0.6.0</version>
13+
<version>0.6.1</version>
1414
<packaging>pom</packaging>
1515
<name>Google Auth Library for Java</name>
1616
<description>Client libraries providing authentication and

0 commit comments

Comments
 (0)