You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/01/11 01:13:11 UTC

svn commit: r1820815 - in /commons/cms-site/trunk/content: resources/.htaccess site.xml

Author: chtompki
Date: Thu Jan 11 01:13:11 2018
New Revision: 1820815

URL: http://svn.apache.org/viewvc?rev=1820815&view=rev
Log:
Adding commons-release-plugin link

Modified:
    commons/cms-site/trunk/content/resources/.htaccess
    commons/cms-site/trunk/content/site.xml

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1820815&r1=1820814&r2=1820815&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Thu Jan 11 01:13:11 2018
@@ -22,6 +22,8 @@ Redirect /sandbox/index.html /sandbox.ht
 # miscellaneous
 Redirect /build-plugin /proper/commons-build-plugin
 Redirect /commons-build-plugin /proper/commons-build-plugin
+Redirect /release-plugin /proper/commons-release-plugin
+Redirect /commons-release-plugin /proper/commons-release-plugin
 
 #propers
 Redirect /attributes /proper/commons-attributes

Modified: commons/cms-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1820815&r1=1820814&r2=1820815&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Thu Jan 11 01:13:11 2018
@@ -32,139 +32,140 @@
   </skin>
   <body>
     <links>
-      <item name="Components"            href="/components.html" />
-      <item name="Sandbox"               href="/sandbox.html" />
-      <item name="Dormant"               href="/dormant.html" />
-      <item name="ApacheCon"             href="http://www.apachecon.com/"/>
-      <item name="Apache"                href="http://www.apache.org"/>
+      <item name="Components"             href="/components.html" />
+      <item name="Sandbox"                href="/sandbox.html" />
+      <item name="Dormant"                href="/dormant.html" />
+      <item name="ApacheCon"              href="http://www.apachecon.com/"/>
+      <item name="Apache"                 href="http://www.apache.org"/>
     </links>
     <menu name="Commons">
-      <item name="Home"                  href="/index.html"/>
-      <item name="License"               href="http://www.apache.org/licenses/"/>
-      <item name="Mailing Lists"         href="/mail-lists.html"/>
-      <item name="PMC"                   href="/team-list.html"/>
-      <item name="Components"            href="/components.html" collapse="true">
+      <item name="Home"                   href="/index.html"/>
+      <item name="License"                href="http://www.apache.org/licenses/"/>
+      <item name="Mailing Lists"          href="/mail-lists.html"/>
+      <item name="PMC"                    href="/team-list.html"/>
+      <item name="Components"             href="/components.html" collapse="true">
         <!-- This list should agree with xdoc/index.xml and xdoc/components.xml and xdoc/downloads/index.xml -->
-        <item name="BCEL"                href="/bcel/" />
-        <item name="Beanutils"           href="/beanutils/" />
-        <item name="BSF"                 href="/bsf/" />
-        <item name="Chain"               href="/chain/" />
-        <item name="CLI"                 href="/cli/" />
-        <item name="Codec"               href="/codec/" />
-        <item name="Collections"         href="/collections/" />
-        <item name="Compress"            href="/compress/" />
-        <item name="Configuration"       href="/configuration/" />
-        <item name="Crypto"              href="/crypto/" />
-        <item name="CSV"                 href="/csv/" />
-        <item name="Daemon"              href="/daemon/" />
-        <item name="DBCP"                href="/dbcp/" />
-        <item name="DbUtils"             href="/dbutils/" />
-        <item name="Digester"            href="/digester/" />
-        <item name="Email"               href="/email/" />
-        <item name="Exec"                href="/exec/" />
-        <item name="FileUpload"          href="/fileupload/" />
-        <item name="Functor"             href="/functor/" />
-        <item name="Imaging (Sanselan)"  href="/imaging/" />
-        <item name="IO"                  href="/io/" />
-        <item name="JCI"                 href="/jci/" />
-        <item name="JCS"                 href="/jcs/" />
-        <item name="Jelly"               href="/jelly/" />
-        <item name="Jexl"                href="/jexl/" />
-        <item name="JXPath"              href="/jxpath/" />
-        <item name="Lang"                href="/lang/" />
-        <item name="Logging"             href="/logging/" />
-        <item name="Math"                href="/math/" />
-        <item name="Net"                 href="/net/" />
-        <item name="Numbers"             href="/numbers/" />
-        <item name="OGNL"                href="/ognl/" />
-        <item name="Pool"                href="/pool/" />
-        <item name="Proxy"               href="/proxy/" />
-        <item name="RNG"                 href="/rng/" />
-        <item name="SCXML"               href="/scxml/" />
-        <item name="Text"               href="/text/" />
-        <item name="Validator"           href="/validator/" />
-        <item name="VFS"                 href="/vfs/" />
-        <item name="Weaver"              href="/sandbox/weaver/" />
+        <item name="BCEL"                 href="/bcel/" />
+        <item name="Beanutils"            href="/beanutils/" />
+        <item name="BSF"                  href="/bsf/" />
+        <item name="Chain"                href="/chain/" />
+        <item name="CLI"                  href="/cli/" />
+        <item name="Codec"                href="/codec/" />
+        <item name="Collections"          href="/collections/" />
+        <item name="Compress"             href="/compress/" />
+        <item name="Configuration"        href="/configuration/" />
+        <item name="Crypto"               href="/crypto/" />
+        <item name="CSV"                  href="/csv/" />
+        <item name="Daemon"               href="/daemon/" />
+        <item name="DBCP"                 href="/dbcp/" />
+        <item name="DbUtils"              href="/dbutils/" />
+        <item name="Digester"             href="/digester/" />
+        <item name="Email"                href="/email/" />
+        <item name="Exec"                 href="/exec/" />
+        <item name="FileUpload"           href="/fileupload/" />
+        <item name="Functor"              href="/functor/" />
+        <item name="Imaging (Sanselan)"   href="/imaging/" />
+        <item name="IO"                   href="/io/" />
+        <item name="JCI"                  href="/jci/" />
+        <item name="JCS"                  href="/jcs/" />
+        <item name="Jelly"                href="/jelly/" />
+        <item name="Jexl"                 href="/jexl/" />
+        <item name="JXPath"               href="/jxpath/" />
+        <item name="Lang"                 href="/lang/" />
+        <item name="Logging"              href="/logging/" />
+        <item name="Math"                 href="/math/" />
+        <item name="Net"                  href="/net/" />
+        <item name="Numbers"              href="/numbers/" />
+        <item name="OGNL"                 href="/ognl/" />
+        <item name="Pool"                 href="/pool/" />
+        <item name="Proxy"                href="/proxy/" />
+        <item name="RNG"                  href="/rng/" />
+        <item name="SCXML"                href="/scxml/" />
+        <item name="Text"                 href="/text/" />
+        <item name="Validator"            href="/validator/" />
+        <item name="VFS"                  href="/vfs/" />
+        <item name="Weaver"               href="/sandbox/weaver/" />
       </item>
