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

Commit 081959c

Browse files
Post Release -> 0.8.0-SNAPSHOT (#107)
* Post Release -> 0.8.0-SNAPSHOT * Update release instructions * Undo autoformatting
1 parent 4870755 commit 081959c

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7576
update 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

8690
Special cases
8791
=============

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.7.0</version>
8+
<version>0.8.0-SNAPSHOT</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.7.0</version>
8+
<version>0.8.0-SNAPSHOT</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.7.0</version>
8+
<version>0.8.0-SNAPSHOT</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.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

0 commit comments

Comments
 (0)