Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 94573 invoked from network); 6 Sep 2006 16:41:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 16:41:25 -0000 Received: (qmail 15951 invoked by uid 500); 6 Sep 2006 16:41:20 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 15899 invoked by uid 500); 6 Sep 2006 16:41:20 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 15889 invoked by uid 99); 6 Sep 2006 16:41:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 09:41:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 09:41:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C9E881A981D; Wed, 6 Sep 2006 09:40:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r440780 - in /incubator/cxf/trunk/tools/xjc: cfg-test/pom.xml cfg/pom.xml dv-test/pom.xml dv/pom.xml pom.xml Date: Wed, 06 Sep 2006 16:40:59 -0000 To: cxf-commits@incubator.apache.org From: andreasmyth@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060906164059.C9E881A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: andreasmyth Date: Wed Sep 6 09:40:58 2006 New Revision: 440780 URL: http://svn.apache.org/viewvc?view=rev&rev=440780 Log: Fixed module versions. Modified: incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml incubator/cxf/trunk/tools/xjc/cfg/pom.xml incubator/cxf/trunk/tools/xjc/dv-test/pom.xml incubator/cxf/trunk/tools/xjc/dv/pom.xml incubator/cxf/trunk/tools/xjc/pom.xml Modified: incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml?view=diff&rev=440780&r1=440779&r2=440780 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml Wed Sep 6 09:40:58 2006 @@ -4,14 +4,14 @@ org.apache.cxf cxf-tools-xjc-cfg-test jar - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT CXF XJC Configurable Beans Plugin Tests http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space org.apache.cxf cxf-tools-xjc - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT Modified: incubator/cxf/trunk/tools/xjc/cfg/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg/pom.xml?view=diff&rev=440780&r1=440779&r2=440780 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/cfg/pom.xml Wed Sep 6 09:40:58 2006 @@ -4,14 +4,14 @@ org.apache.cxf cxf-tools-xjc-cfg jar - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT CXF XJC Configurable Beans Plugin http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space org.apache.cxf cxf-tools-xjc - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT Modified: incubator/cxf/trunk/tools/xjc/dv-test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv-test/pom.xml?view=diff&rev=440780&r1=440779&r2=440780 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv-test/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/dv-test/pom.xml Wed Sep 6 09:40:58 2006 @@ -4,14 +4,14 @@ org.apache.cxf cxf-tools-xjc-dv-test jar - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT CXF XJC Default Value Plugin Tests http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space org.apache.cxf cxf-tools-xjc - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT Modified: incubator/cxf/trunk/tools/xjc/dv/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/pom.xml?view=diff&rev=440780&r1=440779&r2=440780 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/dv/pom.xml Wed Sep 6 09:40:58 2006 @@ -4,14 +4,14 @@ org.apache.cxf cxf-tools-xjc-dv jar - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT CXF XJC Default Value Plugin http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space org.apache.cxf cxf-tools-xjc - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT Modified: incubator/cxf/trunk/tools/xjc/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/pom.xml?view=diff&rev=440780&r1=440779&r2=440780 ============================================================================== --- incubator/cxf/trunk/tools/xjc/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/pom.xml Wed Sep 6 09:40:58 2006 @@ -4,14 +4,14 @@ org.apache.cxf cxf-tools-xjc pom - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT CXF XJC Plugins http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space org.apache.cxf cxf-tools - 1.1-SNAPSHOT + 2.0-incubator-M1-SNAPSHOT