You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/02/20 09:11:23 UTC

svn commit: r509451 - /incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml

Author: rfeng
Date: Tue Feb 20 00:11:23 2007
New Revision: 509451

URL: http://svn.apache.org/viewvc?view=rev&rev=509451
Log:
[sca-integration-bracnh] Change jaxws-api to 2.1 (some classes are used by jaxws-maven-plugin generated code)

Modified:
    incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml?view=diff&rev=509451&r1=509450&r2=509451
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/services/databinding/databinding-jaxb/pom.xml Tue Feb 20 00:11:23 2007
@@ -67,7 +67,8 @@
         <dependency>
             <groupId>javax.xml.ws</groupId>
             <artifactId>jaxws-api</artifactId>
-            <version>2.0</version>
+            <!-- Set to 2.1 to make jaxws-maven-plugin happy -->
+            <version>2.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org