File tree Expand file tree Collapse file tree
branches/logging-alpha/gcloud-java-datastore
src/main/java/com/google/gcloud/datastore/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 1ca9616497af1c46f6ad15c2986360067841c55f
15+ refs/heads/logging-alpha: 637860c6b7548c5aa8c118b2580a83bc837ef270
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
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