We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0253b9 commit eb9eb83Copy full SHA for eb9eb83
pom.xml
@@ -106,6 +106,7 @@
106
<versions.maven-version>2.4</versions.maven-version>
107
<version.javadoc-packagelist-plugin>1.0.0</version.javadoc-packagelist-plugin>
108
<version.maven-javadoc>3.4.1</version.maven-javadoc>
109
+ <version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
110
</properties>
111
112
<modules>
@@ -382,7 +383,7 @@
382
383
<plugin>
384
<groupId>org.sonatype.plugins</groupId>
385
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
386
+ <version>${version.nexus-staging-maven}</version>
387
<extensions>true</extensions>
388
<configuration>
389
<serverId>ossrh</serverId>
0 commit comments