Author: metskem
Date: Wed Jan 25 20:23:38 2012
New Revision: 1235909
URL: http://svn.apache.org/viewvc?rev=1235909&view=rev
Log:
* 2.9.0-svn-1
* release bump because of package rename
Modified:
incubator/jspwiki/trunk/.project
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/src/org/apache/wiki/Release.java
Modified: incubator/jspwiki/trunk/.project
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.project?rev=1235909&r1=1235908&r2=1235909&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.project (original)
+++ incubator/jspwiki/trunk/.project Wed Jan 25 20:23:38 2012
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>JSPWiki-2.8</name>
+ <name>JSPWiki-2.9</name>
<comment></comment>
<projects>
</projects>
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1235909&r1=1235908&r2=1235909&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Wed Jan 25 20:23:38 2012
@@ -1,5 +1,11 @@
2012-01-25 Harry Metske <[email protected]>
+ * 2.9.0-svn-1
+
+ * release bump because of package rename
+
+2012-01-25 Harry Metske <[email protected]>
+
* 2.8.5-svn-10
* the decision was made to candidate 2.8 for graduation instead of
3.0, this is the first wave
Modified: incubator/jspwiki/trunk/src/org/apache/wiki/Release.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/Release.java?rev=1235909&r1=1235908&r2=1235909&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/Release.java Wed Jan 25
20:23:38 2012
@@ -63,10 +63,10 @@ public final class Release
public static final int VERSION = 2;
/** The JSPWiki revision. */
- public static final int REVISION = 8;
+ public static final int REVISION = 9;
/** The minor revision. */
- public static final int MINORREVISION = 5;
+ public static final int MINORREVISION = 0;
/** The build number/identifier. This is a String as opposed to an
integer, just
* so that people can add other identifiers to it. The build number is
incremented
@@ -77,7 +77,7 @@ public final class Release
* <p>
* If the build identifier is empty, it is not added.
*/
- public static final String BUILD = "9";
+ public static final String BUILD = "1";
/**
* This is the generic version string you should use