diff --git a/pom/plugin.jelly b/pom/plugin.jelly index fc70c9de..7b359cee 100644 --- a/pom/plugin.jelly +++ b/pom/plugin.jelly @@ -5,6 +5,7 @@ xmlns:d="jelly:define" xmlns:pom="pom" xmlns:util="jelly:util" + xmlns:ant="jelly:ant" xmlns:artifact="artifact"> @@ -19,10 +20,23 @@ + + + + + POM version should be either "3" or "4", found "${pom.pomVersion}". + + + + - diff --git a/pom/xdocs/changes.xml b/pom/xdocs/changes.xml index 38584bc8..2105799d 100644 --- a/pom/xdocs/changes.xml +++ b/pom/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Verify valid POM versions. Only "3" and "4" are currently allowed. + Added support for validating different POM versions.