We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a132 commit b685944Copy full SHA for b685944
pom.xml
@@ -20,9 +20,9 @@
20
Project Versioning Properties
21
===================================
22
-->
23
- <revision>3.1.6</revision>
+ <revision>3.1.7</revision>
24
<sha1/> <!-- Doesn't actually need to be a sha1, this is just another version modifier variable -->
25
- <changelist></changelist>
+ <changelist>-SNAPSHOT</changelist>
26
<next-revision>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}</next-revision>
27
28
<maven.compiler.source>8</maven.compiler.source>
0 commit comments