Author: ggregory
Date: Sun Jul 26 22:25:33 2020
New Revision: 1880337
URL: http://svn.apache.org/viewvc?rev=1880337&view=rev
Log:
Slighty better column names. Acronym "Pom" -> "POM".
Modified:
commons/cms-site/trunk/content/site.xml
commons/cms-site/trunk/content/xdoc/index.xml.vm
Modified: commons/cms-site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1880337&r1=1880336&r2=1880337&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sun Jul 26 22:25:33 2020
@@ -151,7 +151,7 @@
<item name="Volunteering" href="/volunteering.html" />
<item name="Contributing Patches" href="/patches.html" />
<item name="Building Components" href="/building.html" />
- <item name="Commons Parent Pom" href="/commons-parent-pom.html" />
+ <item name="Commons Parent POM" href="/commons-parent-pom.html" />
<item name="Commons Build Plugin" href="/build-plugin/index.html" />
<item name="Commons Release Plugin" href="/release-plugin/index.html" />
<item name="Site Publication" href="/site-publish.html" />
Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1880337&r1=1880336&r2=1880337&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Sun Jul 26 22:25:33 2020
@@ -91,7 +91,12 @@
<table>
<!-- This list should agree with ../site.xml and components.xml and
downloads/index.xml -->
- <tr><th>Components</th><th>Description</th><th>Latest
Version</th><th>Released</th></tr>
+ <tr>
+ <th>Component</th>
+ <th>Description</th>
+ <th>Latest Version</th>
+ <th>Release Date</th>
+ </tr>
<tr><td><a href="proper/commons-bcel/">BCEL</a></td>
<td>Byte Code Engineering Library - analyze, create, and
manipulate Java class files</td>
<td>${bcelVersion}</td><td>${bcelReleased}</td></tr>