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 4ba8ecf commit f15c17dCopy full SHA for f15c17d
pom.xml
@@ -90,7 +90,7 @@
90
<version.maven-surefire-junit5-tree-reporter>1.3.0</version.maven-surefire-junit5-tree-reporter>
91
<version.maven-surefire-plugin>3.5.1</version.maven-surefire-plugin>
92
<version.moditect-maven-plugin>1.2.2.Final</version.moditect-maven-plugin>
93
- <version.nexus-staging-maven-plugin>1.7.0</version.nexus-staging-maven-plugin>
+ <version.nexus-staging-maven>1.7.0</version.nexus-staging-maven>
94
</properties>
95
96
<dependencies>
@@ -232,7 +232,7 @@
232
<plugin>
233
<groupId>org.sonatype.plugins</groupId>
234
<artifactId>nexus-staging-maven-plugin</artifactId>
235
- <version>${version.nexus-staging-maven-plugin}</version>
+ <version>${version.nexus-staging-maven}</version>
236
<extensions>true</extensions>
237
<configuration>
238
<serverId>ossrh</serverId>
0 commit comments