Skip to content

Commit

Permalink
Merge pull request #148 from GoogleCloudPlatform/update-gcloud-version
Browse files Browse the repository at this point in the history
Update gcloud-java version in samples
  • Loading branch information
tswast committed Apr 4, 2016
2 parents 4ef5a68 + 824022d commit 2e672da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion managed_vms/cloudstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-storage</artifactId>
<version>0.1.5</version>
<version>0.1.7</version>
</dependency>
<!-- [END dependencies] -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-datastore</artifactId>
<version>0.1.5</version>
<version>0.1.7</version>
</dependency>
<!-- [END dependencies] -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/sparkjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.1.5</version>
<version>0.1.7</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 2e672da

Please sign in to comment.