Skip to content

Commit dfd7b6d

Browse files
authored
Merge pull request #155 from jadekler/bump_release_0.9.1
bump release from 0.9.1-SNAPSHOT to 0.9.1
2 parents 8b965c2 + c7f0153 commit dfd7b6d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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.9.0/apidocs)
9+
- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.9.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.9.0</version>
33+
<version>0.9.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.9.0'
38+
compile 'com.google.auth:google-auth-library-oauth2-http:0.9.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.9.0"
42+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.1"
4343
```
4444

4545
google-auth-library-credentials

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Central](https://repo1.maven.org/maven2/com/google/auth/google-auth-library-pare
8585
* If the release doesn't show up, do the following to check for failures:
8686
* Go to [Sonatype](https://oss.sonatype.org/) and log in
8787
* Click on *Staging Repositories* on the left
88-
* Filter down to the repository by typing the package's groupId without periods in the search box
89-
* In our case, ```comgoogleauth```
88+
* Filter down to the repository by typing the package's groupId in the search box
89+
* In our case, `com.google.auth`
9090
* Click on the repository and check for errors
9191
* Submit the pull request to bump the version numbers
9292
* Update Javadoc on Github using `scripts/update_javadoc.sh`.

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.9.1-SNAPSHOT</version>
8+
<version>0.9.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.9.1-SNAPSHOT</version>
8+
<version>0.9.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.9.1-SNAPSHOT</version>
8+
<version>0.9.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.9.1-SNAPSHOT</version>
13+
<version>0.9.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)