Skip to content

Commit f1e0909

Browse files
authoredMar 28, 2022
deps: update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.12 (#2019)
1 parent 1409f23 commit f1e0909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎google-api-client-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.sonatype.plugins</groupId>
120120
<artifactId>nexus-staging-maven-plugin</artifactId>
121-
<version>1.6.11</version>
121+
<version>1.6.12</version>
122122
<extensions>true</extensions>
123123
<configuration>
124124
<serverId>sonatype-nexus-staging</serverId>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.sonatype.plugins</groupId>
229229
<artifactId>nexus-staging-maven-plugin</artifactId>
230-
<version>1.6.11</version>
230+
<version>1.6.12</version>
231231
<extensions>true</extensions>
232232
<configuration>
233233
<serverId>ossrh</serverId>

‎samples/pom.xml

+1-1
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.11</version>
49+
<version>1.6.12</version>
5050
<configuration>
5151
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
5252
</configuration>

0 commit comments

Comments
 (0)
Please sign in to comment.