Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 1.0.1 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 7, 2020
1 parent f6ff649 commit 9595f01
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 20 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/java-iamcredentials/compare/v1.0.0...v1.0.1) (2020-04-07)


### Dependencies

* update core dependencies ([#83](https://www.github.com/googleapis/java-iamcredentials/issues/83)) ([37bc22a](https://www.github.com/googleapis/java-iamcredentials/commit/37bc22a74b7823dce6987c5db04ed9653989cea6))
* update dependency com.google.api:api-common to v1.9.0 ([#101](https://www.github.com/googleapis/java-iamcredentials/issues/101)) ([6840f87](https://www.github.com/googleapis/java-iamcredentials/commit/6840f87b8c961c8d3e6bffd58605adde51aa8105))
* update dependency org.threeten:threetenbp to v1.4.3 ([#93](https://www.github.com/googleapis/java-iamcredentials/issues/93)) ([2e841b1](https://www.github.com/googleapis/java-iamcredentials/commit/2e841b112d4dd13de0cb9b76aae69a9dc5557fbe))

## [1.0.0](https://www.github.com/googleapis/java-iamcredentials/compare/v0.44.1...v1.0.0) (2020-03-02)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-iamcredentials:1.0.0'
compile 'com.google.cloud:google-cloud-iamcredentials:1.0.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "1.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "1.0.1"
```
[//]: # ({x-version-update-end})

Expand Down
8 changes: 4 additions & 4 deletions google-cloud-iamcredentials-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-bom</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-iamcredentials/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<packaging>jar</packaging>
<name>Google Cloud IAM Service Account Credentials</name>
<url>https://github.com/googleapis/java-iamcredentials</url>
<description>Java idiomatic client for Google Cloud IAM Service Account Credentials</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-iamcredentials</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-iamcredentials-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<name>grpc-google-cloud-iamcredentials-v1</name>
<description>GRPC library for grpc-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<name>Google Cloud IAM Service Account Credentials Parent</name>
<url>https://github.com/googleapis/java-iamcredentials</url>
<description>
Expand Down Expand Up @@ -81,17 +81,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-iamcredentials-v1/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<version>1.0.1</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<name>proto-google-cloud-iamcredentials-v1</name>
<description>PROTO library for proto-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials-parent</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
<version>1.0.1</version><!-- {x-version-update:google-cloud-iamcredentials:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

proto-google-cloud-iamcredentials-v1:1.0.0:1.0.1-SNAPSHOT
grpc-google-cloud-iamcredentials-v1:1.0.0:1.0.1-SNAPSHOT
google-cloud-iamcredentials:1.0.0:1.0.1-SNAPSHOT
proto-google-cloud-iamcredentials-v1:1.0.1:1.0.1
grpc-google-cloud-iamcredentials-v1:1.0.1:1.0.1
google-cloud-iamcredentials:1.0.1:1.0.1

0 comments on commit 9595f01

Please sign in to comment.