Tag BeanUtils 1.8.0 RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1@650337 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.xml b/build.xml
index 404ae74..bceebe5 100755
--- 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-RC1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>
diff --git a/pom.xml b/pom.xml
index 00be54e..2c69fd9 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-RC1</version>
   <name>Commons BeanUtils</name>
 
   <inceptionYear>2000</inceptionYear>
diff --git a/project.xml b/project.xml
index 1dcc2bd..c497045 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-RC1</currentVersion>
   <inceptionYear>2000</inceptionYear>
   <shortDescription>Commons BeanUtils</shortDescription>
   <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>
diff --git a/src/site/site.xml b/src/site/site.xml
index 87b2c89..b28e469 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -37,10 +37,10 @@
             <item name="Building"             href="/building.html"/>
             <!-- item name="History"              href="/changes-report.html"/ -->
             <item name="Wiki"                 href="http://wiki.apache.org/commons/BeanUtils"/>
-            <item name="1.8.0-BETA">
-                <item name="Release Notes"    href='http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt'/>
-                <item name="User Guide"       href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
-                <item name="API"              href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/index.html"/>
+            <item name="1.8.0">
+                <item name="Release Notes"    href='http://commons.apache.org/beanutils/v1.8.0/RELEASE-NOTES.txt'/>
+                <item name="User Guide"       href="http://commons.apache.org/beanutils/v1.8.0/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+                <item name="API"              href="http://commons.apache.org/beanutils/v1.8.0/apidocs/index.html"/>
             </item>
             <item name="1.7.0 Release">
                 <item name="User Guide"       href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/package-summary.html#package_description"/>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index e49f990..51735f3 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -28,11 +28,6 @@
 <section name="Commons BeanUtils">
 
 <p>
-<strong>Please <a href="http://commons.apache.org/downloads/download_beanutils.cgi">download</a>
-and test the BeanUtils <a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt">1.8.0 Beta</a>
-release</strong> (see <a href="issue-tracking.html">here</a> for reporting any issues).
-</p>
-<p>
 Most Java developers are used to creating Java classes that conform to the
 JavaBeans naming patterns for property getters and setters.  It is natural to
 then access these methods directly, using calls to the corresponding
@@ -107,20 +102,12 @@
 
 
 <section name="Releases">
-<subsection name="1.8.0 Beta">
+<subsection name="1.8.0">
 <p>
-<strong>Please <a href="http://commons.apache.org/downloads/download_beanutils.cgi">download</a>
-and test the BeanUtils <a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt">1.8.0 Beta</a>
-release</strong> (see <a href="issue-tracking.html">here</a> for reporting any issues).
-</p>
-<p>
-BeanUtils <strong>1.8.0 Beta</strong> is binary compatible with version 1.7.0
+BeanUtils <strong>1.8.0</strong> is binary compatible with version 1.7.0
 and contains quite a few 
-<a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt">
-bug fixes and enhancements</a>. Since it has been nearly three years since the
-last BeanUtils release, it is hoped that this <strong><i>Beta</i></strong> release
-will facilitate wider testing to ensure that there are no major compatibility issues
-before the final 1.8.0 release.
+<a href="http://commons.apache.org/beanutils/v1.8.0/RELEASE-NOTES.txt">
+bug fixes and enhancements</a>.
 </p>
 </subsection>
 <subsection name="1.7.0">
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml
index 8c3876d..7a1aab6 100644
--- a/xdocs/navigation.xml
+++ b/xdocs/navigation.xml
@@ -44,10 +44,10 @@
       <item name="Building"                href="/building.html"/>
       <item name="Wiki"                    href="http://wiki.apache.org/commons/BeanUtils"/>
 
-      <item name="1.8.0-BETA">
-            <item name="Release Notes"     href='http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt'/>
-            <item name="User Guide"        href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
-            <item name="API"               href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/index.html"/>
+      <item name="1.8.0">
+            <item name="Release Notes"     href='http://commons.apache.org/beanutils/v1.8.0/RELEASE-NOTES.txt'/>
+            <item name="User Guide"        href="http://commons.apache.org/beanutils/v1.8.0/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+            <item name="API"               href="http://commons.apache.org/beanutils/v1.8.0/apidocs/index.html"/>
       </item>
 
       <item name='1.7.0 Release'>