You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/02/23 16:30:06 UTC

svn commit: r1449344 - in /commons/proper/beanutils/trunk: pom.xml src/site/site.xml

Author: britter
Date: Sat Feb 23 15:30:06 2013
New Revision: 1449344

URL: http://svn.apache.org/r1449344
Log:
Update to latest parent pom - site.xml needed a little tweaking for this to work

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1449344&r1=1449343&r2=1449344&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sat Feb 23 15:30:06 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>15</version>
+    <version>28</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
@@ -252,7 +252,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.5</version>
                 <configuration>
                     <linksource>true</linksource>
                     <links>

Modified: commons/proper/beanutils/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/site.xml?rev=1449344&r1=1449343&r2=1449344&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/site/site.xml (original)
+++ commons/proper/beanutils/trunk/src/site/site.xml Sat Feb 23 15:30:06 2013
@@ -37,12 +37,12 @@
             <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.3">
+            <item name="1.8.3" collapse="true" href="/index.html">
                 <item name="Release Notes"    href='http://commons.apache.org/beanutils/v1.8.3/RELEASE-NOTES.txt'/>
                 <item name="User Guide"       href="http://commons.apache.org/beanutils/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
                 <item name="API"              href="http://commons.apache.org/beanutils/v1.8.3/apidocs/index.html"/>
             </item>
-            <item name="1.7.0 Release">
+            <item name="1.7.0 Release" collapse="true" href="/index.html">
                 <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"/>
                 <item name="Core API"         href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api"/>
                 <item name="Bean Collections" href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/bean-collections"/>