You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2020/09/13 02:12:45 UTC

[sling-org-apache-sling-kickstart] branch master updated: Updated the Kickstart Maven Plugin to the next release

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

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-kickstart.git


The following commit(s) were added to refs/heads/master by this push:
     new 1fc7a26  Updated the Kickstart Maven Plugin to the next release
1fc7a26 is described below

commit 1fc7a26a804646936c6022412388a4885438394f
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Sat Sep 12 19:12:29 2020 -0700

    Updated the Kickstart Maven Plugin to the next release
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db58099..7fea9b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
     <version>0.0.7-SNAPSHOT</version>
     <packaging>slingkickstart</packaging>
 
+
     <name>Apache Sling Kickstart Launcher</name>
     <description>
         Creates an Executable JAR file to launch Sling Feature Model Project
@@ -39,7 +40,7 @@
     <properties>
         <sling.java.version>8</sling.java.version>
 
-        <sling-kickstart-maven-plugin.version>0.0.6</sling-kickstart-maven-plugin.version>
+        <sling-kickstart-maven-plugin.version>0.0.8</sling-kickstart-maven-plugin.version>
         <slingfeature-maven-plugin.version>1.3.14</slingfeature-maven-plugin.version>
 
         <picocli.version>4.5.1</picocli.version>