Skip to content

Commit

Permalink
Release 0.8.0, bump four APIs to beta (googleapis#1465)
Browse files Browse the repository at this point in the history
As part of this, introducing some new pom properties:

* core.version: version of google-cloud-core
* beta.version: version used by beta APIs (which is the project
  version plus -beta)
* storage.version: the version of google-cloud-storage (since
  several APIs depend on it)

Lastly, removing "(Alpha)" from titles in README files except
the root README file, because it's hard to keep all those
tags up to date.
  • Loading branch information
garrettjonesgoogle committed Dec 8, 2016
1 parent 0eb14ec commit a39a038
Show file tree
Hide file tree
Showing 28 changed files with 72 additions and 65 deletions.
2 changes: 1 addition & 1 deletion google-cloud-bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for BigQuery (Alpha)
Google Cloud Java Client for BigQuery
====================================

Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery).
Expand Down
9 changes: 5 additions & 4 deletions google-cloud-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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>${beta.version}</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 @@ -11,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-bigquery</site.installationModule>
Expand All @@ -20,12 +21,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>${project.version}</version>
<version>${storage.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -43,7 +44,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-compute/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for Compute (Alpha)
Google Cloud Java Client for Compute
====================================

Java idiomatic client for [Google Cloud Compute](https://cloud.google.com/compute).
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-compute</site.installationModule>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
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 @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-nio-examples</site.installationModule>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>${project.version}</version>
<version>${storage.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-contrib/google-cloud-nio/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NIO Filesystem Provider for Google Cloud Storage (Alpha)
NIO Filesystem Provider for Google Cloud Storage
========================================================

Implementation of Java 7 `java.nio.file.FileSystem` for
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 @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-contrib</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-nio</site.installationModule>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>${project.version}</version>
<version>${storage.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-contrib</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-core</site.installationModule>
Expand Down
7 changes: 4 additions & 3 deletions google-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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>${beta.version}</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 @@ -11,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-datastore</site.installationModule>
Expand All @@ -20,7 +21,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.datastore</groupId>
Expand All @@ -41,7 +42,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-dns</site.installationModule>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-errorreporting</site.installationModule>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-examples</site.installationModule>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-language</site.installationModule>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-logging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for Logging (Alpha)
Google Cloud Java Client for Logging
====================================

Java idiomatic client for [Stackdriver Logging][stackdriver-logging].
Expand Down
7 changes: 4 additions & 3 deletions google-cloud-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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-logging</artifactId>
<version>${beta.version}</version>
<packaging>jar</packaging>
<name>Google Cloud Logging</name>
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-logging</url>
Expand All @@ -11,7 +12,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-logging</site.installationModule>
Expand All @@ -25,7 +26,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -56,7 +57,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-monitoring</site.installationModule>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for Pub/Sub (Alpha)
Google Cloud Java Client for Pub/Sub
====================================

Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsub/).
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-pubsub</site.installationModule>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-resourcemanager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Google Cloud Java Client for Resource Manager (Alpha)
Google Cloud Java Client for Resource Manager
=============================================

Java idiomatic client for [Google Cloud Resource Manager] (https://cloud.google.com/resource-manager/).
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<properties>
<site.installationModule>google-cloud-resourcemanager</site.installationModule>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
<version>${project.version}</version>
<version>${core.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Loading

0 comments on commit a39a038

Please sign in to comment.