Skip to content

Commit 36d12a6

Browse files
authored
chore: update plugin version in template (#2959)
The updated version has passed CI in googleapis/google-cloud-java#10931
1 parent 502f801 commit 36d12a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library_generation/templates/root-pom.xml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- The root project runs nexus-staging:release task -->
5959
<groupId>org.sonatype.plugins</groupId>
6060
<artifactId>nexus-staging-maven-plugin</artifactId>
61-
<version>1.6.13</version>
61+
<version>1.7.0</version>
6262
<extensions>true</extensions>
6363
<configuration>
6464
<serverId>sonatype-nexus-staging</serverId>

library_generation/test/resources/test_monorepo_postprocessing/pom-golden.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- The root project runs nexus-staging:release task -->
5959
<groupId>org.sonatype.plugins</groupId>
6060
<artifactId>nexus-staging-maven-plugin</artifactId>
61-
<version>1.6.13</version>
61+
<version>1.7.0</version>
6262
<extensions>true</extensions>
6363
<configuration>
6464
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)