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

Commit

Permalink
updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 16, 2020
1 parent e922e91 commit ab21f0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
<name>Google Cloud secretmanager Parent</name>
<url>https://github.com/googleapis/java-secretmanager</url>
<description>
Expand Down Expand Up @@ -70,27 +70,27 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-secretmanager-v1beta1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1beta1:current} -->
<version>1.1.1</version><!-- {x-version-update:proto-google-cloud-secretmanager-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-secretmanager-v1:current} -->
<version>1.1.1</version><!-- {x-version-update:grpc-google-cloud-secretmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-secretmanager-v1beta1</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-secretmanager-v1beta1:current} -->
<version>1.1.1</version><!-- {x-version-update:grpc-google-cloud-secretmanager-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
<version>1.1.1</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
</dependency>

<dependency>
Expand Down

0 comments on commit ab21f0f

Please sign in to comment.