Skip to content

Commit 93fecef

Browse files
authored
build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 (#6616)
1 parent 1139766 commit 93fecef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-cloud-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<plugin>
263263
<groupId>org.sonatype.plugins</groupId>
264264
<artifactId>nexus-staging-maven-plugin</artifactId>
265-
<version>1.6.13</version>
265+
<version>1.7.0</version>
266266
<extensions>true</extensions>
267267
<configuration>
268268
<serverId>sonatype-nexus-staging</serverId>

libraries-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.sonatype.plugins</groupId>
8888
<artifactId>nexus-staging-maven-plugin</artifactId>
89-
<version>1.6.13</version>
89+
<version>1.7.0</version>
9090
<extensions>true</extensions>
9191
<configuration>
9292
<serverId>sonatype-nexus-staging</serverId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<!-- The root project runs nexus-staging:release task -->
7979
<groupId>org.sonatype.plugins</groupId>
8080
<artifactId>nexus-staging-maven-plugin</artifactId>
81-
<version>1.6.13</version>
81+
<version>1.7.0</version>
8282
<extensions>true</extensions>
8383
<configuration>
8484
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)