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 4c582c7 commit 1238c67Copy full SHA for 1238c67
pom.xml
@@ -992,6 +992,17 @@
992
</configuration>
993
</plugin>
994
995
+ <plugin>
996
+ <groupId>org.apache.maven.plugins</groupId>
997
+ <artifactId>maven-release-plugin</artifactId>
998
+ <version>3.0.0-M4</version>
999
+ <configuration>
1000
+ <pushChanges>false</pushChanges>
1001
+ <localCheckout>true</localCheckout>
1002
+ <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
1003
+ </configuration>
1004
+ </plugin>
1005
+
1006
<!-- Getting rid of maven warnings by providing versions for the following plugins -->
1007
<plugin>
1008
<groupId>org.apache.maven.plugins</groupId>
0 commit comments