You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/18 16:17:10 UTC

svn commit: r40083 - /dev/commons/commons-parent/commons-parent-51-RC2/

Author: sebb
Date: Thu Jun 18 16:17:10 2020
New Revision: 40083

Log:
+=commons-parent-51-RC2

Added:
    dev/commons/commons-parent/commons-parent-51-RC2/
    dev/commons/commons-parent/commons-parent-51-RC2/RELEASE-NOTES.txt   (with props)
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml   (with props)
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.asc
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.sha512
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz   (with props)
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz.sha512
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip   (with props)
    dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip.sha512

Added: dev/commons/commons-parent/commons-parent-51-RC2/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/RELEASE-NOTES.txt (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/RELEASE-NOTES.txt Thu Jun 18 16:17:10 2020
@@ -0,0 +1,420 @@
+              Apache Commons Parent 51
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 51
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Fix incompatibilty issues with Java 7
+Add support for Java 13.
+Update various plugin versions.
+
+Changes in this version include:
+
+New features:
+o  Allow override of changes.announcementFile/announcementDirectory
+
+Fixed Bugs:
+o  Allow Java7 builds: commons.animal-sniffer.version=1.17; biz.aQute.bndlib.version=3.5.0
+o  PR#5: change <docEncoding> to <docencoding> for maven javadoc plugin.
+
+Changes:
+o  JApiCmp 0.14.1 -> 0.14.3.
+o  maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3.
+o  maven-source-plugin 3.2.0 -> 3.2.1.
+o  commons.spotbugs.version 3.1.6 -> 3.1.12.2.
+o  org.apache:apache 21 -> 23.
+o  maven-javadoc-plugin 3.1.1 -> 3.2.0.
+o  commons.pmd.version 3.12.0 -> 3.13.0.
+o  Fix https://github.com/bndtools/bnd/issues/3903 seen with Commons CSV.
+o  commons.project-info.version 3.0.0 -> 3.1.0
+o  Add support for Java 13
+o  Support NOTICE and LICENSE alongside .txt versions
+o  commons.wagon-ssh.version 3.0.0 -> 3.1.0
+o  biz.aQute.bndlib.version 5.0.1 => 5.1.0
+o  bcel version 6.4.1 => 6.5.0
+o  maven pre-requisite 3.0.5 => 3.5.0
+o  commons.build-helper.version 3.0.0 => 3.1.0
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+
+              Apache Commons Parent 50
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 50
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Notes on site generation in 50
+------------------------------
+
+This release updates commons-skin which is used by projects to render the site using a
+'Commons' style. It restores the correct copyright notice to the footer of site pages.
+The new skin allows a project to add custom XHTML to the <head> tag of their site
+descriptor (site.xml).
+
+
+Changes in this version include:
+
+Changes:
+o site.xml: Removed custom head element. PrettyPrint functionality is loaded by commons-skin-4.2.
+o site.xml: commons-skin 4.1 -> 4.2
+o site.xml: Removed CDATA tag around the custom footer element
+o commons.wagon-ssh.version 3.3.3 -> 3.3.4
+o commons.assembly-plugin.version 3.1.1 -> 3.2.0
+o commons.source-plugin.version 3.1.0 -> 3.2.0
+o commons.jar-plugin.version 3.1.2 -> 3.2.0
+o jacoco-maven-plugin 0.8.4 -> 0.8.5
+o Move japicmp reporting section to the profile for opt-in behavior. Remove japicmp.skip flag used to skip the report.
+o Disable jacoco non-aggregate reports.
+o Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+Have fun!
+-Apache Commons Parent team
+
+-----------------------------------------------------------------------------
+
+
+              Apache Commons Parent 49
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 49
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+New features:
+o Add commons.pmd.version
+o Add commons.checkstyle-plugin.version
+o Add property commons.release.4.desc (see Apache Commons Pool.)
+o Add property commons.release.4.binary.suffix (see Apache Commons Pool.)
+
+Fixed Bugs:
+o Downdate felix plugin to work on Java 7
+o commons.scmPubUrl was not built properly, e.g. using 'pool' instead of 'commons-pool'
+
+Changes:
+o maven-site-plugin 3.7.1 -> 3.8.2
+o commons.felix.version=maven-bundle-plugin 4.2.0 -> 4.2.1
+o commons-build-plugin 1.10 -> 1.11
+o Update maven-project-info-reports-plugin's Apache Commons BCEL from 6.3 to 6.3.1.
+o japicmp-maven-plugin 0.13.0 -> 0.13.1
+o maven-bundle-plugin 4.1.0 -> 4.2.0
+o japicmp-maven-plugin 0.13.1 -> 0.14.0
+o japicmp-maven-plugin should not break builds on source incompatible changes by default.
+o commons.compiler.version 3.8.0 ->3.8.1.
+o Add properties commons.javadoc6.java.link through commons.javadoc12.java.link
+o Add properties commons.javadoc.javaee5.link through commons.javadoc.javaee7.link
+o Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2
+o commons.jar-plugin.version 3.1.1 -> 3.1.2
+o Add profile java-1.12
+o maven-source-plugin 3.0.1 -> 3.1.0
+o japicmp-maven-plugin 0.14.0 -> 0.14.1
+o commons.wagon-ssh.version 3.3.2 -> 3.3.3
+o commons.javadoc.version 3.1.0 -> 3.1.1
+o Add missing source config for Javadoc plugin.
+o Adding Java 8 default methods should not break binary compatibility.
+o Set Javadoc source option to Maven compiler source setting.
+o jacoco-maven-plugin 0.8.3 -> 0.8.4.
+o commons-release-plugin 1.6 -> 1.7.
+o animal-sniffer-maven-plugin 1.17 -> 1.18.
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 48
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the commons-parent-48 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+
+Fixed Bugs:
+o Revert revert change in commons.scmPubUrl in Parent 47, use commons.packageId for osgi
+o Revert change in commons.scmPubUrl in Parent 47  Issue: COMMONSSITE-124.
+o re-enabled japicmp and introduced japicmp.skip property that
+                controls whether japicmp reports are run. It is disabled by
+                default and enabled via a special profile enabled by the
+                presence of the file src/site/resources/profile.japicmp
+                - org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1
+
+Changes:
+o Run "apache-rat:check" as part of "mvn validate"
+o commons.build-plugin.version: 1.9 -> 1.10
+o commons.release-plugin.version: 1.5 -> 1.6
+o commons.spotbugs.version: 3.1.3 -> 3.1.6
+o japicmp-maven-plugin: 0.12.0 -> 0.13.0
+o Update parent from org.apache:apache 19 to 20.
+o maven-compiler-plugin 3.7.0 -> 3.8.0
+o org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1
+o org.jacoco:jacoco-maven-plugin 0.8.1 -> 0.8.3 (Java 11)
+o org.apache.maven.wagon:wagon-ssh 3.1.0 -> 3.2.0
+o maven-surefire-plugin 2.22.0 -> 2.22.1
+o maven-surefire-report-plugin 2.22.0 -> 2.22.1
+o maven-failsafe-plugin 2.22.0 -> 2.22.1
+o versions-maven-plugin 2.5 -> 2.7
+o org.apache.felix:maven-bundle-plugin 3.5.1 -> 4.1.0
+o maven-jxr-plugin 2.5 -> 3.0.0
+o org.apache.rat:apache-rat-plugin 0.12 -> 0.13
+o commons.wagon-ssh.version 3.2.0 -> 3.3.1
+o maven-assembly-plugin 3.1.0 -> 3.1.1
+o commons.jar-plugin.version 3.1.0 -> 3.1.1
+o commons.animal-sniffer.version 1.16 -> 1.17
+o org.apache.bcel:bcel 6.2 -> 6.3
+o commons-release-plugin 1.4 -> 1.5
+o org.apache.maven.wagon:wagon-ssh 3.3.1 -> 3.3.2
+o org.apache.maven.plugins:maven-javadoc-plugin 3.0.1 -> 3.1.0
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 47
+                  RELEASE NOTES
+
+
+The Apache Commons Parent team is pleased to announce the commons-parent-47 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Changes in this version include:
+
+New features:
+o New properties: commons.distSvnStagingUrl, commons.releaseManagerName, commons.releaseManagerKey
+
+
+Changes:
+o Set the version of Apache Commons BCEL used by maven-project-info-reports-plugin to avoid
+                "org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19"
+o Allows JApiCmp's ignoreMissingClasses parameter to be easily overridable with the property commons.japicmp.ignoreMissingClasses.
+o japicmp-maven-plugin 0.11.1 -> 0.12.0
+o maven-javadoc-plugin 3.0.0 -> 3.0.1 (Java 10 compatibility)
+o maven-site-plugin 3.7.0 -> 3.7.1.
+o org.apache.maven.wagon:wagon-ssh 3.0.0 -> 3.1.0
+o maven-surefire-report-plugin 2.21.0 -> 2.22.0
+o maven-enforcer-plugin 3.0.0-M1 -> 3.0.0-M2
+o commons-release-plugin 1.2 -> 1.3
+o commons-build-plugin 1.8 -> 1.9
+o maven-surefire-plugin 2.21.0 -> 2.22.0
+o maven-project-info-reports-plugin 2.9 -> 3.0.0
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 46
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the commons-parent-46 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+Plugin updates
+
+Notes on japicmp usage in 46
+----------------------------
+For japicmp to work when running 'mvn site', we must first run package
+because japicmp needs a built artifact to which to compare the previous
+version. Thus, we run 'mvn package site' to get an appropriate japicmp
+report. Further, during project build we see the following warning and
+stacktrace during site generation:
+
+[debug] No packaging support defined, no filtering
+[info] Skipping execution because packaging of this module is 'pom'.
+[debug] Searching for versions in versionRange: (,46)
+[info] Unable to find a previous version of the project in the repository.
+[warn] No new version specified and file '/..../commons-parent/pom.xml' of artifact could not be opened as jar archive: error in opening zip file
+
+java.util.zip.ZipException: error in opening zip file
+        at java.util.zip.ZipFile.open(Native Method)
+        at java.util.zip.ZipFile.<init>(ZipFile.java:225)
+        at java.util.zip.ZipFile.<init>(ZipFile.java:155)
+        at java.util.jar.JarFile.<init>(JarFile.java:166)
+        at java.util.jar.JarFile.<init>(JarFile.java:130)
+        at japicmp.maven.JApiCmpMojo.populateArchivesListsFromParameters(JApiCmpMojo.java:345)
+        at japicmp.maven.JApiCmpMojo.getOptions(JApiCmpMojo.java:708)
+        at japicmp.maven.JApiCmpReport.getOptions(JApiCmpReport.java:108)
+        at japicmp.maven.JApiCmpReport.getDescription(JApiCmpReport.java:127)
+        at org.apache.maven.plugins.site.render.CategorySummaryDocumentRenderer.renderDocument(CategorySummaryDocumentRenderer.java:155)
+
+
+
+
+Changes in this version include:
+
+New features:
+o Add java-1.10 profile
+o Add java-1.11 profile
+
+
+Changes:
+o japicmp-maven-plugin 0.11.0 -> 0.11.1
+o maven-surefire-report-plugin 2.20.1 -> 2.21.0
+o jacoco-maven-plugin 0.8.0 -> 0.8.1
+o commons-build-plugin 1.7 -> 1.8
+o commons-release-plugin 1.1 -> 1.2
+o japicmp-maven-plugin: oldVersionPattern=\d+\.\d+\.\d*
+o maven-assembly-plugin: 3.0.0 -> 3.1.0
+
+Removed:
+o Prerequisites tag; should only be used for maven-plugins, using maven-enforcer-plugin instead.
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 45
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the commons-parent-45 release!
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+
+Changes in this version include:
+
+
+Changes:
+o Rearranging plugin order in -Prelease, removing commons-release-plugin from build>pluginManagement
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 44
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 44
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Updates plugins and generally requires Java 7.
+
+Notes on Building version 44.
+-----------------------------
+When building, because of an issue with japicmp, we have an erroneous non-failing stacktrace
+that occurs. Specifically, we see:
+
+[warn] No new version specified and file './commons-parent/pom.xml' of artifact could not be opened as
+      jar archive: error in opening zip file
+java.util.zip.ZipException: error in opening zip file
+
+mainly caused by an error in
+japicmp.maven.JApiCmpMojo.populateArchivesListsFromParameters(JApiCmpMojo.java:341).
+
+We have asked for this to be addressed in the github issue: https://github.com/siom79/japicmp/issues/195
+
+Changes in this version include:
+--------------------------------
+New features:
+o new profile module-name to add 'Automatic-Module-Name' entry to the manifest
+o COMMONSSITE-105: Add commons-release-plugin version 1.1
+o COMMONSSITE-106: Add spotbugs-maven-plugin version 3.1.3
+
+
+Changes:
+o felix:maven-bundle-plugin 3.4.0 -> 3.5.0.
+o build artifacts -test.jar, -sources.jar and -test-sources.jar always, not only at release time
+o maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.)
+o jacoco-maven-plugin 0.7.9 -> 0.8.0.
+o Fix japicmp config: add to reporting section and define ignoreMissingNewVersion explicitly
+o org.apache:apache 18 -> 19
+o maven-surefire-plugin 2.20.1 -> 2.21.0
+o maven-failsafe-plugin 2.20.1 -> 2.21.0
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+              Apache Commons Parent 43
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 50
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+TBD
+
+Changes in this version include:
+
+Changes:
+o site.xml: commons-skin 4.1 -> 4.2
+o site.xml: Removed CDATA tag around the custom footer element
+o commons.wagon-ssh.version 3.3.3 -> 3.3.4
+o commons.assembly-plugin.version 3.1.1 -> 3.2.0
+o commons.source-plugin.version 3.1.0 -> 3.2.0
+o commons.jar-plugin.version 3.1.2 -> 3.2.0
+o jacoco-maven-plugin 0.8.4 -> 0.8.5
+o Move japicmp reporting section to the profile for opt-in behavior. Remove japicmp.skip flag used to skip the report.
+o Disable jacoco non-aggregate reports.
+o Update site build from Apache Commons BCEL 6.3.1 to 6.4.1.
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html

