Author: lukaszlenart
Date: Fri Sep 17 06:43:41 2010
New Revision: 997995

URL: http://svn.apache.org/viewvc?rev=997995&view=rev
Log:
Changed hard coded Struts 2 Core version to project.version

Modified:
    struts/struts2/trunk/plugins/gxp/pom.xml

Modified: struts/struts2/trunk/plugins/gxp/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/gxp/pom.xml?rev=997995&r1=997994&r2=997995&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/gxp/pom.xml (original)
+++ struts/struts2/trunk/plugins/gxp/pom.xml Fri Sep 17 06:43:41 2010
@@ -29,7 +29,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.2.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.gxp</groupId>


Reply via email to