Return-Path: Delivered-To: apmail-incubator-jspwiki-commits-archive@locus.apache.org Received: (qmail 37227 invoked from network); 29 Nov 2008 21:00:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2008 21:00:48 -0000 Received: (qmail 43861 invoked by uid 500); 29 Nov 2008 21:00:59 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 43852 invoked by uid 500); 29 Nov 2008 21:00:59 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 43843 invoked by uid 99); 29 Nov 2008 21:00:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 13:00:59 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Nov 2008 20:59:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7C888238889D; Sat, 29 Nov 2008 12:59:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r721717 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog src/com/ecyrd/jspwiki/Release.java Date: Sat, 29 Nov 2008 20:59:57 -0000 To: jspwiki-commits@incubator.apache.org From: jalkanen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081129205957.7C888238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jalkanen Date: Sat Nov 29 12:59:56 2008 New Revision: 721717 URL: http://svn.apache.org/viewvc?rev=721717&view=rev Log: Fixed to correct version number; 2.8.1 is already released. Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=721717&r1=721716&r2=721717&view=diff ============================================================================== --- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original) +++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Sat Nov 29 12:59:56 2008 @@ -1,6 +1,6 @@ 2008-11-29 Dirk Frederickx - * 2.8.1-svn-17 + * 2.8.2-svn-1 * [JSPWIKI-288] CSS fix for the rendering of hash-links. Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=721717&r1=721716&r2=721717&view=diff ============================================================================== --- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original) +++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Sat Nov 29 12:59:56 2008 @@ -66,7 +66,7 @@ public static final int REVISION = 8; /** The minor revision. */ - public static final int MINORREVISION = 1; + public static final int MINORREVISION = 2; /** 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 @@ *

* If the build identifier is empty, it is not added. */ - public static final String BUILD = "17"; + public static final String BUILD = "1"; /** * This is the generic version string you should use