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 7bf9e5e commit 8b7ee2bCopy full SHA for 8b7ee2b
jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
@@ -50,7 +50,7 @@ public final class Release {
50
* <p>
51
* If the POSTFIX is empty, it is not added to the version string.
52
*/
53
- private static final String POSTFIX = "-git-";
+ private static final String POSTFIX = "";
54
55
/** The JSPWiki major version. */
56
public static final int VERSION = 2;
@@ -69,7 +69,7 @@ public final class Release {
69
70
* If the build identifier is empty, it is not added.
71
72
- public static final String BUILD = "02";
+ public static final String BUILD = "";
73
74
/**
75
* This is the generic version string you should use when printing out the version. It is of
0 commit comments