You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/10/20 12:30:12 UTC

[karaf] branch master updated: Remove maven prerequisite to avoid issue on Jenkins

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new ce06975  Remove maven prerequisite to avoid issue on Jenkins
     new c3a3917  Merge pull request #969 from jbonofre/MAVEN_VERSION
ce06975 is described below

commit ce06975930ebf8c7ea46d796ebf3a8b5c24e003d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 20 11:22:24 2019 +0200

    Remove maven prerequisite to avoid issue on Jenkins
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4a6a1b..726cf2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,10 +136,6 @@
         </developer>
     </developers>
 
-    <prerequisites>
-        <maven>3.5.0</maven>
-    </prerequisites>
-
     <properties>
         <activemq.version>5.15.9</activemq.version>
         <aopalliance.bundle.version>1.0_6</aopalliance.bundle.version>