Skip to content

Commit

Permalink
Prepare for KMS GA release - upgrade versions to 1.0.0. (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Mar 4, 2019
1 parent c07f49b commit 360b83b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>0.81.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} -->
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/google-cloud-kms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-kms</artifactId>
<version>0.81.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} -->
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-kms:current} -->
<packaging>jar</packaging>
<name>Google Cloud KMS</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-kms</url>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ google-cloud-firestore:0.81.0-beta:0.81.1-beta-SNAPSHOT
google-cloud-gcloud-maven-plugin:0.81.0-alpha:0.81.1-alpha-SNAPSHOT
google-cloud-iamcredentials:0.8.0-alpha:0.8.1-alpha-SNAPSHOT
google-cloud-iot:0.81.0-beta:0.81.1-beta-SNAPSHOT
google-cloud-kms:0.81.0-beta:0.81.1-beta-SNAPSHOT
google-cloud-kms:1.0.0:1.0.1-SNAPSHOT
google-cloud-language:1.63.0:1.63.1-SNAPSHOT
google-cloud-logging:1.63.0:1.63.1-SNAPSHOT
google-cloud-logging-logback:0.81.0-alpha:0.81.1-alpha-SNAPSHOT
Expand Down

0 comments on commit 360b83b

Please sign in to comment.