Skip to content

Commit 26e7959

Browse files
authored
Fix pom urls (#3499)
1 parent d80ff97 commit 26e7959

File tree

2 files changed

+2
-2
lines changed
  • java-storage-nio

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.55.2-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio-examples:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO Examples</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio-examples</url>
8+
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples</url>
99
<description>
1010
Demonstrates how to use the google-cloud-nio jar to add Google Cloud Storage functionality to legacy code.
1111
</description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.55.2-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud NIO</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio</url>
8+
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-nio</url>
99
<description>
1010
FileSystemProvider for Java NIO to access Google Cloud Storage transparently.
1111
</description>

0 commit comments

Comments
 (0)