Skip to content

Commit

Permalink
Use new datastore client that permits IP addresses for localhost (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkannan authored and mziccard committed May 12, 2016
1 parent c339bf8 commit a8a88d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-java-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.cloud.datastore</groupId>
<artifactId>datastore-v1beta3-proto-client</artifactId>
<version>1.0.0-beta</version>
<version>1.0.0-beta.2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit a8a88d1

Please sign in to comment.