We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff57ebe commit 3889ab2Copy full SHA for 3889ab2
pom.xml
@@ -29,7 +29,7 @@
29
<!-- Project Versioning Properties -->
30
<revision>1.1.3</revision>
31
<sha1/> <!-- Doesn't actually need to be a sha1, this is just another version modifier variable -->
32
- <changelist>-SNAPSHOT</changelist>
+ <changelist></changelist>
33
<next-revision>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}</next-revision>
34
35
<compiler-plugin.version>3.11.0</compiler-plugin.version>
0 commit comments