Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 24319 invoked from network); 17 Oct 2003 21:03:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Oct 2003 21:03:25 -0000 Received: (qmail 46847 invoked by uid 500); 17 Oct 2003 20:57:57 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 46800 invoked by uid 500); 17 Oct 2003 20:57:57 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 46774 invoked by uid 500); 17 Oct 2003 20:57:56 -0000 Delivered-To: apmail-cocoon-2.2-cvs@apache.org Received: (qmail 46763 invoked from network); 17 Oct 2003 20:57:56 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 17 Oct 2003 20:57:56 -0000 Received: (qmail 20518 invoked by uid 1152); 17 Oct 2003 20:58:08 -0000 Date: 17 Oct 2003 20:58:08 -0000 Message-ID: <20031017205808.20517.qmail@minotaur.apache.org> From: bloritsch@apache.org To: cocoon-2.2-cvs@apache.org Subject: cvs commit: cocoon-2.2/src/java/org/apache/cocoon Constants.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bloritsch 2003/10/17 13:58:08 Modified: src/java/org/apache/cocoon Constants.java Log: Update the config version Revision Changes Path 1.9 +2 -2 cocoon-2.2/src/java/org/apache/cocoon/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/Constants.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Constants.java 27 Sep 2003 13:01:15 -0000 1.8 +++ Constants.java 17 Oct 2003 20:58:08 -0000 1.9 @@ -95,7 +95,7 @@ public static final String COMPLETE_NAME = properties.getProperty("fullname") + " " + VERSION; /** The version of the configuration schema */ - public static final String CONF_VERSION = "2.1"; + public static final String CONF_VERSION = "2.2"; /** The year of the build */ public static final String YEAR = properties.getProperty("year");