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 bfde0fc commit 03fe7ddCopy full SHA for 03fe7dd
pom.xml
@@ -98,6 +98,7 @@
98
<version.maven-surefire>2.22.2</version.maven-surefire>
99
<version.maven-source>3.1.0</version.maven-source>
100
<version.junit-jupiter>5.9.1</version.junit-jupiter>
101
+ <version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
102
</properties>
103
104
<dependencies>
@@ -390,7 +391,7 @@
390
391
<plugin>
392
<groupId>org.sonatype.plugins</groupId>
393
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
394
+ <version>${version.nexus-staging-maven}</version>
395
<extensions>true</extensions>
396
<configuration>
397
<serverId>ossrh</serverId>
0 commit comments