You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/01 23:12:38 UTC

svn commit: r1628837 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: khmarbaise
Date: Wed Oct  1 21:12:38 2014
New Revision: 1628837

URL: http://svn.apache.org/r1628837
Log:
[MWAR-323]
 - Upgraded xtream from 1.4.2 to 1.4.4 to remove note
   about XSTR-709

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1628837&r1=1628836&r2=1628837&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Oct  1 21:12:38 2014
@@ -148,11 +148,10 @@ under the License.
       <version>1.19</version>
     </dependency>
 
-    <!-- 1.4.2 to avoid http://jira.codehaus.org/browse/XSTR-709 -->
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.2</version>
+      <version>1.4.4</version>
     </dependency>
 
     <dependency>