You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2009/10/26 04:55:30 UTC

svn commit: r829696 - in /lucene/mahout/trunk: core/pom.xml taste-web/pom.xml

Author: srowen
Date: Mon Oct 26 03:55:29 2009
New Revision: 829696

URL: http://svn.apache.org/viewvc?rev=829696&view=rev
Log:
More attempt to resolve war plugin / xstream problem -- update versions of both

Modified:
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/taste-web/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=829696&r1=829695&r2=829696&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Mon Oct 26 03:55:29 2009
@@ -539,7 +539,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.2.1</version>
+      <version>1.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>

Modified: lucene/mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=829696&r1=829695&r2=829696&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Mon Oct 26 03:55:29 2009
@@ -41,7 +41,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.1-alpha-2</version>
+        <version>2.1-beta-1</version>
         <configuration>
           <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
           <filters>