Skip to content

Commit

Permalink
Add url to the pom for nio and nio-examples (#909)
Browse files Browse the repository at this point in the history
* Add url to the pom for nio and nio-examples

To mirror the changes in master.

* Remove already-updated line
  • Loading branch information
jean-philippe-martin authored and aozarov committed Apr 12, 2016
1 parent 95c98af commit 9e91dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcloud-java-contrib/gcloud-java-nio-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gcloud-java-nio-examples</artifactId>
<packaging>jar</packaging>
<name>GCloud Java NIO example</name>
<name>GCloud Java NIO examples</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-contrib/gcloud-java-nio-examples</url>
<description>
Demonstrates how to use the gcloud-java-nio jar to add GCS functionality to legacy code.
</description>
Expand Down
1 change: 1 addition & 0 deletions gcloud-java-contrib/gcloud-java-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<artifactId>gcloud-java-nio</artifactId>
<packaging>jar</packaging>
<name>GCloud Java NIO</name>
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-contrib/gcloud-java-nio</url>
<description>
FileSystemProvider for Java NIO to access GCS transparently.
</description>
Expand Down

0 comments on commit 9e91dc5

Please sign in to comment.