Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 91266 invoked from network); 9 Apr 2008 13:56:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 13:56:09 -0000 Received: (qmail 99909 invoked by uid 500); 9 Apr 2008 13:56:09 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99695 invoked by uid 500); 9 Apr 2008 13:56:09 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 99684 invoked by uid 500); 9 Apr 2008 13:56:09 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 99681 invoked by uid 99); 9 Apr 2008 13:56:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 06:56:09 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 13:55:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7EDCF1A9832; Wed, 9 Apr 2008 06:55:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r646353 - in /webservices/axis2/branches/java/1_4/modules: distribution/pom.xml documentation/pom.xml kernel/pom.xml parent/pom.xml samples/pom.xml tool/axis2-eclipse-codegen-plugin/pom.xml Date: Wed, 09 Apr 2008 13:55:37 -0000 To: axis2-cvs@ws.apache.org From: dims@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080409135547.7EDCF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dims Date: Wed Apr 9 06:55:35 2008 New Revision: 646353 URL: http://svn.apache.org/viewvc?rev=646353&view=rev Log: use the same property name that is used in axiom (trunk revision - 646351) Modified: webservices/axis2/branches/java/1_4/modules/distribution/pom.xml webservices/axis2/branches/java/1_4/modules/documentation/pom.xml webservices/axis2/branches/java/1_4/modules/kernel/pom.xml webservices/axis2/branches/java/1_4/modules/parent/pom.xml webservices/axis2/branches/java/1_4/modules/samples/pom.xml webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Modified: webservices/axis2/branches/java/1_4/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/distribution/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/distribution/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/distribution/pom.xml Wed Apr 9 06:55:35 2008 @@ -130,7 +130,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} org.apache.geronimo.specs Modified: webservices/axis2/branches/java/1_4/modules/documentation/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/documentation/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/documentation/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/documentation/pom.xml Wed Apr 9 06:55:35 2008 @@ -128,7 +128,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} org.apache.geronimo.specs Modified: webservices/axis2/branches/java/1_4/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/kernel/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/kernel/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/kernel/pom.xml Wed Apr 9 06:55:35 2008 @@ -64,7 +64,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} org.apache.ws.commons.schema Modified: webservices/axis2/branches/java/1_4/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/parent/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/parent/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/parent/pom.xml Wed Apr 9 06:55:35 2008 @@ -137,7 +137,7 @@ 2.3 2.5.1 1.0.1 - wstx-asl + wstx-asl org.codehaus.woodstox 3.2.4 6.0.14 @@ -690,7 +690,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} ${stax.impl.version} @@ -1016,7 +1016,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} org.apache.geronimo.specs Modified: webservices/axis2/branches/java/1_4/modules/samples/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/samples/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/samples/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/samples/pom.xml Wed Apr 9 06:55:35 2008 @@ -64,7 +64,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} org.apache.ws.commons.schema Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=646353&r1=646352&r2=646353&view=diff ============================================================================== --- webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ webservices/axis2/branches/java/1_4/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed Apr 9 06:55:35 2008 @@ -188,7 +188,7 @@ ${stax.impl.groupid} - ${stax.impl.artifactid} + ${stax.impl.artifact} ${stax.impl.version} --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org