Skip to content

Commit 5fd6621

Browse files
committed
have dependencies use snapshot version
1 parent 62411b9 commit 5fd6621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datastore-v1-proto-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1818
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
20+
<groupId>com.google.cloud.datastore</groupId>
2021
<artifactId>datastore-v1-proto-client</artifactId>
2122
<version>1.6.4-SNAPSHOT</version><!-- {x-version-update:datastore-v1-proto-client:current} -->
2223

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.google.cloud.datastore</groupId>
174174
<artifactId>datastore-v1-proto-client</artifactId>
175-
<version>1.6.3</version>
175+
<version>1.6.4-SNAPSHOT</version><!-- {x-version-update:datastore-v1-proto-client:current} -->
176176
<exclusions>
177177
<exclusion>
178178
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)