Skip to content

Commit 146d43a

Browse files
Prepare for 2.11.0 RC2
1 parent c273153 commit 146d43a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public final class Release {
4646

4747
/**
4848
* This should be empty when doing a release - otherwise keep it as "-git-" so that whenever someone checks out the code, they know
49-
* it is a bleeding-edge version. Other possible values are "alpha" and "beta" for alpha and beta versions, respectively.
49+
* it is a bleeding-edge version. Other possible values are "-alpha-" and "-beta-" for alpha and beta versions, respectively.
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 = "14";
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)