From 3a942cda09b263d910454b584273b45eee03406c Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Fri, 19 Feb 2021 15:19:00 -0500 Subject: [PATCH] ci: add plugin config to BOM module to test out new sonatype google endpoint (#858) --- google-cloud-bigquerystorage-bom/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/google-cloud-bigquerystorage-bom/pom.xml b/google-cloud-bigquerystorage-bom/pom.xml index 7055fa3e2e..0b1b40c363 100644 --- a/google-cloud-bigquerystorage-bom/pom.xml +++ b/google-cloud-bigquerystorage-bom/pom.xml @@ -118,6 +118,18 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://google.oss.sonatype.org/ + false + 15 + + \ No newline at end of file