From d0e42454cd674cedffbe7a9c0f6d837e9b233098 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Mon, 9 Apr 2018 11:24:59 -0700 Subject: [PATCH] bump release from 0.9.1-SNAPSHOT to 0.9.1 Also, fix a documentation problem in RELEASE.md (apparently, searching sonatype now not only accepts periods but requires them). --- README.md | 8 ++++---- RELEASE.md | 4 ++-- appengine/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 870051952..af6700586 100644 --- a/README.md +++ b/README.md @@ -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: @@ -30,16 +30,16 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla com.google.auth google-auth-library-oauth2-http - 0.9.0 + 0.9.1 ``` 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 diff --git a/RELEASE.md b/RELEASE.md index f50365613..a024ee10c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -84,8 +84,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`. diff --git a/appengine/pom.xml b/appengine/pom.xml index cefce024e..a5a0422d9 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.9.1-SNAPSHOT + 0.9.1 ../pom.xml diff --git a/credentials/pom.xml b/credentials/pom.xml index 1efb07b37..6a592a095 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.9.1-SNAPSHOT + 0.9.1 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 6cabe7ded..88e452b47 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.9.1-SNAPSHOT + 0.9.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 2db5b5125..7daff9e75 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.9.1-SNAPSHOT + 0.9.1 pom Google Auth Library for Java Client libraries providing authentication and