You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2011/05/01 16:30:35 UTC

svn commit: r1098325 - /struts/sandbox/trunk/struts2-cdi-plugin/pom.xml

Author: lukaszlenart
Date: Sun May  1 14:30:34 2011
New Revision: 1098325

URL: http://svn.apache.org/viewvc?rev=1098325&view=rev
Log:
Upgrades parent to latest version

Modified:
    struts/sandbox/trunk/struts2-cdi-plugin/pom.xml

Modified: struts/sandbox/trunk/struts2-cdi-plugin/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-plugin/pom.xml?rev=1098325&r1=1098324&r2=1098325&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-cdi-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-cdi-plugin/pom.xml Sun May  1 14:30:34 2011
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-plugins</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.3-SNAPSHOT</version>
     </parent>
     <artifactId>struts2-cdi-plugin</artifactId>
 
@@ -55,21 +55,18 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
-            <version>2.5.6</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
             <scope>test</scope>
         </dependency>