dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11420
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3245: Temporarily downgraded struts to version 2.1.8.1. Action chaining does not seem to work properly....
------------------------------------------------------------
revno: 3245
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-04-01 09:26:15 +0200
message:
Temporarily downgraded struts to version 2.1.8.1. Action chaining does not seem to work properly. We should move away from chaining but thats for next release.
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2011-03-31 12:06:54 +0000
+++ dhis-2/pom.xml 2011-04-01 07:26:15 +0000
@@ -354,12 +354,12 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
- <version>2.2.1.1</version>
+ <version>2.1.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
- <version>2.2.1.1</version>
+ <version>2.1.8.1</version>
</dependency>
<dependency>
<groupId>velocity</groupId>