Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 1452 invoked from network); 15 Jun 2007 20:57:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2007 20:57:20 -0000 Received: (qmail 61614 invoked by uid 500); 15 Jun 2007 20:57:22 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 61571 invoked by uid 500); 15 Jun 2007 20:57:22 -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 61562 invoked by uid 99); 15 Jun 2007 20:57:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 13:57:22 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 13:57:18 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4A42F1A981A; Fri, 15 Jun 2007 13:56:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r547783 - in /incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic: pom.xml src/main/resources/archetype-resources/pom.xml Date: Fri, 15 Jun 2007 20:56:58 -0000 To: cxf-commits@incubator.apache.org From: tomeks@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070615205658.4A42F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tomeks Date: Fri Jun 15 13:56:57 2007 New Revision: 547783 URL: http://svn.apache.org/viewvc?view=rev&rev=547783 Log: Fixing project version Modified: incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/src/main/resources/archetype-resources/pom.xml Modified: incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml?view=diff&rev=547783&r1=547782&r2=547783 ============================================================================== --- incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml (original) +++ incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/pom.xml Fri Jun 15 13:56:57 2007 @@ -34,6 +34,11 @@ true - + + + src/main/resources + true + + Modified: incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/src/main/resources/archetype-resources/pom.xml?view=diff&rev=547783&r1=547782&r2=547783 ============================================================================== --- incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/src/main/resources/archetype-resources/pom.xml (original) +++ incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/src/main/resources/archetype-resources/pom.xml Fri Jun 15 13:56:57 2007 @@ -17,24 +17,25 @@ 4.0.0 - ${groupId} - ${artifactId} - ${version} + $groupId + $artifactId + $version war Simple CXF project using spring configuration org.apache.cxf cxf-rt-frontend-jaxws - 2.0-incubator-SNAPSHOT + ${project.version} org.apache.cxf cxf-rt-transports-http - 2.0-incubator-SNAPSHOT + ${project.version} + org.apache.maven.plugins