You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:02:43 UTC

[sling-org-apache-sling-scripting-api] 22/30: Update to latest parent pom.

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

rombert pushed a commit to annotated tag org.apache.sling.scripting.api-2.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-api.git

commit 7e931e9ea40cb16dcb87d560322917eee2eccbf3
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Nov 24 16:07:54 2009 +0000

    Update to latest parent pom.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/api@883747 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c50a057..4f0ac5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>6</version>
-        <relativePath>../../../parent/pom.xml</relativePath>
+        <version>7</version>
     </parent>
 
     <artifactId>org.apache.sling.scripting.api</artifactId>
@@ -82,11 +81,11 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.felix</groupId>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
+            <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
 

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