Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 70cb35a

Browse files
authored
Fixed POM file links to match true Github links (#153)
The true link of the Github repos used contains a dash (https://github.com/googleapis/java-document-ai/), however the libraries did originally not appear to have this.
1 parent a15a878 commit 70cb35a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

google-cloud-document-ai-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<name>Google Cloud Document AI BOM</name>
15-
<url>https://github.com/googleapis/java-documentai</url>
15+
<url>https://github.com/googleapis/java-document-ai</url>
1616
<description>BOM for Google Cloud Document AI</description>
1717

1818
<organization>
@@ -32,9 +32,9 @@
3232
</developers>
3333

3434
<scm>
35-
<connection>scm:git:https://github.com/googleapis/java-documentai.git</connection>
36-
<developerConnection>scm:git:[email protected]:googleapis/java-documentai.git</developerConnection>
37-
<url>https://github.com/googleapis/java-documentai</url>
35+
<connection>scm:git:https://github.com/googleapis/java-document-ai.git</connection>
36+
<developerConnection>scm:git:[email protected]:googleapis/java-document-ai.git</developerConnection>
37+
<url>https://github.com/googleapis/java-document-ai</url>
3838
</scm>
3939

4040
<distributionManagement>

google-cloud-document-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>0.2.2-SNAPSHOT</version> <!-- {x-version-update:google-cloud-document-ai:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Document AI</name>
9-
<url>https://github.com/googleapis/java-documentai</url>
9+
<url>https://github.com/googleapis/java-document-ai</url>
1010
<description>Java idiomatic client for Google Cloud Document AI</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>pom</packaging>
77
<version>0.2.2-SNAPSHOT</version> <!-- {x-version-update:google-cloud-document-ai:current} -->
88
<name>Google Cloud Document AI Parent</name>
9-
<url>https://github.com/googleapis/java-documentai</url>
9+
<url>https://github.com/googleapis/java-document-ai</url>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.
1212
</description>
@@ -32,13 +32,13 @@
3232
<name>Google LLC</name>
3333
</organization>
3434
<scm>
35-
<connection>scm:git:[email protected]:googleapis/java-documentai.git</connection>
36-
<developerConnection>scm:git:[email protected]:googleapis/java-documentai.git</developerConnection>
37-
<url>https://github.com/googleapis/java-documentai</url>
35+
<connection>scm:git:[email protected]:googleapis/java-document-ai.git</connection>
36+
<developerConnection>scm:git:[email protected]:googleapis/java-document-ai.git</developerConnection>
37+
<url>https://github.com/googleapis/java-document-ai</url>
3838
<tag>HEAD</tag>
3939
</scm>
4040
<issueManagement>
41-
<url>https://github.com/googleapis/java-documentai/issues</url>
41+
<url>https://github.com/googleapis/java-document-ai/issues</url>
4242
<system>GitHub Issues</system>
4343
</issueManagement>
4444
<distributionManagement>

0 commit comments

Comments
 (0)