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 46b106a commit 0e8d5c2Copy full SHA for 0e8d5c2
pom.xml
@@ -27,9 +27,9 @@
27
28
<properties>
29
<!-- Project Versioning Properties -->
30
- <revision>2.0.1</revision>
+ <revision>3.0.0</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