Author: cziegeler
Date: Thu Nov 26 15:27:07 2009
New Revision: 884578

URL: http://svn.apache.org/viewvc?rev=884578&view=rev
Log:
Use latest parent pom.

Modified:
    sling/trunk/contrib/jcr/prefs/pom.xml
    sling/trunk/contrib/scripting/java/pom.xml

Modified: sling/trunk/contrib/jcr/prefs/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/prefs/pom.xml?rev=884578&r1=884577&r2=884578&view=diff
==============================================================================
--- sling/trunk/contrib/jcr/prefs/pom.xml (original)
+++ sling/trunk/contrib/jcr/prefs/pom.xml Thu Nov 26 15:27:07 2009
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>6</version>
+        <version>7</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 

Modified: sling/trunk/contrib/scripting/java/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/java/pom.xml?rev=884578&r1=884577&r2=884578&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/java/pom.xml (original)
+++ sling/trunk/contrib/scripting/java/pom.xml Thu Nov 26 15:27:07 2009
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>6</version>
+        <version>7</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
@@ -112,11 +112,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>
         <dependency>


Reply via email to