Tag BeanUtils 1.8.0 RC2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC2@687232 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index f804cda..d6f06c6 100644
--- a/build.xml
+++ b/build.xml
@@ -44,7 +44,7 @@
   <property name="component.title"         value="Bean Introspection Utilities"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.8.0-SNAPSHOT"/>
+  <property name="component.version"       value="1.8.0"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
diff --git a/pom.xml b/pom.xml
index 77a9af6..ad1b821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <name>Commons BeanUtils</name>
 
   <inceptionYear>2000</inceptionYear>
diff --git a/project.xml b/project.xml
index 71d3366..241d296 100644
--- a/project.xml
+++ b/project.xml
@@ -20,7 +20,7 @@
   <groupId>commons-beanutils</groupId>
   <artifactId>commons-beanutils</artifactId>
   <name>BeanUtils</name>
-  <currentVersion>1.8.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.8.0</currentVersion>
   <inceptionYear>2000</inceptionYear>
   <shortDescription>Commons BeanUtils</shortDescription>
   <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>