8000 bump version to 0.34.0/0.16.0 for release by neozwu · Pull Request #2856 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.33.0-beta</version>
<version>0.34.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquery:0.33.0-beta'
compile 'com.google.cloud:google-cloud-bigquery:0.34.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.33.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.34.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.33.1-beta-SNAPSHOT</version>
<version>0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-bigquery</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-bigquerydatatransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
<version>0.33.0-beta</version>
<version>0.34.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.33.0-beta'
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.34.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.33.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.34.0-beta"
```

Authentication
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bigquerydatatransfer/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-bigquerydatatransfer</artifactId>
<version>0.33.1-beta-SNAPSHOT</version>
<version>0.34.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud Bigquery Data Transfer</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquerydatatransfer</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-bigquerydatatransfer</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bigtable/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-bigtable</artifactId>
<version>0.33.1-beta-SNAPSHOT</version>
<version>0.34.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud Bigtable</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigtable</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-bigtable</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use it in Maven, add the following to your POM:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.33.0-alpha</version>
<version>0.34.0-alpha</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
68 changes: 34 additions & 34 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<packaging>pom</packaging>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
<name>Google Cloud Java BOM</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bom</url>
<description>
Expand Down Expand Up @@ -140,39 +140,39 @@
<protobuf.version>3.5.1</protobuf.version>
<opencensus.version>0.10.0</opencensus.version>

<cloud.version>0.33.1-alpha-SNAPSHOT</cloud.version>
<bigtable.version>0.33.1-beta-SNAPSHOT</bigtable.version>
<bigquery.version>0.33.1-beta-SNAPSHOT</bigquery.version>
<bigquerydatatransfer.version>0.33.1-beta-SNAPSHOT</bigquerydatatransfer.version>
<compute.version>0.33.1-alpha-SNAPSHOT</compute.version>
<container.version>0.33.1-beta-SNAPSHOT</container.version>
<contrib.version>0.33.1-alpha-SNAPSHOT</contrib.version>
<core.version>1.15.1-SNAPSHOT</core.version>
<core-http.version>1.15.1-SNAPSHOT</core-http.version>
<core-grpc.version>1.15.1-SNAPSHOT</core-grpc.version>
<datastore.version>1.15.1-SNAPSHOT</datastore.version>
<dataproc.version>0.33.1-alpha-SNAPSHOT</dataproc.version>
<dialogflow.version>0.33.1-alpha-SNAPSHOT</dialogflow.version>
<dlp.version>0.33.1-beta-SNAPSHOT</dlp.version>
<dns.version>0.33.1-alpha-SNAPSHOT</dns.version>
<errorreporting.version>0.33.1-beta-SNAPSHOT</errorreporting.version>
<firestore.version>0.33.1-beta-SNAPSHOT</firestore.version>
<examples.version>0.33.1-alpha-SNAPSHOT</examples.version>
<language.version>1.15.1-SNAPSHOT</language.version>
<logging.version>1.15.1-SNAPSHOT</logging.version>
<logging-logback.version>0.33.1-beta-SNAPSHOT</logging-logback.version>
<monitoring.version>0.33.1-beta-SNAPSHOT</monitoring.version>
<os-login.version>0.33.1-alpha-SNAPSHOT</os-login.version>
<pubsub.version>0.33.1-beta-SNAPSHOT</pubsub.version>
<resourcemanager.version>0.33.1-alpha-SNAPSHOT</resourcemanager.version>
<spanner.version>0.33.1-beta-SNAPSHOT</spanner.version>
<speech.version>0.33.1-alpha-SNAPSHOT</speech.version>
<storage.version>1.15.1-SNAPSHOT</storage.version>
<trace.version>0.33.1-beta-SNAPSHOT</trace.version>
<translate.version>1.15.1-SNAPSHOT</translate.version>
<vision.version>1.15.1-SNAPSHOT</vision.version>
<video-intelligence.version>0.33.1-beta-SNAPSHOT</video-intelligence.version>
<testing.version>0.33.1-alpha-SNAPSHOT</testing.version>
<cloud.version>0.34.0-alpha</cloud.version>
<bigtable.version>0.34.0-beta</bigtable.version>
<bigquery.version>0.34.0-beta</bigquery.version>
<bigquerydatatransfe D08C r.version>0.34.0-beta</bigquerydatatransfer.version>
<compute.version>0.34.0-alpha</compute.version>
<container.version>0.34.0-beta</container.version>
<contrib.version>0.34.0-alpha</contrib.version>
<core.version>1.16.0</core.version>
<core-http.version>1.16.0</core-http.version>
<core-grpc.version>1.16.0</core-grpc.version>
<datastore.version>1.16.0</datastore.version>
<dataproc.version>0.34.0-alpha</dataproc.version>
<dialogflow.version>0.34.0-alpha</dialogflow.version>
<dlp.version>0.34.0-beta</dlp.version>
<dns.version>0.34.0-alpha</dns.version>
<errorreporting.version>0.34.0-beta</errorreporting.version>
<firestore.version>0.34.0-beta</firestore.version>
<examples.version>0.34.0-alpha</examples.version>
<language.version>1.16.0</language.version>
<logging.version>1.16.0</logging.version>
<logging-logback.version>0.34.0-beta</logging-logback.version>
<monitoring.version>0.34.0-beta</monitoring.version>
<os-login.version>0.34.0-alpha</os-login.version>
<pubsub.version>0.34.0-beta</pubsub.version>
<resourcemanager.version>0.34.0-alpha</resourcemanager.version>
<spanner.version>0.34.0-beta</spanner.version>
<speech.version>0.34.0-alpha</speech.version>
<storage.version>1.16.0</storage.version>
<trace.version>0.34.0-beta</trace.version>
<translate.version>1.16.0</translate.version>
<vision.version>1.16.0</vision.version>
<video-intelligence.version>0.34.0-beta</video-intelligence.version>
<testing.version>0.34.0-alpha</testing.version>
</properties>
<dependencyManagement>
<dependencies>
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 @@ -23,16 +23,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.33.0-alpha</version>
<version>0.34.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-compute:0.33.0-alpha'
compile 'com.google.cloud:google-cloud-compute:0.34.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.33.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-compute</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-container</artifactId>
<version>0.33.0-beta</version>
<version>0.34.0-beta</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-container:0.33.0-beta'
compile 'com.google.cloud:google-cloud-container:0.34.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-container" % "0.33.0-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-container" % "0.34.0-beta"
```

