Skip to content

Commit eda6a71

Browse files
Release google-cloud-java v0.85.0 (googleapis#4820)
1 parent d16e4a9 commit eda6a71

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

java-bigtable/google-cloud-bigtable/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ If you are using Maven, add this to your pom.xml file
2121
<dependency>
2222
<groupId>com.google.cloud</groupId>
2323
<artifactId>google-cloud-bigtable</artifactId>
24-
<version>0.84.0-alpha</version>
24+
<version>0.85.0-alpha</version>
2525
</dependency>
2626
```
2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-bigtable:0.84.0-alpha'
29+
compile 'com.google.cloud:google-cloud-bigtable:0.85.0-alpha'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.84.0-alpha"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.85.0-alpha"
3434
```
3535
[//]: # ({x-version-update-end})
3636

java-bigtable/google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigtable</artifactId>
5-
<version>0.84.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable:current} -->
5+
<version>0.85.0-alpha</version><!-- {x-version-update:google-cloud-bigtable:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigtable</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigtable</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-clients</artifactId>
15-
<version>0.84.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
15+
<version>0.85.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>

java-bigtable/google-cloud-testing/google-cloud-bigtable-emulator/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-bom</artifactId>
22-
<version>0.84.0-alpha</version>
22+
<version>0.85.0-alpha</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -48,14 +48,14 @@ If you are using Maven, add this to your pom.xml file
4848

4949
If you are using Gradle, add this to your dependencies
5050
```Groovy
51-
compile 'com.google.cloud:google-cloud-bigtable:0.84.0-alpha'
52-
testCompile 'com.google.cloud:google-cloud-bigtable-emulator:0.84.0-alpha'
51+
compile 'com.google.cloud:google-cloud-bigtable:0.85.0-alpha'
52+
testCompile 'com.google.cloud:google-cloud-bigtable-emulator:0.85.0-alpha'
5353
testCompile 'junit:junit:4.12'
5454
```
5555
If you are using SBT, add this to your dependencies
5656
```Scala
57-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.84.0-alpha"
58-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable-emulator" % "0.84.0-alpha" % Test
57+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "0.85.0-alpha"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable-emulator" % "0.85.0-alpha" % Test
5959
libraryDependencies += "junit" % "junit" % "4.12" % Test
6060
```
6161
[//]: # ({x-version-update-end})

java-bigtable/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.google.cloud</groupId>
88
<artifactId>google-cloud-bigtable-emulator</artifactId>
9-
<version>0.84.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
9+
<version>0.85.0-alpha</version><!-- {x-version-update:google-cloud-bigtable-emulator:current} -->
1010
<name>Google Cloud Java - Bigtable Emulator</name>
1111
<url>https://github.com/googleapis/google-cloud-java</url>
1212
<description>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-gcloud-maven-plugin</artifactId>
72-
<version>0.84.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
72+
<version>0.85.0-alpha</version><!-- {x-version-update:google-cloud-gcloud-maven-plugin:current} -->
7373

7474
<executions>
7575
<execution>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-bom</artifactId>
129-
<version>0.84.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
129+
<version>0.85.0-alpha</version><!-- {x-version-update:google-cloud-bom:current} -->
130130
<type>pom</type>
131131
<scope>import</scope>
132132
</dependency>

java-bigtable/grpc-google-cloud-bigtable-admin-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
6-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
6+
<version>0.50.0</version><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
77
<name>grpc-google-cloud-bigtable-admin-v2</name>
88
<description>GRPC library for grpc-google-cloud-bigtable-admin-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.50.0</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

java-bigtable/grpc-google-cloud-bigtable-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
6-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
6+
<version>0.50.0</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
77
<name>grpc-google-cloud-bigtable-v2</name>
88
<description>GRPC library for grpc-google-cloud-bigtable-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.50.0</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

java-bigtable/proto-google-cloud-bigtable-admin-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>proto-google-cloud-bigtable-admin-v2</artifactId>
6-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigtable-admin-v2:current} -->
6+
<version>0.50.0</version><!-- {x-version-update:proto-google-cloud-bigtable-admin-v2:current} -->
77
<name>proto-google-cloud-bigtable-admin-v2</name>
88
<description>PROTO library for proto-google-cloud-bigtable-admin-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.50.0</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

java-bigtable/proto-google-cloud-bigtable-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
6-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigtable-v2:current} -->
6+
<version>0.50.0</version><!-- {x-version-update:proto-google-cloud-bigtable-v2:current} -->
77
<name>proto-google-cloud-bigtable-v2</name>
88
<description>PROTO library for proto-google-cloud-bigtable-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.49.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.50.0</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)