Repository: struts-examples
Updated Branches:
  refs/heads/master 42de17f4d -> 5f8d4946c


Set struts2 version to 2.5-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/24aaaa96
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/24aaaa96
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/24aaaa96

Branch: refs/heads/master
Commit: 24aaaa9645de58dadbc9bb690cef7cc7c4c3d8c7
Parents: 42de17f
Author: Johannes Geppert <jo...@apache.org>
Authored: Fri Jun 12 18:18:58 2015 +0200
Committer: Johannes Geppert <jo...@apache.org>
Committed: Fri Jun 12 18:18:58 2015 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/24aaaa96/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 86ee2cb..876f811 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <struts2.version>2.3.25-SNAPSHOT</struts2.version>
+        <struts2.version>2.5-SNAPSHOT</struts2.version>
         <log4j2.version>2.3</log4j2.version>
     </properties>
 
@@ -39,7 +39,7 @@
     </repositories>
 
     <modules>
-        <module>basic_struts</module>
+        <module>basic-struts</module>
         <module>blank</module>
         <module>jboss-blank</module>
         <module>mailreader</module>
@@ -64,7 +64,7 @@
         <module>preparable_interface</module>
         <module>exclude_parameters</module>
         <module>restful2actionmapper</module>
-        <module>bean_validation</module>
+        <module>bean-validation</module>
         <module>themes_override</module>
     </modules>
 

Reply via email to