You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2020/07/07 16:04:42 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: SLING-9573: Remove requirement for maven 3.6 from scriptingbundle-maven-plugin

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

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new de07f8a  SLING-9573: Remove requirement for maven 3.6 from scriptingbundle-maven-plugin
de07f8a is described below

commit de07f8ab0db16e3d346cb601052655f05212e418
Author: Karl Pauls <kp...@adobe.com>
AuthorDate: Wed Jun 24 14:22:12 2020 +0200

    SLING-9573: Remove requirement for maven 3.6 from scriptingbundle-maven-plugin
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f171dd..3301b08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,10 +44,6 @@
         <tag>HEAD</tag>
     </scm>
 
-    <prerequisites>
-        <maven>${maven.version}</maven>
-    </prerequisites>
-
     <properties>
         <sling.java.version>8</sling.java.version>
         <maven.version>3.6.0</maven.version>