Skip to content

Commit ee5007b

Browse files
Release v0.87.0 (#4907)
1 parent a3f5262 commit ee5007b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

google-cloud-datastore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-datastore</artifactId>
22-
<version>1.68.0</version>
22+
<version>1.69.0</version>
2323
</dependency>
2424
```
2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:google-cloud-datastore:1.68.0'
27+
compile 'com.google.cloud:google-cloud-datastore:1.69.0'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.68.0"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.69.0"
3232
```
3333
[//]: # ({x-version-update-end})
3434

google-cloud-datastore/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-datastore</artifactId>
5-
<version>1.68.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-datastore:current} -->
5+
<version>1.69.0</version><!-- {x-version-update:google-cloud-datastore:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Datastore</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-datastore</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-clients</artifactId>
15-
<version>0.86.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
15+
<version>0.87.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-datastore</site.installationModule>

proto-google-cloud-datastore-v1/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-datastore-v1</artifactId>
6-
<version>0.51.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
6+
<version>0.52.0</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
77
<name>proto-google-cloud-datastore-v1</name>
88
<description>PROTO library for proto-google-cloud-datastore-v1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.51.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.52.0</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)