This repository was archived by the owner on May 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
6167Deploy 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments