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

Commit

Permalink
Bump next snapshot (#6485)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 10, 2019
1 parent 6015d90 commit caa9ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions google-cloud-datalabeling/pom.xml
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-datalabeling</artifactId>
<version>0.115.0-alpha</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.115.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<packaging>jar</packaging>
<name>Google Cloud Asset</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-datalabeling</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-clients</artifactId>
<version>0.115.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
<version>0.115.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-datalabeling</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-datalabeling-v1beta1/pom.xml
Expand Up @@ -3,13 +3,13 @@
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>grpc-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.80.0</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<name>grpc-google-cloud-datalabeling-v1beta1</name>
<description>GRPC library for grpc-google-cloud-datalabeling-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.80.0</version><!-- {x-version-update:google-api-grpc:current} -->
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-datalabeling-v1beta1/pom.xml
Expand Up @@ -3,13 +3,13 @@
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>proto-google-cloud-datalabeling-v1beta1</artifactId>
<version>0.80.0</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<name>proto-google-cloud-datalabeling-v1beta1</name>
<description>PROTO library for proto-google-cloud-datalabeling-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.80.0</version><!-- {x-version-update:google-api-grpc:current} -->
<version>0.80.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit caa9ada

Please sign in to comment.