You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/18 09:26:38 UTC

[sling-org-apache-sling-crankstart-launcher] 01/02: fix parent

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

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

commit 9dc0a2876ba70ab600a1b162713743d1f920f80f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Dec 18 10:23:58 2017 +0100

    fix parent
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45d8393..d9341eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,12 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>10</version>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>32</version>
         <relativePath />
     </parent>
 
-    <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.crankstart.launcher</artifactId>
     <packaging>jar</packaging>
     <version>1.9.9-SNAPSHOT</version>

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