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 2022/12/16 13:03:44 UTC

[commons-parent] branch master updated (2793992 -> e278cf7)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


    from 2793992  Bump versions-maven-plugin from 2.13.0 to 2.14.0 #181
     new 9a306a8  +=Privacy link; sync with commons-site
     new e278cf7  Changes += Privacy

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml |  3 ++-
 src/site/site.xml       | 31 +++++++++++++++++--------------
 2 files changed, 19 insertions(+), 15 deletions(-)


[commons-parent] 02/02: Changes += Privacy

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit e278cf738a90a93e5bbdb8112b21b5a2757a5743
Author: Sebb <se...@apache.org>
AuthorDate: Fri Dec 16 13:03:38 2022 +0000

    Changes += Privacy
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 112e518..461a8b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,9 +60,10 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-        <release version="56" date="2022-12-07" description="Version 56: Maintenance and update dependencies">
+        <release version="56" date="TBA" description="Version 56: Maintenance and update dependencies">
            <action type="update" dev="ggregory" due-to="Dependabot">Bump apache from 28 to 29 #182.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump versions-maven-plugin from 2.13.0 to 2.14.0 #181.</action>
+           <action type="fix" dev="sebb">Add Privacy link to site.xml</action>
         </release>
         <release version="55" date="2022-12-07" description="Version 55: Maintenance and update dependencies">
            <!-- FIX -->


[commons-parent] 01/02: +=Privacy link; sync with commons-site

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 9a306a888857653fe666059cf4df4eb9a12d862d
Author: Sebb <se...@apache.org>
AuthorDate: Fri Dec 16 13:00:36 2022 +0000

    +=Privacy link; sync with commons-site
---
 src/site/site.xml | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 42452cc..5f4e167 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -82,24 +82,27 @@
 
     <!-- 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" />
+      <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="Commons Release Plugin" href="/release-plugin/index.html" />
+      <item name="Site Publication"       href="/site-publish.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="https://www.apache.org/foundation/how-it-works.html" />
-      <item name="Get Involved"          href="https://www.apache.org/foundation/getinvolved.html" />
-      <item name="Developer Resources"   href="https://www.apache.org/dev/" />
-      <item name="Code of Conduct"       href="https://www.apache.org/foundation/policies/conduct.html" />
-      <item name="Sponsorship"           href="https://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks"                href="https://www.apache.org/foundation/thanks.html" />
+      <item name="How the ASF works"      href="https://www.apache.org/foundation/how-it-works.html" />
+      <item name="Get Involved"           href="https://www.apache.org/foundation/getinvolved.html" />
+      <item name="Developer Resources"    href="https://www.apache.org/dev/" />
+      <item name="Code of Conduct"        href="https://www.apache.org/foundation/policies/conduct.html" />
+      <item name="Privacy"                href="https://privacy.apache.org/policies/privacy-policy-public.html" />
+      <item name="Sponsorship"            href="https://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks"                 href="https://www.apache.org/foundation/thanks.html" />
     </menu>
   </body>