Skip to content

Commit 7a7f698

Browse files
author
travis-ci
committed
Updating version in README files. [ci skip]
1 parent e182661 commit 7a7f698

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
2727
<dependency>
2828
<groupId>com.google.gcloud</groupId>
2929
<artifactId>gcloud-java</artifactId>
30-
<version>0.1.0</version>
30+
<version>0.1.1</version>
3131
</dependency>
3232
```
3333
If you are using Gradle, add this to your dependencies
3434
```Groovy
35-
compile 'com.google.gcloud:gcloud-java:0.1.0'
35+
compile 'com.google.gcloud:gcloud-java:0.1.1'
3636
```
3737
If you are using SBT, add this to your dependencies
3838
```Scala
39-
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.0"
39+
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.1"
4040
```
4141

4242
Example Applications

gcloud-java-core/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.gcloud</groupId>
1919
<artifactId>gcloud-java-core</artifactId>
20-
<version>0.1.0</version>
20+
<version>0.1.1</version>
2121
</dependency>
2222
```
2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.gcloud:gcloud-java-core:jar:0.1.0'
25+
compile 'com.google.gcloud:gcloud-java-core:jar:0.1.1'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.0"
29+
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.1.1"
3030
```
3131

3232
Troubleshooting

gcloud-java-datastore/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-datastore</artifactId>
23-
<version>0.1.0</version>
23+
<version>0.1.1</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-datastore:jar:0.1.0'
28+
compile 'com.google.gcloud:gcloud-java-datastore:jar:0.1.1'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.1.0"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.1.1"
3333
```
3434

3535
Example Application

gcloud-java-examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.gcloud</groupId>
1919
<artifactId>gcloud-java-examples</artifactId>
20-
<version>0.1.0</version>
20+
<version>0.1.1</version>
2121
</dependency>
2222
```
2323
If you are using Gradle, add this to your dependencies
2424
```Groovy
25-
compile 'com.google.gcloud:gcloud-java-examples:jar:0.1.0'
25+
compile 'com.google.gcloud:gcloud-java-examples:jar:0.1.1'
2626
```
2727
If you are using SBT, add this to your dependencies
2828
```Scala
29-
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.1.0"
29+
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.1.1"
3030
```
3131

3232
To run examples from your command line:

gcloud-java-resourcemanager/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-resourcemanager</artifactId>
23-
<version>0.1.0</version>
23+
<version>0.1.1</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-resourcemanager:jar:0.1.0'
28+
compile 'com.google.gcloud:gcloud-java-resourcemanager:jar:0.1.1'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-resourcemanager" % "0.1.0"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-resourcemanager" % "0.1.1"
3333
```
3434

3535
Example Application

gcloud-java-storage/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.gcloud</groupId>
2222
<artifactId>gcloud-java-storage</artifactId>
23-
<version>0.1.0</version>
23+
<version>0.1.1</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.gcloud:gcloud-java-storage:jar:0.1.0'
28+
compile 'com.google.gcloud:gcloud-java-storage:jar:0.1.1'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.1.0"
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.1.1"
3333
```
3434

3535
Example Application

gcloud-java/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
2525
<dependency>
2626
<groupId>com.google.gcloud</groupId>
2727
<artifactId>gcloud-java</artifactId>
28-
<version>0.1.0</version>
28+
<version>0.1.1</version>
2929
</dependency>
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.gcloud:gcloud-java:jar:0.1.0'
33+
compile 'com.google.gcloud:gcloud-java:jar:0.1.1'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala
37-
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.0"
37+
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.1.1"
3838
```
3939

4040
Troubleshooting

0 commit comments

Comments
 (0)