Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: bom version tag miss configured (#42)
The bom had been miss configured to change the version of google-cloud-datastore to be the version for proto-google-cloud-datastore-v1 this change fixes the marker and the version.
  • Loading branch information
BenWhitehead committed Feb 13, 2020
1 parent a846723 commit 6af084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-datastore-bom/pom.xml
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>0.85.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastore-v1:current} -->
<version>1.102.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-datastore:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 6af084f

Please sign in to comment.