File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
jspwiki-api/src/main/java/org/apache/wiki/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments