File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/google/gcloud/datastore/testing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >com.google.cloud.datastore</groupId >
36
36
<artifactId >datastore-v1beta3-protos</artifactId >
37
- <version >0 .0.1 -SNAPSHOT</version >
37
+ <version >1 .0.0-beta -SNAPSHOT</version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >com.google.cloud.datastore</groupId >
41
41
<artifactId >datastore-v1beta3-proto-client</artifactId >
42
- <version >0 .0.1 -SNAPSHOT</version >
42
+ <version >1 .0.0-beta -SNAPSHOT</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ public class LocalGcdHelper {
78
78
public static final String DEFAULT_PROJECT_ID = "projectid1" ;
79
79
public static final int DEFAULT_PORT = 8080 ;
80
80
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 " ;
82
82
private static final String GCD_BASENAME = "gcd-" + GCD_VERSION + "-" + GCD_BUILD ;
83
83
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 " ;
85
85
private static final URL GCD_URL ;
86
86
private static final String GCLOUD = "gcloud" ;
87
87
private static final Path INSTALLED_GCD_PATH ;
You can’t perform that action at this time.
0 commit comments