You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/21 19:20:39 UTC

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

Author: sebb
Date: Mon Jan 21 18:20:39 2013
New Revision: 1436532

URL: http://svn.apache.org/viewvc?rev=1436532&view=rev
Log:
Dependency on SNAPSHOT parent causes problem for CI builds (at least on Jenkins)

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=1436532&r1=1436531&r2=1436532&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Jan 21 18:20:39 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>