-      <item name="Sandbox"               href="/sandbox.html" collapse="true">
+      <item name="Sandbox"                href="/sandbox.html" collapse="true">
         <!-- This list should agree with xdoc/sandbox.xml -->
-        <item name="Beanutils2"          href="/beanutils2/" />
-        <item name="ClassScan"           href="/sandbox/classscan/" />
-        <item name="CLI2"                href="/sandbox/cli2/" />
-        <item name="Convert"             href="/sandbox/convert/" />
-        <item name="Finder"              href="/sandbox/finder/" />
-        <item name="Flatfile"            href="/sandbox/flatfile/" />
-        <item name="Graph"               href="/sandbox/graph/" />
-        <item name="I18n"                href="/sandbox/i18n/" />
-        <item name="Id"                  href="/sandbox/id/" />
-        <item name="Inject"              href="/sandbox/inject" />
-        <item name="Javaflow"            href="/sandbox/javaflow/" />
-        <item name="JNet"                href="/sandbox/jnet/" />
-        <item name="Monitoring"          href="/sandbox/monitoring/" />
-        <item name="Nabla"               href="/sandbox/nabla/" />
-        <item name="OpenPGP"             href="/sandbox/openpgp/" />
-        <item name="Performance"         href="/sandbox/performance/" />
-        <item name="Pipeline"            href="/sandbox/pipeline/" />
+        <item name="Beanutils2"           href="/beanutils2/" />
+        <item name="ClassScan"            href="/sandbox/classscan/" />
+        <item name="CLI2"                 href="/sandbox/cli2/" />
+        <item name="Convert"              href="/sandbox/convert/" />
+        <item name="Finder"               href="/sandbox/finder/" />
+        <item name="Flatfile"             href="/sandbox/flatfile/" />
+        <item name="Graph"                href="/sandbox/graph/" />
+        <item name="I18n"                 href="/sandbox/i18n/" />
+        <item name="Id"                   href="/sandbox/id/" />
+        <item name="Inject"               href="/sandbox/inject" />
+        <item name="Javaflow"             href="/sandbox/javaflow/" />
+        <item name="JNet"                 href="/sandbox/jnet/" />
+        <item name="Monitoring"           href="/sandbox/monitoring/" />
+        <item name="Nabla"                href="/sandbox/nabla/" />
+        <item name="OpenPGP"              href="/sandbox/openpgp/" />
+        <item name="Performance"          href="/sandbox/performance/" />
+        <item name="Pipeline"             href="/sandbox/pipeline/" />
       </item>
-      <item name="Dormant"               href="/dormant.html" collapse="true">
+      <item name="Dormant"                href="/dormant.html" collapse="true">
         <!-- This list should agree with xdoc/dormant/index.xml -->
