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 2019/05/28 12:12:38 UTC

[commons-parent] branch master updated: Add commons.checkstyle-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 d3383ca  Add commons.checkstyle-plugin.version.
d3383ca is described below

commit d3383ca4d4615d5f339472434b58b881d0d70bee
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 28 08:12:35 2019 -0400

    Add commons.checkstyle-plugin.version.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 811ca70..5ff9aad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1700,6 +1700,7 @@
 
     -->
     <commons.source-plugin.version>3.1.0</commons.source-plugin.version>
+    <commons.checkstyle-plugin.version>3.1.0</commons.checkstyle-plugin.version>
     <commons.jar-plugin.version>3.1.2</commons.jar-plugin.version>
     <commons.assembly-plugin.version>3.1.1</commons.assembly-plugin.version>
     <commons.site-plugin.version>3.7.1</commons.site-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 98a6e88..e1d99c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="add" dev="ggregory">Add commons.pmd.version</action>
             <action type="update" dev="ggregory">maven-source-plugin 3.0.1 -> 3.1.0</action>
             <action type="update" dev="ggregory">japicmp-maven-plugin 0.14.0 -> 0.14.1</action>
+            <action type="add" dev="ggregory">Add commons.checkstyle-plugin.version</action>
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 47">