You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:35:58 UTC

[maven-invoker-plugin] 16/24: o adding prereq

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.0
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 7f5f4d0d3a019d84786bcdf792d05205d98c1ce6
Author: Jason van Zyl <jv...@apache.org>
AuthorDate: Mon Dec 4 16:50:56 2006 +0000

    o adding prereq
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@482246 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index d5b35bb..d368d93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,9 @@
   </parent>
   <artifactId>maven-invoker-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
+  <prerequisites>                                                                                                                                                      
+    <maven>2.0</maven>                                                                                                                                                 
+  </prerequisites>   
   <packaging>maven-plugin</packaging>
   <name>Maven Invoker Plugin</name>
   <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.