Skip to content

Commit 7186c2c

Browse files
committed
chore: Resolve merge conflicts
1 parent 4ce4e51 commit 7186c2c

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc.api.grpc</groupId>
66
<artifactId>grpc-google-iam-v3</artifactId>
7-
<version>1.50.2</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
7+
<version>1.50.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
88
<name>grpc-google-iam-v3</name>
99
<description>GRPC library for proto-google-iam-v1</description>
1010
<parent>
@@ -42,10 +42,6 @@
4242
<artifactId>guava</artifactId>
4343
</dependency>
4444
</dependencies>
45-
<<<<<<< HEAD
46-
<<<<<<< HEAD
47-
=======
48-
>>>>>>> e30992350 (chore: Resolve pom issues in IAM v3 generation)
4945

5046
<profiles>
5147
<profile>
@@ -70,9 +66,4 @@
7066
</plugin>
7167
</plugins>
7268
</build>
73-
<<<<<<< HEAD
74-
=======
75-
>>>>>>> aa68664b5 (chore: Resolve merge conflicts)
76-
=======
77-
>>>>>>> e30992350 (chore: Resolve pom issues in IAM v3 generation)
7869
</project>

java-iam/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125
<dependency>
126126
<groupId>com.google.api.grpc.api.grpc</groupId>
127127
<artifactId>proto-google-iam-v3</artifactId>
128-
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v3:current} -->
128+
<version>1.50.3-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
129129
</dependency>
130130
<dependency>
131131
<groupId>com.google.api.grpc.api.grpc</groupId>
132132
<artifactId>grpc-google-iam-v3</artifactId>
133-
<version>1.50.2</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
133+
<version>1.50.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
134134
</dependency>
135135
<dependency>
136136
<groupId>javax.annotation</groupId>

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc.api.grpc</groupId>
66
<artifactId>proto-google-iam-v3</artifactId>
7-
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v3:current} -->
7+
<version>1.50.3-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
88
<name>proto-google-iam-v3</name>
99
<description>Proto library for proto-google-iam-v1</description>
1010
<parent>
@@ -22,16 +22,6 @@
2222
<artifactId>proto-google-common-protos</artifactId>
2323
</dependency>
2424
<dependency>
25-
<<<<<<< HEAD
26-
<<<<<<< HEAD
27-
=======
28-
<groupId>com.google.api.grpc</groupId>
29-
<artifactId>proto-google-iam-v1</artifactId>
30-
</dependency>
31-
<dependency>
32-
>>>>>>> aa68664b5 (chore: Resolve merge conflicts)
33-
=======
34-
>>>>>>> e30992350 (chore: Resolve pom issues in IAM v3 generation)
3525
<groupId>com.google.api</groupId>
3626
<artifactId>api-common</artifactId>
3727
</dependency>

0 commit comments

Comments
 (0)