Skip to content

Commit 78fb27f

Browse files
jean-philippe-martinmziccard
authored andcommitted
Add url to the pom for nio and nio-examples (googleapis#909)
* Add url to the pom for nio and nio-examples To mirror the changes in master. * Remove already-updated line
1 parent 3882872 commit 78fb27f

File tree

2 files changed

+3
-1
lines changed
  • gcloud-java-contrib

2 files changed

+3
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>gcloud-java-nio-examples</artifactId>
55
<packaging>jar</packaging>
6-
<name>GCloud Java NIO example</name>
6+
<name>GCloud Java NIO examples</name>
7+
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-contrib/gcloud-java-nio-examples</url>
78
<description>
89
Demonstrates how to use the gcloud-java-nio jar to add GCS functionality to legacy code.
910
</description>

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>gcloud-java-nio</artifactId>
55
<packaging>jar</packaging>
66
<name>GCloud Java NIO</name>
7+
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-contrib/gcloud-java-nio</url>
78
<description>
89
FileSystemProvider for Java NIO to access GCS transparently.
910
</description>

0 commit comments

Comments
 (0)