You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/22 02:57:53 UTC

svn commit: r650337 - in /commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1: ./ build.xml pom.xml project.xml src/site/site.xml xdocs/index.xml xdocs/navigation.xml

Author: niallp
Date: Mon Apr 21 17:57:52 2008
New Revision: 650337

URL: http://svn.apache.org/viewvc?rev=650337&view=rev
Log:
Tag BeanUtils 1.8.0 RC1

Added:
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/
      - copied from r650333, commons/proper/beanutils/trunk/
Modified:
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/build.xml
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/pom.xml
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/project.xml
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/src/site/site.xml
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/index.xml
    commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/navigation.xml

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/build.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/build.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/build.xml Mon Apr 21 17:57:52 2008
@@ -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"/>

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/pom.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/pom.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/pom.xml Mon Apr 21 17:57:52 2008
@@ -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>

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/project.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/project.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/project.xml Mon Apr 21 17:57:52 2008
@@ -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>

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/src/site/site.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/src/site/site.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/src/site/site.xml Mon Apr 21 17:57:52 2008
@@ -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"/>

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/index.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/index.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/index.xml Mon Apr 21 17:57:52 2008
@@ -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">
-<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>
+<subsection name="1.8.0">
 <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">

Modified: commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/navigation.xml?rev=650337&r1=650333&r2=650337&view=diff
==============================================================================
--- commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/navigation.xml (original)
+++ commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC1/xdocs/navigation.xml Mon Apr 21 17:57:52 2008
@@ -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'>