Skip to content

Commit 7e6e750

Browse files
authored
fix: Rename gapic-parent-pom to groupId to google.cloud.api (#1238)
* fix: Rename gapic-parent-pom to groupId to google.cloud.api * fix: Update all references to pom-parent
1 parent 8a61249 commit 7e6e750

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api-common-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
13-
<groupId>com.google.cloud</groupId>
13+
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
1515
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>

gapic-generator-java-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</description>
1414

1515
<parent>
16-
<groupId>com.google.cloud</groupId>
16+
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
1818
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inherit.append.path="false">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.google.cloud</groupId>
6+
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
88
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>

gapic-generator-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</properties>
2222

2323
<parent>
24-
<groupId>com.google.cloud</groupId>
24+
<groupId>com.google.api</groupId>
2525
<artifactId>gapic-generator-java-pom-parent</artifactId>
2626
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
2727
<relativePath>../gapic-generator-java-pom-parent</relativePath>

gax-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>Google Api eXtensions for Java (Parent)</description>
1010

1111
<parent>
12-
<groupId>com.google.cloud</groupId>
12+
<groupId>com.google.api</groupId>
1313
<artifactId>gapic-generator-java-pom-parent</artifactId>
1414
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1515
<relativePath>../gapic-generator-java-pom-parent</relativePath>

java-common-protos/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</description>
1212

1313
<parent>
14-
<groupId>com.google.cloud</groupId>
14+
<groupId>com.google.api</groupId>
1515
<artifactId>gapic-generator-java-pom-parent</artifactId>
1616
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1717
<relativePath>../gapic-generator-java-pom-parent</relativePath>

java-iam/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</description>
1212

1313
<parent>
14-
<groupId>com.google.cloud</groupId>
14+
<groupId>com.google.api</groupId>
1515
<artifactId>gapic-generator-java-pom-parent</artifactId>
1616
<version>2.13.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
1717
<relativePath>../gapic-generator-java-pom-parent</relativePath>

0 commit comments

Comments
 (0)