Skip to content

Commit

Permalink
Merge pull request #155 from jadekler/bump_release_0.9.1
Browse files Browse the repository at this point in the history
bump release from 0.9.1-SNAPSHOT to 0.9.1
  • Loading branch information
jeanbza committed Apr 9, 2018
2 parents 8b965c2 + c7f0153 commit dfd7b6d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -6,7 +6,7 @@ Open source authentication client library for Java.
[![Build Status](https://travis-ci.org/google/google-auth-library-java.svg?branch=master)](https://travis-ci.org/google/google-auth-library-java.svg)
[![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)

- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.9.0/apidocs)
- [API Documentation] (https://google.github.io/google-auth-library-java/releases/0.9.1/apidocs)

This project consists of 3 artifacts:

Expand All @@ -30,16 +30,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.auth:google-auth-library-oauth2-http:0.9.0'
compile 'com.google.auth:google-auth-library-oauth2-http:0.9.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.0"
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.1"
```

google-auth-library-credentials
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -85,8 +85,8 @@ Central](https://repo1.maven.org/maven2/com/google/auth/google-auth-library-pare
* If the release doesn't show up, do the following to check for failures:
* Go to [Sonatype](https://oss.sonatype.org/) and log in
* Click on *Staging Repositories* on the left
* Filter down to the repository by typing the package's groupId without periods in the search box
* In our case, ```comgoogleauth```
* Filter down to the repository by typing the package's groupId in the search box
* In our case, `com.google.auth`
* Click on the repository and check for errors
* Submit the pull request to bump the version numbers
* Update Javadoc on Github using `scripts/update_javadoc.sh`.
Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down

0 comments on commit dfd7b6d

Please sign in to comment.