File tree Expand file tree Collapse file tree
src/main/java/com/google/gcloud/datastore/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <artifactId >gcloud-java-pom</artifactId >
1313 <version >0.1.7-SNAPSHOT</version >
1414 </parent >
15- <repositories >
16- <repository >
17- <id >sonatype-snapshots</id >
18- <name >sonatype-snapshots</name >
19- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
20- <snapshots >
21- <enabled >true</enabled >
22- </snapshots >
23- </repository >
24- </repositories >
2515 <properties >
2616 <site .installationModule>gcloud-java-datastore</site .installationModule>
2717 </properties >
3424 <dependency >
3525 <groupId >com.google.cloud.datastore</groupId >
3626 <artifactId >datastore-v1beta3-protos</artifactId >
37- <version >0 .0.1-SNAPSHOT </version >
27+ <version >1 .0.0-beta </version >
3828 </dependency >
3929 <dependency >
4030 <groupId >com.google.cloud.datastore</groupId >
4131 <artifactId >datastore-v1beta3-proto-client</artifactId >
42- <version >0 .0.1-SNAPSHOT </version >
32+ <version >1 .0.0-beta </version >
4333 </dependency >
4434 <dependency >
4535 <groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ public class LocalGcdHelper {
7878 public static final String DEFAULT_PROJECT_ID = "projectid1" ;
7979 public static final int DEFAULT_PORT = 8080 ;
8080 private static final String GCD_VERSION = "v1beta3" ;
81- private static final String GCD_BUILD = "0 .0.1 " ;
81+ private static final String GCD_BUILD = "1 .0.0 " ;
8282 private static final String GCD_BASENAME = "gcd-" + GCD_VERSION + "-" + GCD_BUILD ;
8383 private static final String GCD_FILENAME = GCD_BASENAME + ".zip" ;
84- private static final String MD5_CHECKSUM = "496b16f32473d0de0c7a974bd0ee1461 " ;
84+ private static final String MD5_CHECKSUM = "72156cc993835c57f72789519b85249b " ;
8585 private static final URL GCD_URL ;
8686 private static final String GCLOUD = "gcloud" ;
8787 private static final Path INSTALLED_GCD_PATH ;
You can’t perform that action at this time.
0 commit comments