File tree Expand file tree Collapse file tree
gcloud-java-resourcemanager 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: 3df14dd787567f8edcc0edaa4b68266c43ba03b3
15+ refs/heads/logging-alpha: 700491864f4fb5c1edb975677741b9592523559b
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 @@ -30,16 +30,16 @@ If you are using Maven, add this to your pom.xml file
3030<dependency >
3131 <groupId >com.google.gcloud</groupId >
3232 <artifactId >gcloud-java</artifactId >
33- <version >0.1.5 </version >
33+ <version >0.1.6 </version >
3434</dependency >
3535```
3636If you are using Gradle, add this to your dependencies
3737``` Groovy
38- compile 'com.google.gcloud:gcloud-java:0.1.5 '
38+ compile 'com.google.gcloud:gcloud-java:0.1.6 '
3939```
4040If you are using SBT, add this to your dependencies
4141``` Scala
42- libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.5 "
42+ libraryDependencies += " com.google.gcloud" % " gcloud-java" % " 0.1.6 "
4343```
4444
4545Example Applications
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.gcloud</groupId >
2424 <artifactId >gcloud-java-bigquery</artifactId >
25- <version >0.1.5 </version >
25+ <version >0.1.6 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.gcloud:gcloud-java-bigquery:0.1.5 '
30+ compile 'com.google.gcloud:gcloud-java-bigquery:0.1.6 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.gcloud" % " gcloud-java-bigquery" % " 0.1.5 "
34+ libraryDependencies += " com.google.gcloud" % " gcloud-java-bigquery" % " 0.1.6 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ If you are using Maven, add this to your pom.xml file
1616<dependency >
1717 <groupId >com.google.gcloud</groupId >
1818 <artifactId >gcloud-java-contrib</artifactId >
19- <version >0.1.5 </version >
19+ <version >0.1.6 </version >
2020</dependency >
2121```
2222If you are using Gradle, add this to your dependencies
2323``` Groovy
24- compile 'com.google.gcloud:gcloud-java-contrib:0.1.5 '
24+ compile 'com.google.gcloud:gcloud-java-contrib:0.1.6 '
2525```
2626If you are using SBT, add this to your dependencies
2727``` Scala
28- libraryDependencies += " com.google.gcloud" % " gcloud-java-contrib" % " 0.1.5 "
28+ libraryDependencies += " com.google.gcloud" % " gcloud-java-contrib" % " 0.1.6 "
2929```
3030
3131Java Versions
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.gcloud</groupId >
2121 <artifactId >gcloud-java-core</artifactId >
22- <version >0.1.5 </version >
22+ <version >0.1.6 </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.gcloud:gcloud-java-core:0.1.5 '
27+ compile 'com.google.gcloud:gcloud-java-core:0.1.6 '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.5 "
31+ libraryDependencies += " com.google.gcloud" % " gcloud-java-core" % " 0.1.6 "
3232```
3333
3434Troubleshooting
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.gcloud</groupId >
2424 <artifactId >gcloud-java-datastore</artifactId >
25- <version >0.1.5 </version >
25+ <version >0.1.6 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.gcloud:gcloud-java-datastore:0.1.5 '
30+ compile 'com.google.gcloud:gcloud-java-datastore:0.1.6 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.gcloud" % " gcloud-java-datastore" % " 0.1.5 "
34+ libraryDependencies += " com.google.gcloud" % " gcloud-java-datastore" % " 0.1.6 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.gcloud</groupId >
2424 <artifactId >gcloud-java-dns</artifactId >
25- <version >0.1.5 </version >
25+ <version >0.1.6 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.gcloud:gcloud-java-dns:0.1.5 '
30+ compile 'com.google.gcloud:gcloud-java-dns:0.1.6 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.gcloud" % " gcloud-java-dns" % " 0.1.5 "
34+ libraryDependencies += " com.google.gcloud" % " gcloud-java-dns" % " 0.1.6 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
1919<dependency >
2020 <groupId >com.google.gcloud</groupId >
2121 <artifactId >gcloud-java-examples</artifactId >
22- <version >0.1.5 </version >
22+ <version >0.1.6 </version >
2323</dependency >
2424```
2525If you are using Gradle, add this to your dependencies
2626``` Groovy
27- compile 'com.google.gcloud:gcloud-java-examples:0.1.5 '
27+ compile 'com.google.gcloud:gcloud-java-examples:0.1.6 '
2828```
2929If you are using SBT, add this to your dependencies
3030``` Scala
31- libraryDependencies += " com.google.gcloud" % " gcloud-java-examples" % " 0.1.5 "
31+ libraryDependencies += " com.google.gcloud" % " gcloud-java-examples" % " 0.1.6 "
3232```
3333
3434To run examples from your command line:
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.gcloud</groupId >
2424 <artifactId >gcloud-java-resourcemanager</artifactId >
25- <version >0.1.5 </version >
25+ <version >0.1.6 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.5 '
30+ compile 'com.google.gcloud:gcloud-java-resourcemanager:0.1.6 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.gcloud" % " gcloud-java-resourcemanager" % " 0.1.5 "
34+ libraryDependencies += " com.google.gcloud" % " gcloud-java-resourcemanager" % " 0.1.6 "
3535```
3636
3737Example Application
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222<dependency >
2323 <groupId >com.google.gcloud</groupId >
2424 <artifactId >gcloud-java-storage</artifactId >
25- <version >0.1.5 </version >
25+ <version >0.1.6 </version >
2626</dependency >
2727```
2828If you are using Gradle, add this to your dependencies
2929``` Groovy
30- compile 'com.google.gcloud:gcloud-java-storage:0.1.5 '
30+ compile 'com.google.gcloud:gcloud-java-storage:0.1.6 '
3131```
3232If you are using SBT, add this to your dependencies
3333``` Scala
34- libraryDependencies += " com.google.gcloud" % " gcloud-java-storage" % " 0.1.5 "
34+ libraryDependencies += " com.google.gcloud" % " gcloud-java-storage" % " 0.1.6 "
3535```
3636
3737Example Application
You can’t perform that action at this time.
0 commit comments