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

Commit 5a591e4

Browse files
authored
fix: bom pom.xml syntax error (#11)
1 parent 486430f commit 5a591e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-translate-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060

6161
<dependencyManagement>
6262
<dependencies>
63-
6463
<dependency>
6564
<groupId>com.google.api.grpc</groupId>
6665
<artifactId>grpc-google-cloud-translate-v3beta1</artifactId>
6766
<version>0.76.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-translate-v3beta1:current} -->
6867
</dependency>
68+
<dependency>
6969
<groupId>com.google.api.grpc</groupId>
7070
<artifactId>grpc-google-cloud-translate-v3</artifactId>
7171
<version>0.76.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-translate-v3:current} -->
@@ -99,4 +99,4 @@
9999
</plugin>
100100
</plugins>
101101
</build>
102-
</project>
102+
</project>

0 commit comments

Comments
 (0)