Skip to content

Commit 8b7ee2b

Browse files
committed
prepare for 2.12.1
1 parent 7bf9e5e commit 8b7ee2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jspwiki-api/src/main/java/org/apache/wiki/api/Release.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class Release {
5050
* <p>
5151
* If the POSTFIX is empty, it is not added to the version string.
5252
*/
53-
private static final String POSTFIX = "-git-";
53+
private static final String POSTFIX = "";
5454

5555
/** The JSPWiki major version. */
5656
public static final int VERSION = 2;
@@ -69,7 +69,7 @@ public final class Release {
6969
* <p>
7070
* If the build identifier is empty, it is not added.
7171
*/
72-
public static final String BUILD = "02";
72+
public static final String BUILD = "";
7373

7474
/**
7575
* This is the generic version string you should use when printing out the version. It is of

0 commit comments

Comments
 (0)