You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/11/24 15:18:51 UTC

svn commit: r1205841 - /tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml

Author: antelder
Date: Thu Nov 24 14:18:51 2011
New Revision: 1205841

URL: http://svn.apache.org/viewvc?rev=1205841&view=rev
Log:
Update the jaxws plugin version to one that works with both Java 6 and 7

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml?rev=1205841&r1=1205840&r2=1205841&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/ws-jaxws/contribution-java-first/pom.xml Thu Nov 24 14:18:51 2011
@@ -77,7 +77,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jaxws-maven-plugin</artifactId>
-                <version>1.10</version>
+                <version>1.12</version>
                 <!-- Explicitly add the transitive dependencies for jaxws-api
                      http://jira.codehaus.org/browse/MEV-498
                 -->