Use versions-maven-plugin 2.3. Version 2.2 causes an NPE with Maven 3.3.9. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1770455 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/b6d87fc8 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/b6d87fc8 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/b6d87fc8 Branch: refs/heads/master Commit: b6d87fc8a04108b2d94032a30448c724b7cc0090 Parents: a79d88b Author: Gary D. Gregory <[email protected]> Authored: Sat Nov 19 01:23:20 2016 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Sat Nov 19 01:23:20 2016 +0000 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/b6d87fc8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1103ce..3c1c6bf 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,12 @@ </excludes> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <!-- Version 2.2 causes an NPE with Maven 3.3.9 --> + <version>2.3</version> + </plugin> </plugins> </build> <reporting>
