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

Commit

Permalink
fix: correct groupIds for com.google.api.grpc artifacts (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 authored and codyoss committed Dec 6, 2019
1 parent 225ccc8 commit 8b6e0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-errorreporting-bom/pom.xml
Expand Up @@ -66,12 +66,12 @@
<version>0.118.0-beta</version><!-- {x-version-update:google-cloud-errorreporting:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.84.0</version><!-- {x-version-update:grpc-google-cloud-errorreporting-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
<version>0.84.0</version><!-- {x-version-update:proto-google-cloud-errorreporting-v1beta1:current} -->
</dependency>
Expand Down

0 comments on commit 8b6e0cc

Please sign in to comment.