We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d614eb commit c72c8f8Copy full SHA for c72c8f8
pom.xml
@@ -22,9 +22,9 @@
22
Project Versioning Properties
23
===================================
24
-->
25
- <revision>2.1.0</revision>
+ <revision>2.1.1</revision>
26
<sha1/> <!-- Doesn't actually need to be a sha1, this is just another version modifier variable -->
27
- <changelist></changelist>
+ <changelist>-SNAPSHOT</changelist>
28
<next-revision>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}</next-revision>
29
30
<!--
0 commit comments