Author: ggregory
Date: Sun Oct  2 19:39:19 2011
New Revision: 1178232

URL: http://svn.apache.org/viewvc?rev=1178232&view=rev
Log:
Creating commons-io-2.1-RC5 tag

Added:
    commons/proper/io/tags/commons-io-2.1-RC5/
      - copied from r1178231, commons/proper/io/trunk/
Modified:
    commons/proper/io/tags/commons-io-2.1-RC5/build.xml
    commons/proper/io/tags/commons-io-2.1-RC5/pom.xml

Modified: commons/proper/io/tags/commons-io-2.1-RC5/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.1-RC5/build.xml?rev=1178232&r1=1178231&r2=1178232&view=diff
==============================================================================
--- commons/proper/io/tags/commons-io-2.1-RC5/build.xml (original)
+++ commons/proper/io/tags/commons-io-2.1-RC5/build.xml Sun Oct  2 19:39:19 2011
@@ -56,7 +56,7 @@
   <property name="component.title"         value="Commons IO"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="2.1-SNAPSHOT"/>
+  <property name="component.version"       value="2.1"/>
 
   <!-- The base directory for component sources -->
   <property name="source.home"             value="src/main/java"/>

Modified: commons/proper/io/tags/commons-io-2.1-RC5/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/tags/commons-io-2.1-RC5/pom.xml?rev=1178232&r1=1178231&r2=1178232&view=diff
==============================================================================
--- commons/proper/io/tags/commons-io-2.1-RC5/pom.xml (original)
+++ commons/proper/io/tags/commons-io-2.1-RC5/pom.xml Sun Oct  2 19:39:19 2011
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <name>Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -229,7 +229,7 @@
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>io</commons.componentid>
     <commons.release.version>2.1</commons.release.version>
-    <commons.rc.version>RC3</commons.rc.version>
+    <commons.rc.version>RC5</commons.rc.version>
     <commons.release.desc>(requires JDK 1.5+)</commons.release.desc>
     <commons.release.2.version>1.4</commons.release.2.version>
     <commons.release.2.desc>(requires JDK 1.3+)</commons.release.2.desc>


Reply via email to