Skip to content

Commit 77e8895

Browse files
committed
upgrade nexus-staging verison
1 parent e58e421 commit 77e8895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<version.json-schema-validator>1.5.1</version.json-schema-validator>
113113
<version.yaml-rule>2.0.1</version.yaml-rule>
114114
<version.maven-javadoc>3.4.1</version.maven-javadoc>
115+
<version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
115116
</properties>
116117

117118
<modules>
@@ -430,7 +431,7 @@
430431
<plugin>
431432
<groupId>org.sonatype.plugins</groupId>
432433
<artifactId>nexus-staging-maven-plugin</artifactId>
433-
<version>1.6.8</version>
434+
<version>${version.nexus-staging-maven}</version>
434435
<extensions>true</extensions>
435436
<configuration>
436437
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)