Skip to content

Commit

Permalink
Bumping versions to 1.0.0-rc4, 0.17.0-beta, 0.17.0-alpha for release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle authored Apr 25, 2017
1 parent c3d18ff commit d4a8e2a
Show file tree
Hide file tree
Showing 47 changed files with 131 additions and 131 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud:0.16.0-alpha'
compile 'com.google.cloud:google-cloud:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud" % "0.17.0-alpha"
```

For running on Google App Engine, see [more instructions here](./APPENGINE.md).
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-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>google-cloud-bigquery</artifactId>
<version>0.16.0-beta</version>
<version>0.17.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquery:0.16.0-beta'
compile 'com.google.cloud:google-cloud-bigquery:0.17.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.16.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.17.0-beta"
```

Example Application
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-bigquery</artifactId>
<version>0.16.1-beta-SNAPSHOT</version>
<version>0.17.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud BigQuery</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-bigquery</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-compute/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>google-cloud-compute</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-compute:0.16.0-alpha'
compile 'com.google.cloud:google-cloud-compute:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.17.0-alpha"
```

Example Application
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-compute</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud Compute</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-compute</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-compute</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-contrib/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.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-contrib:0.16.0-alpha'
compile 'com.google.cloud:google-cloud-contrib:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.17.0-alpha"
```

### google-cloud-nio-examples
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contrib/google-cloud-nio-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ To run this example:
4. Run the sample with:
```
java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.16.1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.16.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.17.1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.17.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
```
Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
```
java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.16.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
java -cp google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.17.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
```
The sample doesn't have anything about Google Cloud Storage in it. It gets that ability from the NIO
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contrib/google-cloud-nio-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-nio-examples</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud NIO Examples</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio-examples</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-nio-examples</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-contrib/google-cloud-nio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-nio</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-nio:0.16.0-alpha'
compile 'com.google.cloud:google-cloud-nio:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.17.0-alpha"
```

Example Applications
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contrib/google-cloud-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-nio</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud NIO</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-nio</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-contrib</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>pom</packaging>
<name>Google Cloud Contributions</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-contrib</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-core-grpc</artifactId>
<version>1.0.0-rc4-SNAPSHOT</version>
<version>1.0.0-rc4</version>
<packaging>jar</packaging>
<name>Google Cloud Core gRPC</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-core-grpc</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-core-grpc</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-core-http</artifactId>
<version>1.0.0-rc4-SNAPSHOT</version>
<version>1.0.0-rc4</version>
<packaging>jar</packaging>
<name>Google Cloud Core HTTP</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-core-http</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-core-http</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-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>google-cloud-core</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc4</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-core:1.0.0-rc3'
compile 'com.google.cloud:google-cloud-core:1.0.0-rc4'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "1.0.0-rc3"
libraryDependencies += "com.google.cloud" % "google-cloud-core" % "1.0.0-rc4"
```

Troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-core</artifactId>
<version>1.0.0-rc4-SNAPSHOT</version>
<version>1.0.0-rc4</version>
<packaging>jar</packaging>
<name>Google Cloud Core</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-core</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-core</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-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>google-cloud-datastore</artifactId>
<version>1.0.0-rc3</version>
<version>1.0.0-rc4</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-datastore:1.0.0-rc3'
compile 'com.google.cloud:google-cloud-datastore:1.0.0-rc4'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.0.0-rc3"
libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.0.0-rc4"
```

Example Application
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-datastore</artifactId>
<version>1.0.0-rc4-SNAPSHOT</version>
<version>1.0.0-rc4</version>
<packaging>jar</packaging>
<name>Google Cloud Datastore</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-datastore</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-datastore</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-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>google-cloud-dns</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-dns:0.16.0-alpha'
compile 'com.google.cloud:google-cloud-dns:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.17.0-alpha"
```

Example Application
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-dns</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud DNS</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-dns</url>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-dns</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-errorreporting</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud Error Reporting</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-errorreporting</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.16.1-alpha-SNAPSHOT</version>
<version>0.17.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-errorreporting</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-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>google-cloud-examples</artifactId>
<version>0.16.0-alpha</version>
<version>0.17.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-examples:0.16.0-alpha'
compile 'com.google.cloud:google-cloud-examples:0.17.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-examples" % "0.16.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-examples" % "0.17.0-alpha"
```

To run examples from your command line:
Expand Down
Loading

0 comments on commit d4a8e2a

Please sign in to comment.