We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b306cd commit 657cae2Copy full SHA for 657cae2
pom.xml
@@ -98,6 +98,7 @@
98
<version.exec-maven>1.6.0</version.exec-maven>
99
<version.maven-surefire>2.22.2</version.maven-surefire>
100
<version.maven-source>3.1.0</version.maven-source>
101
+ <version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
102
</properties>
103
104
<dependencies>
@@ -433,7 +434,7 @@
433
434
<plugin>
435
<groupId>org.sonatype.plugins</groupId>
436
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
437
+ <version>${version.nexus-staging-maven}</version>
438
<extensions>true</extensions>
439
<configuration>
440
<serverId>ossrh</serverId>
0 commit comments