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 78b1478 commit 7709aacCopy full SHA for 7709aac
commands.txt
@@ -24,4 +24,4 @@ mvn license:format
24
mvn clean install
25
26
# Setting versions
27
-mvn versions:set -DnewVersion=1.0.1-SNAPSHOT -DgenerateBackupPoms=false
+mvn versions:set -DnewVersion=1.0.1 -DgenerateBackupPoms=false
pom.xml
@@ -23,7 +23,7 @@
23
<groupId>be.atbash</groupId>
<artifactId>mp-config-se</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
28
<properties>
29
<maven.compiler.source>11</maven.compiler.source>
0 commit comments