-        <item name="Attributes"          href="/dormant/commons-attributes/" />
-        <item name="Betwixt"             href="/dormant/commons-betwixt/" />
-        <item name="Cache"               href="/dormant/cache/" />
-        <item name="Clazz"               href="/dormant/clazz/" />
-        <item name="Contract"            href="/dormant/contract/" />
-        <item name="Convert"             href="/dormant/convert/" />
-        <item name="Discovery"           href="/dormant/discovery/" />
-        <item name="EL"                  href="/el/" />
-        <item name="Events"              href="/dormant/events/" />
-        <item name="Feedparser"          href="/dormant/feedparser/" />
-        <item name="JJar"                href="/dormant/jjar/" />
-        <item name="Launcher"            href="/dormant/launcher/" />
-        <item name="Latka"               href="/dormant/latka/" />
-        <item name="Mapper"              href="/dormant/mapper/" />
-        <item name="Messenger"           href="/dormant/messenger/" />
-        <item name="Modeler"             href="/dormant/commons-modeler/" />
-        <item name="Primitives"          href="/dormant/commons-primitives/" />
-        <item name="Resources"           href="/dormant/resources/" />
-        <item name="Scaffold"            href="/dormant/scaffold/" />
-        <item name="ThreadPool"          href="/dormant/threadpool/" />
-        <item name="Transaction"         href="/transaction/" />
-        <item name="Workflow"            href="/dormant/workflow/" />
-        <item name="XMLIO"               href="/dormant/xmlio/" />
+        <item name="Attributes"           href="/dormant/commons-attributes/" />
+        <item name="Betwixt"              href="/dormant/commons-betwixt/" />
+        <item name="Cache"                href="/dormant/cache/" />
+        <item name="Clazz"                href="/dormant/clazz/" />
+        <item name="Contract"             href="/dormant/contract/" />
+        <item name="Convert"              href="/dormant/convert/" />
+        <item name="Discovery"            href="/dormant/discovery/" />
+        <item name="EL"                   href="/el/" />
+        <item name="Events"               href="/dormant/events/" />
+        <item name="Feedparser"           href="/dormant/feedparser/" />
+        <item name="JJar"                 href="/dormant/jjar/" />
+        <item name="Launcher"             href="/dormant/launcher/" />
+        <item name="Latka"                href="/dormant/latka/" />
+        <item name="Mapper"               href="/dormant/mapper/" />
+        <item name="Messenger"            href="/dormant/messenger/" />
+        <item name="Modeler"              href="/dormant/commons-modeler/" />
+        <item name="Primitives"           href="/dormant/commons-primitives/" />
+        <item name="Resources"            href="/dormant/resources/" />
+        <item name="Scaffold"             href="/dormant/scaffold/" />
+        <item name="ThreadPool"           href="/dormant/threadpool/" />
+        <item name="Transaction"          href="/transaction/" />
+        <item name="Workflow"             href="/dormant/workflow/" />
+        <item name="XMLIO"                href="/dormant/xmlio/" />
       </item>
     </menu>
     <menu name="Releases">
-      <item name="Releases"              href="/downloads/index.html"/>
+      <item name="Releases"               href="/downloads/index.html"/>
     </menu>
 
     <menu name="Source Repositories">
-      <item name="General Information"   href="/svninfo.html"/>
-      <item name="Components"            href="http://svn.apache.org/viewvc/commons/proper/"/>
-      <item name="Sandbox"               href="http://svn.apache.org/viewvc/commons/sandbox/"/>
-      <item name="Dormant"               href="http://svn.apache.org/viewvc/commons/dormant/"/>
+      <item name="General Information"    href="/svninfo.html"/>
+      <item name="Components"             href="http://svn.apache.org/viewvc/commons/proper/"/>
+      <item name="Sandbox"                href="http://svn.apache.org/viewvc/commons/sandbox/"/>
+      <item name="Dormant"                href="http://svn.apache.org/viewvc/commons/dormant/"/>
     </menu>
 
     <!-- Should agree with commons-parent -->
     <menu name="General Information">
-      <item name="Security"              href="/security.html"/>
-      <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 Build Plugin"  href="/build-plugin/index.html" />
-      <item name="Site Publication"      href="/site-publish.html" />
-      <item name="Releasing Components"  href="/releases/index.html" />
-      <item name="Wiki"                  href="http://wiki.apache.org/commons/FrontPage" />
+      <item name="Security"               href="/security.html"/>
+      <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 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" />
+      <item name="Releasing Components"   href="/releases/index.html" />
+      <item name="Wiki"                   href="http://wiki.apache.org/commons/FrontPage" />
     </menu>
 
     <!-- Should agree with commons-parent -->
     <menu name="ASF">
-      <item name="How the ASF works"     href="http://www.apache.org/foundation/how-it-works.html" />
-      <item name="Get Involved"          href="http://www.apache.org/foundation/getinvolved.html" />
-      <item name="Developer Resources"   href="http://www.apache.org/dev/" />
-      <item name="Code of Conduct"       href="http://www.apache.org/foundation/policies/conduct.html" />
-      <item name="Sponsorship"           href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks"                href="http://www.apache.org/foundation/thanks.html" />
+      <item name="How the ASF works"      href="http://www.apache.org/foundation/how-it-works.html" />
+      <item name="Get Involved"           href="http://www.apache.org/foundation/getinvolved.html" />
+      <item name="Developer Resources"    href="http://www.apache.org/dev/" />
+      <item name="Code of Conduct"        href="http://www.apache.org/foundation/policies/conduct.html" />
+      <item name="Sponsorship"            href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"                 href="http://www.apache.org/foundation/thanks.html" />
     </menu>
   </body>