Skip to content

Commit 97a6cf0

Browse files
authored
build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0 (#1957)
1 parent 3ec9fdf commit 97a6cf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-http-client-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.sonatype.plugins</groupId>
119119
<artifactId>nexus-staging-maven-plugin</artifactId>
120-
<version>1.6.13</version>
120+
<version>1.7.0</version>
121121
<extensions>true</extensions>
122122
<configuration>
123123
<serverId>sonatype-nexus-staging</serverId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<plugin>
274274
<groupId>org.sonatype.plugins</groupId>
275275
<artifactId>nexus-staging-maven-plugin</artifactId>
276-
<version>1.6.13</version>
276+
<version>1.7.0</version>
277277
<extensions>true</extensions>
278278
<configuration>
279279
<serverId>ossrh</serverId>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.sonatype.plugins</groupId>
4848
<artifactId>nexus-staging-maven-plugin</artifactId>
49-
<version>1.6.13</version>
49+
<version>1.7.0</version>
5050
<configuration>
5151
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
5252
</configuration>

0 commit comments

Comments
 (0)