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

Commit

Permalink
fix: bom pom.xml syntax error (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 7, 2019
1 parent 486430f commit 5a591e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-translate-bom/pom.xml
Expand Up @@ -60,12 +60,12 @@

<dependencyManagement>
<dependencies>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-translate-v3beta1</artifactId>
<version>0.76.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-translate-v3beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-translate-v3</artifactId>
<version>0.76.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-translate-v3:current} -->
Expand Down Expand Up @@ -99,4 +99,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 5a591e4

Please sign in to comment.