You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/10 14:25:53 UTC

[commons-parent] branch master updated: Add missing inceptionYear for commons-build-plugin

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

ggregory 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 bc37ab4  Add missing inceptionYear for commons-build-plugin
bc37ab4 is described below

commit bc37ab4b024cd174d67a8e36c0b6dc205d2d562d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 10 10:25:49 2022 -0400

    Add missing inceptionYear for commons-build-plugin
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a9b329a..923607d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
+  <inceptionYear>2006</inceptionYear>
   <!--
   To avoid propagation to components, do not define the inceptionYear here
   <inceptionYear>2006</inceptionYear>