You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/04/30 10:23:03 UTC

svn commit: r1591213 - in /myfaces/tobago/trunk/tobago-example: tobago-example-demo/pom.xml tobago-example-test/pom.xml

Author: lofwyr
Date: Wed Apr 30 08:23:02 2014
New Revision: 1591213

URL: http://svn.apache.org/r1591213
Log:
update xml-maven-plugin to avoid warnings

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1591213&r1=1591212&r2=1591213&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Wed Apr 30 08:23:02 2014
@@ -60,7 +60,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
-        <version>1.0-beta-3</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1591213&r1=1591212&r2=1591213&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Wed Apr 30 08:23:02 2014
@@ -57,7 +57,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
-        <version>1.0-beta-3</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>