Propchange: dev/commons/commons-parent/commons-parent-51-RC2/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml Thu Jun 18 16:17:10 2020
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+-->
+
+<project name="Apache Commons" xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+
+<!-- N.B. all non-body elements are automatically inherited -->
+
+  <bannerLeft>
+    <name>Apache Commons</name>
+    <!--
+     ! Even though the default site.vm template contains code to convert relative links, this is
+     ! actually done before the content is passed to the template, for both site:site and site:stage.
+     ! Unfortunately, this means that the conversion is done in the context of commons-parent, which
+     ! contains the site.xml, rather than in the context of the project being built.
+     ! This means that relative URLs are created with an additional ../ prefix.
+     ! The work-round is to use a dummy absolute URL that can never be used, and then remove this
+     ! as part of the template processing.
+     ! See MSITE-559
+     -->
+    <src>http://dummy.invalid/$relativePath/images/commons-logo.png</src>
+    <alt>Apache Commons logo</alt>
+    <!--
+     ! Similarly href entries are converted before they are passed to the template.
+     ! In this case, we want the URL to remain absolute.
+     ! The work-round is to use a dummy suffix that is removed by the template.
+     ! This is due to be fixed in version 2.3 of the site plugin - see MSITE-159, MSHARED-189
+     ! Or use site:stage which does not convert these links ... 
+     -->
+    <href>https://commons.apache.org.remove.invalid/</href>
+  </bannerLeft>
+
+  <publishDate format="dd MMMM yyyy" position="left" />
+
+  <version position="left" />
+
+  <skin>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-skin</artifactId>
+    <version>4.2</version>
+  </skin>
+
+  <body>
+    <!-- N.B. body links are automatically inherited -->
+    <links>
+      <item name="ApacheCon" href="http://www.apachecon.com/"/>
+      <item name="Apache"  href="http://www.apache.org"/>
+      <item name="Commons" href="https://commons.apache.org/" />
+    </links>
+
+    <menu ref="reports" inherit="bottom" />
+
+    <menu name="Commons" inherit="bottom">
+      <item name="Home"                  href="https://commons.apache.org/" />
+      <item name="License"               href="http://www.apache.org/licenses/"/>
+      <item name="Components"            href="https://commons.apache.org/components.html" collapse="true">
+        <item name="Full list..."        href="https://commons.apache.org/components.html" />
+      </item> 
+      <item name="Sandbox"               href="https://commons.apache.org/sandbox/index.html" collapse="true">
+        <item name="Full list..."        href="https://commons.apache.org/sandbox/index.html" />
+      </item>
+      <item name="Dormant"               href="https://commons.apache.org/dormant/index.html" collapse="true">
+        <item name="Full list..."        href="https://commons.apache.org/dormant/index.html" />
+      </item>
+    </menu>
+
+    <!-- Should agree with commons-site -->
+    <menu name="General Information" inherit="bottom">
+      <item name="Security"              href="https://commons.apache.org/security.html"/>
+      <item name="Volunteering"          href="https://commons.apache.org/volunteering.html" />
+      <item name="Contributing Patches"  href="https://commons.apache.org/patches.html" />
+      <item name="Building Components"   href="https://commons.apache.org/building.html" />
+      <item name="Commons Parent Pom"    href="https://commons.apache.org/commons-parent-pom.html" />
+      <item name="Commons Build Plugin"  href="https://commons.apache.org/build-plugin/index.html" />
+      <item name="Releasing Components"  href="https://commons.apache.org/releases/index.html" />
+      <item name="Wiki"                  href="https://cwiki.apache.org/confluence/display/commons/FrontPage" />
+    </menu>
+
+    <!-- Should agree with commons-site -->
+    <menu name="ASF" inherit="bottom">
+      <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>
+
+  <!-- inherited -->
+  <poweredBy>
+    <!-- Add ApacheCon logo -->
+    <logo name="ApacheCon" href="http://www.apache.org/events/current-event.html"
+          img="http://www.apache.org/events/current-event-125x125.png"/>
+    <!-- Keep the default logo as well -->
+    <logo name="Maven" href="http://maven.apache.org/"
+          img="http://maven.apache.org/images/logos/maven-feather.png"/>
+  </poweredBy>
+
+  <!-- inherited -->
+  <custom>
+    <!-- @project.name@ will be replaced by the template; if we used ${project.name} it would pick up Commons Parent -->    
+    <footer>
+      <div class="center">
+      Apache Commons, Apache @project.name@, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </div>
+    </footer>
+  </custom>
+
+</project>

