[java-parent-project-v3] branch master updated: IDP-845 - Add Maven version prerequisite.

Tom Zeller tzeller at dragonacea.biz
Wed Oct 28 16:36:07 EDT 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

The following commit(s) were added to refs/heads/master by this push:
       new  187092d   IDP-845 - Add Maven version prerequisite.
187092d is described below

commit 187092df8b75fabd910986a9c3af2d31f3214431
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Oct 28 15:36:30 2015 -0500

    IDP-845 - Add Maven version prerequisite.
    
    The Maven version prerequisite is used by the
    versions:display-plugin-updates goal, but does not enforce the version
    of Maven used to build projects (specifically child projects).
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2a99595..09f087d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,11 @@
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
     </properties>
 
+    <!-- The Maven version prerequisite applies to the maven-versions-plugin:display-plugin-updates goal only. -->
+    <prerequisites>
+        <maven>3.3.1</maven>
+    </prerequisites>
+
     <repositories>
         <repository>
             <id>shib-release</id>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list