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


The following commit(s) were added to refs/heads/master by this push:
     new a2756ab  +=inceptionYear
a2756ab is described below

commit a2756ab46b7d1c7a7b72d59fe9987d96165b6f5f
Author: Sebb <s...@apache.org>
AuthorDate: Thu Jun 18 12:26:24 2020 +0100

    +=inceptionYear
---
 BUILDING.txt | 9 ++++-----
 pom.xml      | 4 ++++
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 4cdc35f..e4774e9 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -27,11 +27,10 @@ Preparing for release candidate:
 - Ensure changes.xml is up to date; generate RELEASE-NOTES using non-SNAPSHOT 
version:
   mvn changes:announcement-generate -Prelease-notes -Dchanges.version=nn
 - Ensure pom.xml header comment agrees with changes for this release
-- Regenerate CONTRIBUTING.md:
-  mvn commons-build:contributing-md
-- Regenerate README.md:
-  mvn commons-build:readme-md
-- Commit all changes
+- Regenerate files:
+  mvn commons-build:all -Dproject.inceptionYear=2006
+  (N.B. the year is not defined in the pom to avoid propagation to components)
+- Check and commit all changes
 
 Creating release candidate tag:
 ------------------------------
diff --git a/pom.xml b/pom.xml
index 2ff7aa2..b450299 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,10 @@
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all 
Apache Commons components.</description>
+  <!--
+  To avoid propagation to components, do not define the inceptionYear here
+  <inceptionYear>2006</inceptionYear>
+  -->
   <url>https://commons.apache.org/commons-parent-pom.html</url>
 
   <!--

Reply via email to