Propchange: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.asc
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.asc (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.asc Thu Jun 18 16:17:10 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE1vG8eGB4COyOn2lDeohglE+tX2IFAl7rjT4ACgkQeohglE+t
+X2JZsg//VwzqUhs9CVOQL01ZWQwHXEGi6Mkem/Du+hyeFGfV/UecyubAjcKvhL4M
+TkmQ1rPuwbdlAJ+s6GaZNRZ39ie3Pe2suO9LuIpcS0S7zPl6Jk4e3uUju2UisPXm
+4QGIRxTa4m07UwcVfJ7A6F+et9S8Wjz8zsnFCyT/PJeH+6hEJqNyQWocKXfyzjy2
+sNjAWlVuipgkNSvFh+80BDb8nMD93TtalvEiliT2U6GweaTlw16MSjYx6wv5pRfr
+2eM71wotewjpfhSaoXbvxSO/DHAjaEV/cJ8mLzP5v9EeRsVJuMr6d91qrUumyXE9
+/+pSwgWUB+IjiGVJh2obNFoo7yBigDyqHFKnzGuKfRIY6B4vcOqTisg2Gbq922sG
+/XTkjtvIPKuyVgHXyePxJyZ7J6qLBvNTDq2Z/ud3kF3xHG9N0DULQBAbGeTagSGj
+f/6IJGCTj0hPNB0D1oVdT5ehaxHF731mIgg95MoC6O+Jnht8HFjxngVLb0D8l/VF
+UxlsME6rz8F3g5TBDs/d1F7A164VHXonJbUWluHObzbZLcU2XNxnzLkjrYH2xLna
+vo/TaGaik3hQTdt+k9BA4kc5CscKg9fHpVPwbJJTNop+X9V6uVmgLNANK70CRDmJ
+OQMSu/8InFn0KDH4g2oebRtWkBSb1NtCTZlQbQQv4O9I9cql9U0=
+=nYst
+-----END PGP SIGNATURE-----

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.sha512
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.sha512 (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-site.xml.sha512 Thu Jun 18 16:17:10 2020
@@ -0,0 +1 @@
+4b6e8e843a7caa5a32c337e054a57439a07e9226001c93f8d3bf4d2104f60a3e7b0a1f04704acd94f669f1fb06ef71cebc0323a48a815dbbf6b47280cb8da2af  commons-parent-51-site.xml

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz.sha512
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz.sha512 (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.tar.gz.sha512 Thu Jun 18 16:17:10 2020
@@ -0,0 +1 @@
+b672164878c79430b2fa9aa0bf2210b57e3815d0a6351b0ce1e02d5edddf8d6415b0d6a75c4b2993d61d50df3960c8b5ffd8daa2d51b879a5bdc99f4a704e45d  commons-parent-51-src.tar.gz

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip.sha512
==============================================================================
--- dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip.sha512 (added)
+++ dev/commons/commons-parent/commons-parent-51-RC2/commons-parent-51-src.zip.sha512 Thu Jun 18 16:17:10 2020
@@ -0,0 +1 @@
+72e5f9556feb505e4c3c51b57ab335a65c1434c2ca69bea8972f8a6a5ca3ef07834b0696bc2acc7f94a7a17d2cba30119f8df6b8576f7fc139c79b5202492ce8  commons-parent-51-src.zip