Skip to content

Commit 6ecbf5f

Browse files
authored
fix: Update IAM v3 groupId to the correct value (#3777)
GroupId value should be: `com.google.api.grpc`
1 parent c2ab582 commit 6ecbf5f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

java-iam/grpc-google-iam-v3/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.google.api.grpc.api.grpc</groupId>
5+
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-iam-v3</artifactId>
77
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
88
<name>grpc-google-iam-v3</name>
@@ -34,7 +34,7 @@
3434
<artifactId>proto-google-common-protos</artifactId>
3535
</dependency>
3636
<dependency>
37-
<groupId>com.google.api.grpc.api.grpc</groupId>
37+
<groupId>com.google.api.grpc</groupId>
3838
<artifactId>proto-google-iam-v3</artifactId>
3939
</dependency>
4040
<dependency>

java-iam/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
124124
</dependency>
125125
<dependency>
126-
<groupId>com.google.api.grpc.api.grpc</groupId>
126+
<groupId>com.google.api.grpc</groupId>
127127
<artifactId>proto-google-iam-v3</artifactId>
128128
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
129129
</dependency>
130130
<dependency>
131-
<groupId>com.google.api.grpc.api.grpc</groupId>
131+
<groupId>com.google.api.grpc</groupId>
132132
<artifactId>grpc-google-iam-v3</artifactId>
133133
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
134134
</dependency>

java-iam/proto-google-iam-v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.google.api.grpc.api.grpc</groupId>
5+
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-iam-v3</artifactId>
77
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
88
<name>proto-google-iam-v3</name>

0 commit comments

Comments
 (0)