Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 26880 invoked from network); 13 Jan 2007 12:54:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2007 12:54:05 -0000 Received: (qmail 11696 invoked by uid 500); 13 Jan 2007 12:54:12 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 11674 invoked by uid 500); 13 Jan 2007 12:54:12 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 11665 invoked by uid 99); 13 Jan 2007 12:54:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 04:54:11 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Sat, 13 Jan 2007 04:54:04 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id D38B01A981A; Sat, 13 Jan 2007 04:53:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r495892 - in /incubator/tuscany/java/sca: pom.xml services/databinding/databinding-axiom/pom.xml tools/pom.xml Date: Sat, 13 Jan 2007 12:53:01 -0000 To: tuscany-commits@ws.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070113125302.D38B01A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: antelder Date: Sat Jan 13 04:53:01 2007 New Revision: 495892 URL: http://svn.apache.org/viewvc?view=rev&rev=495892 Log: TUSCANY-1029, Update Axis2 to 1.1.1 release and its associated dependencies Modified: incubator/tuscany/java/sca/pom.xml incubator/tuscany/java/sca/services/databinding/databinding-axiom/pom.xml incubator/tuscany/java/sca/tools/pom.xml Modified: incubator/tuscany/java/sca/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=495892&r1=495891&r2=495892 ============================================================================== --- incubator/tuscany/java/sca/pom.xml (original) +++ incubator/tuscany/java/sca/pom.xml Sat Jan 13 04:53:01 2007 @@ -32,7 +32,7 @@ 1.0-incubator-SNAPSHOT 1.0-incubator-SNAPSHOT - 1.1 + 1.1.1 @@ -165,13 +165,13 @@ org.apache.ws.commons.axiom axiom-api - 1.2 + 1.2.2 compile org.apache.ws.commons.axiom axiom-impl - 1.2 + 1.2.2 compile @@ -187,7 +187,7 @@ wsdl4j wsdl4j - 1.6.1 + 1.6.2 Modified: incubator/tuscany/java/sca/services/databinding/databinding-axiom/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/services/databinding/databinding-axiom/pom.xml?view=diff&rev=495892&r1=495891&r2=495892 ============================================================================== --- incubator/tuscany/java/sca/services/databinding/databinding-axiom/pom.xml (original) +++ incubator/tuscany/java/sca/services/databinding/databinding-axiom/pom.xml Sat Jan 13 04:53:01 2007 @@ -36,9 +36,22 @@ compile - org.apache.ws.commons.axiom - axiom-api - + org.apache.ws.commons.axiom + axiom-api + + + xerces + xercesImpl + + + + + + xerces + xercesImpl + 2.8.1 + + org.apache.ws.commons.axiom axiom-impl Modified: incubator/tuscany/java/sca/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/pom.xml?view=diff&rev=495892&r1=495891&r2=495892 ============================================================================== --- incubator/tuscany/java/sca/tools/pom.xml (original) +++ incubator/tuscany/java/sca/tools/pom.xml Sat Jan 13 04:53:01 2007 @@ -69,6 +69,17 @@ org.apache.ws.commons.axiom axiom-api + + + xerces + xercesImpl + + + + + xerces + xercesImpl + 2.8.1 org.apache.ws.commons.axiom @@ -83,13 +94,13 @@ org.apache.axis2 axis2-java2wsdl - 1.1 + 1.1.1 compile org.apache.axis2 axis2-codegen - 1.1 + 1.1.1 compile --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org