Skip to content

Commit

Permalink
Updating version in README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Nov 12, 2015
1 parent 29d9c23 commit 2fd8066
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.0.12"
```

Example Applications
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-core</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java-core:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java-core:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java-core" % "0.0.12"
```

Java Versions
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-datastore</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java-datastore:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java-datastore:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java-datastore" % "0.0.12"
```

Example Application
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-examples</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java-examples:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java-examples:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java-examples" % "0.0.12"
```

To run examples from your command line:
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-storage</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java-storage:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java-storage:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java-storage" % "0.0.12"
```

Example Application
Expand Down
6 changes: 3 additions & 3 deletions gcloud-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.gcloud:gcloud-java:jar:0.0.11'
compile 'com.google.gcloud:gcloud-java:jar:0.0.12'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.0.11"
libraryDependencies += "com.google.gcloud" % "gcloud-java" % "0.0.12"
```

Java Versions
Expand Down

0 comments on commit 2fd8066

Please sign in to comment.