You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2013/03/11 17:47:43 UTC

svn commit: r1455227 - in /webservices/wss4j/trunk: bindings/wss10-binding/pom.xml bindings/wss11-binding/pom.xml bindings/wssc-binding/pom.xml bindings/wsu10-binding/pom.xml pom.xml

Author: dkulp
Date: Mon Mar 11 16:47:43 2013
New Revision: 1455227

URL: http://svn.apache.org/r1455227
Log:
Move jaxb2-plugin version definition to root pom pluginManagement, update to latest.

Modified:
    webservices/wss4j/trunk/bindings/wss10-binding/pom.xml
    webservices/wss4j/trunk/bindings/wss11-binding/pom.xml
    webservices/wss4j/trunk/bindings/wssc-binding/pom.xml
    webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/bindings/wss10-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wss10-binding/pom.xml?rev=1455227&r1=1455226&r2=1455227&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss10-binding/pom.xml Mon Mar 11 16:47:43 2013
@@ -64,7 +64,6 @@
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.0</version>
                 <executions>
                     <execution>
                         <id>wss10</id>

Modified: webservices/wss4j/trunk/bindings/wss11-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wss11-binding/pom.xml?rev=1455227&r1=1455226&r2=1455227&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wss11-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wss11-binding/pom.xml Mon Mar 11 16:47:43 2013
@@ -64,7 +64,6 @@
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.0</version>
                 <executions>
                     <execution>
                         <id>wss11</id>

Modified: webservices/wss4j/trunk/bindings/wssc-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wssc-binding/pom.xml?rev=1455227&r1=1455226&r2=1455227&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wssc-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wssc-binding/pom.xml Mon Mar 11 16:47:43 2013
@@ -60,7 +60,6 @@
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.0</version>
                 <executions>
                     <execution>
                         <id>wssc</id>

Modified: webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml?rev=1455227&r1=1455226&r2=1455227&view=diff
==============================================================================
--- webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml (original)
+++ webservices/wss4j/trunk/bindings/wsu10-binding/pom.xml Mon Mar 11 16:47:43 2013
@@ -51,7 +51,6 @@
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.0</version>
                 <executions>
                     <execution>
                         <id>wss10</id>

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1455227&r1=1455226&r2=1455227&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Mon Mar 11 16:47:43 2013
@@ -274,6 +274,11 @@
                         <attach>true</attach>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.jvnet.jaxb2.maven2</groupId>
+                    <artifactId>maven-jaxb2-plugin</artifactId>
+                    <version>0.8.3</version>
+                </plugin>
             </plugins>
         </pluginManagement>