Author: simonetripodi Date: Sat Mar 16 20:03:18 2013 New Revision: 1457300 URL: http://svn.apache.org/r1457300 Log: [CHAIN-78] #comment updated to parent 28, props to Steve Westwood #resolve
Modified: commons/proper/chain/trunk/pom.xml commons/proper/chain/trunk/src/changes/changes.xml Modified: commons/proper/chain/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1457300&r1=1457299&r2=1457300&view=diff ============================================================================== --- commons/proper/chain/trunk/pom.xml (original) +++ commons/proper/chain/trunk/pom.xml Sat Mar 16 20:03:18 2013 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>25</version> + <version>28</version> </parent> <groupId>org.apache.commons</groupId> Modified: commons/proper/chain/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/changes/changes.xml?rev=1457300&r1=1457299&r2=1457300&view=diff ============================================================================== --- commons/proper/chain/trunk/src/changes/changes.xml (original) +++ commons/proper/chain/trunk/src/changes/changes.xml Sat Mar 16 20:03:18 2013 @@ -41,6 +41,9 @@ The <action> type attribute can be add,u <body> <release version="2.0" description="Major release"> + <action issue="CHAIN-78" dev="simonetripodi" type="update" due-to="Steve Westwood"> + Move to a more recent version of commons-parent POM + </action> <action issue="CHAIN-75" dev="elijah" type="update"> Update serialVersionUID in all classes to a date based format. </action>