Skip to content

Commit abdc766

Browse files
Post Release -> 0.7.2-SNAPSHOT (#115)
Post Release -> 0.7.2-SNAPSHOT
1 parent fe785e7 commit abdc766

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

google-auth-library-java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Open source authentication client library for Java.
66
[![Build Status](https://travis-ci.org/google/google-auth-library-java.svg?branch=master)](https://travis-ci.org/google/google-auth-library-java.svg)
77
[![Maven](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg)](https://img.shields.io/maven-central/v/com.google.auth/google-auth-library-credentials.svg)
88

9-
- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.6.0/apidocs)
9+
- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.7.1/apidocs)
1010

1111
This project consists of 3 artifacts:
1212

@@ -30,16 +30,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3030
<dependency>
3131
<groupId>com.google.auth</groupId>
3232
<artifactId>google-auth-library-oauth2-http</artifactId>
33-
<version>0.6.0</version>
33+
<version>0.7.1</version>
3434
</dependency>
3535
```
3636
If you are using Gradle, add this to your dependencies
3737
```Groovy
38-
compile 'com.google.auth:google-auth-library-oauth2-http:0.6.0'
38+
compile 'com.google.auth:google-auth-library-oauth2-http:0.7.1'
3939
```
4040
If you are using SBT, add this to your dependencies
4141
```Scala
42-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.6.0"
42+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.7.1"
4343
```
4444

4545
google-auth-library-credentials

google-auth-library-java/RELEASE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@ a major release. (0.6.0 -> 0.7.0)
6868

6969
Deploy to Sonatype
7070
------------------
71-
* Update all ```pom.xml``` files in the package to the release version you want. Submit a pull request, get it reviewed, and submit
71+
* Update all ```pom.xml``` files in the package to the release version you want.
72+
* Update version numbers appearing in `README.md`.
73+
* Submit a pull request, get it reviewed, and submit.
7274
* ```mvn clean install deploy -DperformRelease=true```
73-
* Verify the result [here](https://oss.sonatype.org/#nexus-search;quick~com.google.auth)
74-
* If there is a problem, undo by ```mvn nexus-staging:drop```
75+
* Verify the result [here](https://oss.sonatype.org/#nexus-search;quick~com.google.auth).
76+
* If there is a problem, undo by ```mvn nexus-staging:drop```.
7577
* ```mvn nexus-staging:release -DperformRelease=true```
7678
* On the [releases](https://github.com/google/google-auth-library-java/releases) page, create a corresponding Git tag (e.g., "v0.7.0") on the release commit, and summarize the commits since the last release. Follow the style of previous release notes.
77-
* Update all ```pom.xml``` files to the new snapshot version (unless it's a bugfix release, we
78-
update from 0.4.0 to 0.5.0-SNAPSHOT)
79+
* Update all ```pom.xml``` files to the new snapshot version (increment patch version number, e.g., from 0.4.0 to 0.4.1-SNAPSHOT).
7980

8081
Publish the release
8182
-------------------

google-auth-library-java/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.1</version>
8+
<version>0.7.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/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.1</version>
8+
<version>0.7.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/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.1</version>
8+
<version>0.7.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/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.1</version>
13+
<version>0.7.2-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)