Skip to content

Commit c42a483

Browse files
committed
---
yaml --- r: 4415 b: refs/heads/gcs-nio c: 1ac7ecd h: refs/heads/master i: 4413: 175ca5a 4411: 43d1ddd 4407: 1581b1a 4399: c2fa931 4383: 3bd3ada 4351: 33d9d70
1 parent 9bfc93a commit c42a483

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: fe90bc05e8b6ae5ea13bbaa2bb72a53ae62f9081
14+
refs/heads/gcs-nio: 1ac7ecd7175fd39bc18f111bfdd1f0088d847127
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/gcloud-java-contrib/gcloud-java-nio-examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ To run this example:
2222
4. Run the sample with:
2323
2424
```
25-
java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.1-SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
25+
java -cp gcloud-java-contrib/gcloud-java-nio/target/gcloud-java-nio-0.2.4-SNAPSHOT-shaded.jar:gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.4-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
2626
```
2727
2828
Notice that it lists gcs, which it wouldn't if you ran it without the nio jar:
2929
```
30-
java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.1-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
30+
java -cp gcloud-java-contrib/gcloud-java-nio-examples/target/gcloud-java-nio-examples-0.2.4-SNAPSHOT.jar com.google.cloud.nio.examples.ListFilesystems
3131
```
3232
3333
The sample doesn't have anything about GCS in it. It gets that ability from the nio jar that

branches/gcs-nio/gcloud-java-contrib/gcloud-java-nio-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>gcloud-java-contrib</artifactId>
14-
<version>0.2.1-SNAPSHOT</version>
14+
<version>0.2.4-SNAPSHOT</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>nio</site.installationModule>

branches/gcs-nio/gcloud-java-contrib/gcloud-java-nio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>gcloud-java-contrib</artifactId>
14-
<version>0.2.1-SNAPSHOT</version>
14+
<version>0.2.4-SNAPSHOT</version>
1515
</parent>
1616
<properties>
1717
<site.installationModule>nio</site.installationModule>

0 commit comments

Comments
 (0)