Author: ggregory
Date: Wed Dec 27 23:08:25 2017
New Revision: 1819379

URL: http://svn.apache.org/viewvc?rev=1819379&view=rev
Log:
[BEANUTILS-504] Change packaging from org.apache.commons.beanutils to 
org.apache.commons.beanutils2.

Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/beanutils/trunk/src/site/site.xml
    commons/proper/beanutils/trunk/src/site/xdoc/index.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1819379&r1=1819378&r2=1819379&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Dec 27 23:08:25 2017
@@ -468,9 +468,9 @@
                <configuration>
           <oldVersion>
                        <dependency>
-                               <groupId>commons-beanutils</groupId>
-                               <artifactId>commons-beanutils</artifactId>
-                               <version>1.9.3</version>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>commons-beanutils2</artifactId>
+                               <version>2.0.0-SNAPSHOT</version>
                                <type>jar</type>
                        </dependency>
                  </oldVersion>

Modified: commons/proper/beanutils/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/site.xml?rev=1819379&r1=1819378&r2=1819379&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/site/site.xml (original)
+++ commons/proper/beanutils/trunk/src/site/site.xml Wed Dec 27 23:08:25 2017
@@ -36,6 +36,11 @@
         <menu name="Documentation">
             <item name="Building"             href="/building.html"/>
             <item name="History"              href="/changes-report.html"/>
+            <item name="2.0.0" collapse="true" href="/index.html">
+                <item name="Release Notes"    
href="http://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt"/>
+                <item name="User Guide"       
href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/org/apache/commons/beanutils2/package-summary.html#package_description"/>
+                <item name="API"              
href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html"/>
+            </item>
             <item name="1.9.3" collapse="true" href="/index.html">
                 <item name="Release Notes"    
href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt"/>
                 <item name="User Guide"       
href="http://commons.apache.org/beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>

Modified: commons/proper/beanutils/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/xdoc/index.xml?rev=1819379&r1=1819378&r2=1819379&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/beanutils/trunk/src/site/xdoc/index.xml Wed Dec 27 23:08:25 
2017
@@ -57,7 +57,7 @@ easy-to-use wrappers around these capabi
 
 <subsection name='BeanUtils Core And Modules'>
 <p>
-The 1.7.x and 1.8.x releases of BeanUtils have distributed three jars:
+The 1.7.x and 1.8.x releases of BeanUtils distributed three jars:
 <ul>
   <li><code>commons-beanutils.jar</code> - contains everything</li>
   <li><code>commons-beanutils-core.jar</code> - excludes <i>Bean 
Collections</i> classes</li>
@@ -71,6 +71,13 @@ Version 1.9.0 reverts this split for rea
 <a href="http://issues.apache.org/jira/browse/BEANUTILS-379";>BEANUTILS-379</a>.
 There is now only one jar for the BeanUtils library.
 </p>
+<p>
+Version 2.0.0 updates the dependencies for Apache Commons Collection from 
version 3 to 4.
+Apache Commons Collection 4 changes packages from 
<code>org.apache.commons.collections</code> 
+to <code>org.apache.commons.collections4</code>.
+Since some Commons BeanUtils APIs surface Commons Collection types, Commons 
BeanUtils 2 changes packages from <code>org.apache.commons.beanutils</code>
+to <code>org.apache.commons.beanutils2</code>.  
+</p>
 </subsection>
 <subsection name='Bean Collections'>
 <p>
@@ -89,6 +96,24 @@ Bean Collections has an additional depen
 </section>
 
 <section name="Releases">
+<subsection name="2.0.x releases">
+  <p>
+    BeanUtils <strong>2.0.x</strong> releases are not binary compatible (but 
easy to port) with version 1.x.x and require a minimum of
+    JDK 1.7.
+  </p>
+  <p>
+    The latest BeanUtils release is available to download
+    <a 
href="http://commons.apache.org/beanutils/download_beanutils.cgi";>here</a>.
+  </p>
+  <ul>
+    <li>2.0.0
+      <ul>
+        <li><a 
href="http://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt";>Release
 Notes</a></li>
+        <li><a 
href="http://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html";>JavaDoc</a></li>
+      </ul>
+    </li>
+  </ul>
+</subsection>
 <subsection name="1.9.x releases">
   <p>
     BeanUtils <strong>1.9.x</strong> releases are binary compatible (with a 
minor exception


Reply via email to