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 2021/08/09 14:26:10 UTC

[commons-parent] branch master updated: Add and use property commons.buildnumber-plugin.version.

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 028fcb8  Add and use property commons.buildnumber-plugin.version.
028fcb8 is described below

commit 028fcb8c84cefe090b12edf4f4a15347ea5ed15a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 9 10:26:07 2021 -0400

    Add and use property commons.buildnumber-plugin.version.
---
 pom.xml                 | 3 ++-
 src/changes/changes.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0b450c..e9eb2ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,6 +147,7 @@
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.enforcer-plugin.version>3.0.0</commons.enforcer-plugin.version>
+    <commons.buildnumber-plugin.version>1.4</commons.buildnumber-plugin.version>
     <!-- requires Java 8 -->
     <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>
 
@@ -655,7 +656,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>1.4</version>
+          <version>${commons.buildnumber-plugin.version}</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3be135f..8d9cdb4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,8 +71,9 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="add" dev="ggregory">Add maven-checkstyle-plugin to pluginManagement.</action>
           <action type="add" dev="ggregory">Allow Maven PMD plugin to override PMD implementation jars with property "commons.pmd-impl.version".</action>
           <action type="add" dev="ggregory">Add property commons.javadoc16.java.link.</action>
-          <action type="add" dev="ggregory">Add property commons.enforcer-plugin.version.</action>
+          <action type="add" dev="ggregory">Add and use property commons.enforcer-plugin.version.</action>
           <action type="add" dev="ggregory">Add SpotBugs to plugin management section.</action>
+          <action type="add" dev="ggregory">Add and use property commons.buildnumber-plugin.version.</action>
           <!-- UPDATES -->
           <action type="update" dev="ggregory">Update versions-maven-plugin 2.7 -> 2.8.1.</action>
           <action type="update" dev="ggregory" due-to="Dependabot">Update maven-project-info-reports-plugin from 3.1.0 to 3.1.2 #19, #41.</action>