Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0 with repackaging note #904

Merged
merged 1 commit into from
Apr 12, 2016
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ This client supports the following Google Cloud Platform services:

Quickstart
----------

> As of April 12th, 2016, `gcloud-java`'s group ID and base package were renamed to `com.google.cloud`. If you haven't already, please update your dependencies.

If you are using Maven, add this to your pom.xml file
```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-bigquery</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-contrib</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-core</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-datastore</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-dns</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-examples</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-resourcemanager</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<properties>
<site.installationModule>gcloud-java-storage</site.installationModule>
Expand Down
2 changes: 1 addition & 1 deletion gcloud-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<packaging>pom</packaging>
<version>0.1.8-SNAPSHOT</version>
<version>0.2.0</version>
<name>GCloud Java</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java</url>
<description>
Expand Down
1 change: 1 addition & 0 deletions src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
&lt;artifactId&gt;gcloud-java&lt;/artifactId&gt;
&lt;version&gt;{{SITE_VERSION}}&lt;/version&gt;
&lt;/dependency&gt;</pre>
<p><i>As of April 12th, 2016, gcloud-java's group ID and base package were renamed to "com.google.cloud". If you haven't already, please update your dependencies.</i></p>
</div><!-- end of .col.col-right -->
</div><!-- end of .container -->
</section><!-- end of .hero-banner -->
Expand Down