Authentication
Expand Down
3B34 4 changes: 2 additions & 2 deletions google-cloud-container/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-container</artifactId>
<version>0.33.1-beta-SNAPSHOT</version>
<version>0.34.0-beta</version>
<packaging>jar</packaging>
<name>Google Cloud Container</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-container</url>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-container</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.33.0-alpha</version>
<version>0.34.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-contrib:0.33.0-alpha'
compile 'com.google.cloud:google-cloud-contrib:0.34.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.33.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-contrib" % "0.34.0-alpha"
```

### google-cloud-nio-examples
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-contrib/google-cloud-logging-logback/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-logging-logback</artifactId>
<version>0.33.0-alpha</version>
<version>0.34.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-logging-logback:0.33.0-alpha'
compile 'com.google.cloud:google-cloud-logging-logback:0.34.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.33.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.34.0-alpha"
```

Usage
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-contrib/google-cloud-logging-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>google-cloud-logging-logback</artifactId>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
<packaging>jar</packaging>
<name>Google Cloud Logging Logback Appender</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-logging-logback</url>
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<dependencies>
<dependency>
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.33.1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.33.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
java -cp google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.34.1-alpha-SNAPSHOT-shaded.jar:google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.34.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.33.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.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.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.33.0-alpha</version>
<version>0.34.0-alpha</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-nio:0.33.0-alpha'
compile 'com.google.cloud:google-cloud-nio:0.34.0-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.33.0-alpha"
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.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.33.1-alpha-SNAPSHOT</version>
<version>0.34.0-alpha</version>
</parent>
<properties>
<site.installationModule>google-cloud-nio</site.installationModule>
Expand Down
Loading
0