Skip to content

Commit 5f81f8c

Browse files
Release 0.8.0, bump four APIs to beta (#1465)
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.
1 parent 0cf638e commit 5f81f8c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-storage-nio/google-cloud-nio-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-contrib</artifactId>
14-
<version>0.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio-examples</site.installationModule>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>google-cloud-storage</artifactId>
23-
<version>${project.version}</version>
23+
<version>${storage.version}</version>
2424
</dependency>
2525

2626
<dependency>

java-storage-nio/google-cloud-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NIO Filesystem Provider for Google Cloud Storage (Alpha)
1+
NIO Filesystem Provider for Google Cloud Storage
22
========================================================
33

44
Implementation of Java 7 `java.nio.file.FileSystem` for

java-storage-nio/google-cloud-nio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-contrib</artifactId>
14-
<version>0.7.1-SNAPSHOT</version>
14+
<version>0.8.0</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-nio</site.installationModule>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>${project.groupId}</groupId>
2222
<artifactId>google-cloud-storage</artifactId>
23-
<version>${project.version}</version>
23+
<version>${storage.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)