You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/01/07 18:54:37 UTC

svn commit: r1429922 - /commons/proper/collections/trunk/pom.xml

Author: ggregory
Date: Mon Jan  7 17:54:37 2013
New Revision: 1429922

URL: http://svn.apache.org/viewvc?rev=1429922&view=rev
Log:
Do not depend on CP snapshot.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1429922&r1=1429921&r2=1429922&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Jan  7 17:54:37 2013
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>28-SNAPSHOT</version>
+    <version>27</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-collections</groupId>