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

Commit

Permalink
Release google-cloud-java v0.115.0 (#6476)
Browse files Browse the repository at this point in the history
* Release v0.115.0

* fix bigtable-it config
  • Loading branch information
chingor13 committed Oct 10, 2019
1 parent 1a89094 commit 6015d90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions google-cloud-datalabeling/README.md
Expand Up @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datalabeling</artifactId>
<version>0.114.0-alpha</version>
<version>0.115.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-datalabeling:0.114.0-alpha'
compile 'com.google.cloud:google-cloud-datalabeling:0.115.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.114.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.115.0-alpha"
```
[//]: # ({x-version-update-end})

Expand Down
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.114.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-datalabeling:current} -->
<version>0.115.0-alpha</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.114.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
<version>0.115.0-alpha</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.79.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
<version>0.80.0</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.79.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
<version>0.80.0</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.79.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
<version>0.80.0</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.79.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
<version>0.80.0</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6015d90

Please sign in to comment.