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 @@ -71,6 +71,7 @@ Deploy to Sonatype
7171* Verify the result [ here] ( https://oss.sonatype.org/#nexus-search;quick~com.google.auth )
7272 * If there is a problem, undo by ``` mvn nexus-staging:drop ```
7373* ``` mvn nexus-staging:release -DperformRelease=true ```
74+ * Create and push a corresponding Git tag (e.g., "v0.7.0") on the release commit
7475* Update all ``` pom.xml ``` files to the new snapshot version (unless it's a bugfix release, we
7576update from 0.4.0 to 0.5.0-SNAPSHOT)
7677
@@ -80,8 +81,11 @@ Publish the release
8081* Click on * Staging Repositories* on the left
8182* Filter down to the repository by typing the package's groupId without periods in the search box
8283 * In our case, ``` comgoogleauth ```
83- * Click the * release* button just below the top tabs
84+ * If the repository does not appear here, the publication process may have started automatically
85+ * Otherwise, click the * release* button just below the top tabs
8486* It will take some time (up to 10 minutes) for the package to transition
87+ * Confirm that the release appears in the [ parent folder on Maven
88+ Central] ( https://repo1.maven.org/maven2/com/google/auth/google-auth-library-parent/ )
8589
8690Special cases
8791=============
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.7.0 </version >
8+ <version >0.8.0-SNAPSHOT </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.7.0 </version >
8+ <version >0.8.0-SNAPSHOT </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.7.0 </version >
8+ <version >0.8.0-SNAPSHOT </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.7.0 </version >
13+ <version >0.8.0-SNAPSHOT </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