Skip to content

Commit cc49d70

Browse files
Release 1.44.0/0.62.0 (#3677)
1 parent fba8140 commit cc49d70

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ To run this example:
2323
2424
[//]: # ({x-version-update-start:google-cloud-nio:current})
2525
```
26-
java -cp google-cloud-clients/google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.61.1-alpha-SNAPSHOT.jar:google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.61.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
26+
java -cp google-cloud-clients/google-cloud-contrib/google-cloud-nio/target/google-cloud-nio-0.62.0-alpha.jar:google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.62.0-alpha.jar com.google.cloud.nio.examples.ListFilesystems
2727
```
2828
2929
Notice that it lists Google Cloud Storage, which it wouldn't if you ran it without the NIO jar:
3030
```
31-
java -cp google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.61.1-alpha-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
31+
java -cp google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/target/google-cloud-nio-examples-0.62.0-alpha.jar com.google.cloud.nio.examples.ListFilesystems
3232
```
3333
[//]: # ({x-version-update-end})
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-nio-examples</artifactId>
5-
<version>0.61.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio-examples:current} -->
5+
<version>0.62.0-alpha</version><!-- {x-version-update:google-cloud-nio-examples:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO Examples</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-contrib</artifactId>
15-
<version>0.61.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-contrib:current} -->
15+
<version>0.62.0-alpha</version><!-- {x-version-update:google-cloud-contrib:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-nio-examples</site.installationModule>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ If you are using Maven, add this to your pom.xml file
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-nio</artifactId>
31-
<version>0.61.0-alpha</version>
31+
<version>0.62.0-alpha</version>
3232
</dependency>
3333
```
3434
If you are using Gradle, add this to your dependencies
3535
```Groovy
36-
compile 'com.google.cloud:google-cloud-nio:0.61.0-alpha'
36+
compile 'com.google.cloud:google-cloud-nio:0.62.0-alpha'
3737
```
3838
If you are using SBT, add this to your dependencies
3939
```Scala
40-
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.61.0-alpha"
40+
libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.62.0-alpha"
4141
```
4242
[//]: # ({x-version-update-end})
4343

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-nio</artifactId>
5-
<version>0.61.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} -->
5+
<version>0.62.0-alpha</version><!-- {x-version-update:google-cloud-nio:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-contrib</artifactId>
15-
<version>0.61.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
15+
<version>0.62.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-nio</site.installationModule>

0 commit comments

Comments
 (0)