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 25b6fad maven-source-plugin 3.0.1 -> 3.1.0. 25b6fad is described below commit 25b6fad5b9994db9f109a53e1831ad236216a314 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 23 10:43:08 2019 -0400 maven-source-plugin 3.0.1 -> 3.1.0. --- pom.xml | 3 ++- src/changes/changes.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d8875a5..0a6d4d0 100644 --- a/pom.xml +++ b/pom.xml @@ -294,7 +294,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>3.0.1</version> + <version>${commons.source-plugin.version}</version> <configuration> <archive> <manifest> @@ -1699,6 +1699,7 @@ </dependencies> --> + <commons.source-plugin.version>3.1.0</commons.source-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 775a177..8f18637 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory">commons.jar-plugin.version 3.1.1 -> 3.1.2</action> <action type="update" dev="ggregory">Add profile java-1.12</action> <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> </release> <release version="48" date="2019-03-20" description="Release version 47">