Skip to content

Commit 29273a6

Browse files
authored
chore: Fixing <scm>, <issueManagement> and <url> tags (#1214)
* chore: Fixing <scm>,<issues> & <url> tags
1 parent b6ab999 commit 29273a6

File tree

7 files changed

+6
-39
lines changed

7 files changed

+6
-39
lines changed

.kokoro/release/publish_javadoc11.sh

100644100755
File mode changed.

api-common-java/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<packaging>jar</packaging>
88
<version>2.3.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
10-
<url>https://github.com/googleapis/api-common-java</url>
1110
<description>Common utilities for Google APIs in Java</description>
1211

1312
<parent>
@@ -27,11 +26,6 @@
2726
</developer>
2827
</developers>
2928

30-
<scm>
31-
<connection>scm:git:https://github.com/googleapis/api-common-java.git</connection>
32-
<url>https://github.com/googleapis/api-common-java</url>
33-
</scm>
34-
3529
<licenses>
3630
<license>
3731
<name>BSD</name>

gapic-generator-java-pom-parent/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>2.12.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
11-
<url>https://github.com/googleapis/google-cloud-java</url>
11+
<url>https://github.com/googleapis/gapic-generator-java</url>
1212
<description>
1313
The top-level parent for all modules in the repository.
1414
</description>
@@ -50,13 +50,13 @@
5050
</organization>
5151
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
5252
child.scm.url.inherit.append.path="false">
53-
<connection>scm:git:[email protected]:googleapis/google-cloud-java.git</connection>
54-
<developerConnection>scm:git:[email protected]:googleapis/google-cloud-java.git</developerConnection>
55-
<url>https://github.com/googleapis/google-cloud-java</url>
53+
<connection>scm:git:[email protected]:googleapis/gapic-generator-java.git</connection>
54+
<developerConnection>scm:git:[email protected]:googleapis/gapic-generator-java.git</developerConnection>
55+
<url>https://github.com/googleapis/gapic-generator-java</url>
5656
<tag>HEAD</tag>
5757
</scm>
5858
<issueManagement>
59-
<url>https://github.com/googleapis/google-cloud-java/issues</url>
59+
<url>https://github.com/googleapis/gapic-generator-java/issues</url>
6060
<system>GitHub Issues</system>
6161
</issueManagement>
6262

gapic-generator-java/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<artifactId>gapic-generator-java</artifactId>
77
<version>2.12.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
9+
<description>GAPIC generator Java</description>
910

1011
<properties>
1112
<checkstyle.skip>true</checkstyle.skip>

gax-java/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<packaging>pom</packaging>
77
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
88
<name>GAX (Google Api eXtensions) for Java (Parent)</name>
9-
<url>https://github.com/googleapis/gax-java</url>
109
<description>Google Api eXtensions for Java (Parent)</description>
1110

1211
<parent>
@@ -26,11 +25,6 @@
2625
</developer>
2726
</developers>
2827

29-
<scm>
30-
<connection>scm:git:https://github.com/googleapis/gax-java.git</connection>
31-
<url>https://github.com/googleapis/gax-java</url>
32-
</scm>
33-
3428
<licenses>
3529
<license>
3630
<name>BSD</name>

java-common-protos/pom.xml

-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<packaging>pom</packaging>
77
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
88
<name>Google Common Protos Parent</name>
9-
<url>https://github.com/googleapis/java-iam</url>
109
<description>
1110
Java idiomatic client for Google Cloud Platform services.
1211
</description>
@@ -32,16 +31,6 @@
3231
<organization>
3332
<name>Google LLC</name>
3433
</organization>
35-
<scm>
36-
<connection>scm:[email protected]:googleapis/java-common-protos.git</connection>
37-
<developerConnection>scm:[email protected]:googleapis/java-common-protos.git</developerConnection>
38-
<url>https://github.com/googleapis/java-common-protos</url>
39-
<tag>HEAD</tag>
40-
</scm>
41-
<issueManagement>
42-
<url>https://github.com/googleapis/java-common-protos/issues</url>
43-
<system>GitHub Issues</system>
44-
</issueManagement>
4534
<distributionManagement>
4635
<snapshotRepository>
4736
<id>sonatype-nexus-snapshots</id>

java-iam/pom.xml

-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<packaging>pom</packaging>
77
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
88
<name>Google IAM Parent</name>
9-
<url>https://github.com/googleapis/java-iam</url>
109
<description>
1110
Java idiomatic client for Google Cloud Platform services.
1211
</description>
@@ -32,16 +31,6 @@
3231
<organization>
3332
<name>Google LLC</name>
3433
</organization>
35-
<scm>
36-
<connection>scm:git:[email protected]:googleapis/java-iam.git</connection>
37-
<developerConnection>scm:git:[email protected]:googleapis/java-iam.git</developerConnection>
38-
<url>https://github.com/googleapis/java-iam</url>
39-
<tag>HEAD</tag>
40-
</scm>
41-
<issueManagement>
42-
<url>https://github.com/googleapis/java-iam/issues</url>
43-
<system>GitHub Issues</system>
44-
</issueManagement>
4534
<distributionManagement>
4635
<snapshotRepository>
4736
<id>sonatype-nexus-snapshots</id>

0 commit comments

Comments
 (0)