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

svn commit: r1098398 - /struts/sandbox/trunk/struts2-cdi-example/pom.xml

Author: jogep
Date: Sun May  1 19:55:39 2011
New Revision: 1098398

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

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

Modified: struts/sandbox/trunk/struts2-cdi-example/pom.xml
URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-cdi-example/pom.xml?rev=1098398&r1=1098397&r2=1098398&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-cdi-example/pom.xml (original)
+++ struts/sandbox/trunk/struts2-cdi-example/pom.xml Sun May  1 19:55:39 2011
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-apps</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.3-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-cdi-example</artifactId>
@@ -36,44 +36,41 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-junit-plugin</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-cdi-plugin</artifactId>
-            <version>2.2.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.1</version>
         </dependency>
 
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
         </dependency>
 
         <dependency>
             <groupId>javax.enterprise</groupId>
             <artifactId>cdi-api</artifactId>
-            <version>1.0</version>
+            <version>1.0-SP1</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.5</version>
             <scope>test</scope>
         </dependency>