Skip to content

Commit

Permalink
Updating version in README files. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Apr 12, 2016
1 parent d947afb commit f652533
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java:0.1.7'
compile 'com.google.cloud:gcloud-java:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.0"
```

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

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

Java Versions
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 @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-core</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java-core:0.1.7'
compile 'com.google.cloud:gcloud-java-core:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java-core" % "0.2.0"
```

Troubleshooting
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 @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-datastore</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java-datastore:0.1.7'
compile 'com.google.cloud:gcloud-java-datastore:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java-datastore" % "0.2.0"
```

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

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 @@ -19,16 +19,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-examples</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java-examples:0.1.7'
compile 'com.google.cloud:gcloud-java-examples:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java-examples" % "0.2.0"
```

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

Example Application
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 @@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-storage</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java-storage:0.1.7'
compile 'com.google.cloud:gcloud-java-storage:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java-storage" % "0.2.0"
```

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 @@ -27,16 +27,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:gcloud-java:0.1.7'
compile 'com.google.cloud:gcloud-java:0.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.1.7"
libraryDependencies += "com.google.cloud" % "gcloud-java" % "0.2.0"
```

Troubleshooting
Expand Down

0 comments on commit f652533

Please sign in to comment.