From 6af084face9afa7ee1fa8dec2a96419e7f4db706 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Thu, 13 Feb 2020 13:43:23 -0500 Subject: [PATCH] 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. --- google-cloud-datastore-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-datastore-bom/pom.xml b/google-cloud-datastore-bom/pom.xml index 08c0545f3..9691a1c65 100644 --- a/google-cloud-datastore-bom/pom.xml +++ b/google-cloud-datastore-bom/pom.xml @@ -68,7 +68,7 @@ com.google.cloud google-cloud-datastore - 0.85.2-SNAPSHOT + 1.102.2-SNAPSHOT