mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Changed hard coded Struts 2 Core version to project.version
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@997995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user