Skip to content

Commit 2a0230d

Browse files
chore: release 1.0.0 (#706)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.27.0...v1.0.0) (2021-07-28) ### ⚠ BREAKING CHANGES * updating google-auth-library-java min Java version to 1.8 ### Features * GA release of google-auth-library-java (ver 1.0.0) ([#704](https://www.github.com/googleapis/google-auth-library-java/issues/704)) ([4e61ff8](https://www.github.com/googleapis/google-auth-library-java/commit/4e61ff820e2b1a89641475e05c367e62d3deec92)) * updating google-auth-library-java min Java version to 1.8 ([4e61ff8](https://www.github.com/googleapis/google-auth-library-java/commit/4e61ff820e2b1a89641475e05c367e62d3deec92)) ### Bug Fixes * Add shopt -s nullglob to dependencies script ([#693](https://www.github.com/googleapis/google-auth-library-java/issues/693)) ([c14f6e6](https://www.github.com/googleapis/google-auth-library-java/commit/c14f6e638ecbadc12c12c1817bfad8eeb953a408)) * Update dependencies.sh to not break on mac ([c14f6e6](https://www.github.com/googleapis/google-auth-library-java/commit/c14f6e638ecbadc12c12c1817bfad8eeb953a408)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e6e73c1 commit 2a0230d

File tree

8 files changed

+32
-14
lines changed

8 files changed

+32
-14
lines changed

google-auth-library-java/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.27.0...v1.0.0) (2021-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* updating google-auth-library-java min Java version to 1.8
9+
10+
### Features
11+
12+
* GA release of google-auth-library-java (ver 1.0.0) ([#704](https://www.github.com/googleapis/google-auth-library-java/issues/704)) ([3d9874f](https://www.github.com/googleapis/google-auth-library-java/commit/3d9874f1c91dfa10d6f72d41e922b3f1ec654943))
13+
* updating google-auth-library-java min Java version to 1.8 ([3d9874f](https://www.github.com/googleapis/google-auth-library-java/commit/3d9874f1c91dfa10d6f72d41e922b3f1ec654943))
14+
15+
16+
### Bug Fixes
17+
18+
* Add shopt -s nullglob to dependencies script ([#693](https://www.github.com/googleapis/google-auth-library-java/issues/693)) ([c5aa708](https://www.github.com/googleapis/google-auth-library-java/commit/c5aa7084d9ca817a53cf6bac14d442adeeaeb310))
19+
* Update dependencies.sh to not break on mac ([c5aa708](https://www.github.com/googleapis/google-auth-library-java/commit/c5aa7084d9ca817a53cf6bac14d442adeeaeb310))
20+
321
## [0.27.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.26.0...v0.27.0) (2021-07-14)
422

523

google-auth-library-java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3131
<dependency>
3232
<groupId>com.google.auth</groupId>
3333
<artifactId>google-auth-library-oauth2-http</artifactId>
34-
<version>0.27.0</version>
34+
<version>1.0.0</version>
3535
</dependency>
3636
```
3737
[//]: # ({x-version-update-end})
@@ -41,15 +41,15 @@ If you are using Gradle, add this to your dependencies
4141

4242
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4343
```Groovy
44-
compile 'com.google.auth:google-auth-library-oauth2-http:0.27.0'
44+
compile 'com.google.auth:google-auth-library-oauth2-http:1.0.0'
4545
```
4646
[//]: # ({x-version-update-end})
4747

4848
If you are using SBT, add this to your dependencies
4949

5050
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5151
```Scala
52-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.27.0"
52+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.0.0"
5353
```
5454
[//]: # ({x-version-update-end})
5555

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.27.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.0.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>0.27.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>1.0.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>0.27.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>1.0.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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.27.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.0.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-parent</artifactId>
6-
<version>0.27.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>1.0.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java</name>
99
<description>Client libraries providing authentication and
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:0.27.0:0.27.1-SNAPSHOT
5-
google-auth-library-bom:0.27.0:0.27.1-SNAPSHOT
6-
google-auth-library-parent:0.27.0:0.27.1-SNAPSHOT
7-
google-auth-library-appengine:0.27.0:0.27.1-SNAPSHOT
8-
google-auth-library-credentials:0.27.0:0.27.1-SNAPSHOT
9-
google-auth-library-oauth2-http:0.27.0:0.27.1-SNAPSHOT
4+
google-auth-library:1.0.0:1.0.0
5+
google-auth-library-bom:1.0.0:1.0.0
6+
google-auth-library-parent:1.0.0:1.0.0
7+
google-auth-library-appengine:1.0.0:1.0.0
8+
google-auth-library-credentials:1.0.0:1.0.0
9+
google-auth-library-oauth2-http:1.0.0:1.0.0

0 commit comments

Comments
 (0)