Author: simonetripodi
Date: Sat Jul 28 09:37:33 2012
New Revision: 1366629
URL: http://svn.apache.org/viewvc?rev=1366629&view=rev
Log:
reordered actions based on @issue DESC
Modified:
commons/proper/chain/trunk/src/changes/changes.xml
Modified: commons/proper/chain/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1366629&r1=1366628&r2=1366629&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/changes/changes.xml (original)
+++ commons/proper/chain/trunk/src/changes/changes.xml Sat Jul 28 09:37:33 2012
@@ -41,12 +41,6 @@ The <action> type attribute can be add,u
<body>
<release version="2.0" description="Major release">
- <action issue="CHAIN-72" dev="elijah" type="update">
- Refactored configuration module to a facade that supports multiple
implementations.
- </action>
- <action issue="CHAIN-47" dev="elijah" type="fix">
- WebContext, ServletWebContext are now interfaces
- </action>
<action issue="CHAIN-75" dev="elijah" type="update">
Update serialVersionUID in all classes to a date based format.
</action>
@@ -56,6 +50,9 @@ The <action> type attribute can be add,u
<action issue="CHAIN-73" dev="simonetripodi" type="add">
Add a small EDSL to simplify Catalog setup.
</action>
+ <action issue="CHAIN-72" dev="elijah" type="update">
+ Refactored configuration module to a facade that supports multiple
implementations.
+ </action>
<action issue="CHAIN-71" dev="elijah" type="update">
Removed methods deprecated in 1.xx releases.
</action>
@@ -92,6 +89,9 @@ The <action> type attribute can be add,u
<action issue="CHAIN-53" dev="simonetripodi" type="add" due-to="Elijah
Zupancic">
Global Update of Chain - Generics, JDK 1.5, Update Dependency Versions.
</action>
+ <action issue="CHAIN-47" dev="elijah" type="fix">
+ WebContext, ServletWebContext are now interfaces
+ </action>
</release>
<release version="1.2" date="2008-06-02" description="OSGi enabled / minor
bug fixes">