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 4951f54 commit bc6df3fCopy full SHA for bc6df3f
pom.xml
@@ -1967,11 +1967,11 @@
1967
<plugin>
1968
<groupId>org.apache.maven.plugins</groupId>
1969
<artifactId>maven-release-plugin</artifactId>
1970
- <version>3.0.0-M7</version>
+ <version>3.1.1</version>
1971
<configuration>
1972
<autoVersionSubmodules>true</autoVersionSubmodules>
1973
<updateBranchVersions>true</updateBranchVersions>
1974
- <goals>install javadoc:aggregate-jar deploy</goals>
+ <goals>install deploy</goals>
1975
<signTag>true</signTag>
1976
<tagNameFormat>@{project.version}</tagNameFormat>
1977
<allowTimestampedSnapshots>false</allowTimestampedSnapshots>
0 commit comments