Author: ggregory Date: Fri Apr 22 13:34:14 2011 New Revision: 1095931 URL: http://svn.apache.org/viewvc?rev=1095931&view=rev Log: Use Commons Parent 21.
Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1095931&r1=1095930&r2=1095931&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Fri Apr 22 13:34:14 2011 @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>20</version> + <version>21</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-codec</groupId>