Tag Commons IO 2.0 RC4

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/tags/commons-io-2.0-rc4@1006298 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 83e3d4d..71409b0 100644
--- a/build.xml
+++ b/build.xml
@@ -56,7 +56,7 @@
   <property name="component.title"         value="Commons IO"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="2.0-SNAPSHOT"/>
+  <property name="component.version"       value="2.0"/>
 
   <!-- The base directory for component sources -->
   <property name="source.home"             value="src/main/java"/>
diff --git a/pom.xml b/pom.xml
index fedb543..41d0725 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <name>Commons IO</name>
 
   <inceptionYear>2002</inceptionYear>