Skip to content

Commit d87388c

Browse files
committed
deps: latest google-cloud-shared-config
The latest google-cloud-shared-config has the profile to turn off nexus-staging-maven-plugin. I confirmed the effect: ``` suztomo@suztomo2:~/java-logging-servlet-initializer$ mvn clean deploy -V -DaltDeploymentRepository=local::default::file:${local_staging_dir} -DskipTests=true -P=-release-sonatype -P=-release-staging-repository -P=-clirr-compatibility-check -P=-checkstyle-tests -P=-animal-sniffer ```
1 parent 745d1bf commit d87388c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<parent>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-shared-config</artifactId>
44-
<version>1.5.6</version>
44+
<version>1.16.1</version>
4545
</parent>
4646

4747
<developers>

0 commit comments

Comments
 (0)