Skip to content

Commit 0fbbd10

Browse files
authored
deps: use latest shared config (#2171)
Stop declaring nexus-staging-maven-plugin because the plugin is configured in the parent POM (shared config).
1 parent 30ffeab commit 0fbbd10

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-shared-config</artifactId>
29-
<version>1.15.4</version>
29+
<version>1.16.1</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -442,18 +442,6 @@
442442
</configuration>
443443
</plugin>
444444

445-
<plugin>
446-
<groupId>org.sonatype.plugins</groupId>
447-
<artifactId>nexus-staging-maven-plugin</artifactId>
448-
<version>1.7.0</version>
449-
<extensions>true</extensions>
450-
<configuration>
451-
<serverId>ossrh</serverId>
452-
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
453-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
454-
</configuration>
455-
</plugin>
456-
457445
<plugin>
458446
<groupId>org.apache.maven.plugins</groupId>
459447
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)