Author: krosenvold
Date: Wed Sep 26 19:27:05 2012
New Revision: 1390691

URL: http://svn.apache.org/viewvc?rev=1390691&view=rev
Log:
o Updated to jdk7 comatible xstream version

Modified:
    maven/plugins/trunk/maven-help-plugin/pom.xml
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=1390691&r1=1390690&r2=1390691&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Wed Sep 26 19:27:05 2012
@@ -159,7 +159,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.3</version>
+      <version>1.4.3</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml?rev=1390691&r1=1390690&r2=1390691&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml Wed Sep 26 
19:27:05 2012
@@ -191,7 +191,7 @@ under the License.
       <dependency> 
         <groupId>com.thoughtworks.xstream</groupId> 
         <artifactId>xstream</artifactId> 
-        <version>1.3.1</version> 
+        <version>1.4.3</version> 
       </dependency> 
       <dependency> 
         <groupId>xpp3</groupId> 

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1390691&r1=1390690&r2=1390691&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Sep 26 19:27:05 2012
@@ -145,7 +145,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.3.1</version>
+      <version>1.4.3</version>
     </dependency>
 
     <dependency>


Reply via email to