You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/08/31 14:07:38 UTC

[sling-scriptingbundle-maven-plugin] branch master updated: releng: add prerequisites to fix minimum Maven version emitted in https://sling.apache.org/components/scriptingbundle-maven-plugin/plugin-info.html

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

kwin 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 5bb5429  releng: add prerequisites to fix minimum Maven version emitted in https://sling.apache.org/components/scriptingbundle-maven-plugin/plugin-info.html
5bb5429 is described below

commit 5bb542903aba2bf113ecebc8cca2f083d71d127c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Aug 31 16:07:32 2021 +0200

    releng: add prerequisites to fix minimum Maven version emitted in
    https://sling.apache.org/components/scriptingbundle-maven-plugin/plugin-info.html
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 867dba0..8ffdb54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,10 @@
         <github.project.id>apache/sling-scriptingbundle-maven-plugin</github.project.id>
     </properties>
 
+    <prerequisites>
+        <maven>${mavenVersion}</maven>
+    </prerequisites>
+
     <build>
         <plugins>
             <plugin>