You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tc...@apache.org on 2011/05/13 09:21:25 UTC

svn commit: r1102587 - /commons/proper/jci/trunk/core/pom.xml

Author: tcurdt
Date: Fri May 13 07:21:24 2011
New Revision: 1102587

URL: http://svn.apache.org/viewvc?rev=1102587&view=rev
Log:
we abandon the fam in favor of the commons-io fam for future releases,
since there are no code changes at all we just stick to the last release


Modified:
    commons/proper/jci/trunk/core/pom.xml

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1102587&r1=1102586&r2=1102587&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Fri May 13 07:21:24 2011
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-jci-fam</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>