You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2007/09/26 10:25:50 UTC

svn commit: r579506 - in /incubator/sling/trunk: sling-app/pom.xml webmanager/pom.xml

Author: cziegeler
Date: Wed Sep 26 01:25:50 2007
New Revision: 579506

URL: http://svn.apache.org/viewvc?rev=579506&view=rev
Log:
Use latest versions from svn or released versions.

Modified:
    incubator/sling/trunk/sling-app/pom.xml
    incubator/sling/trunk/webmanager/pom.xml

Modified: incubator/sling/trunk/sling-app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling-app/pom.xml?rev=579506&r1=579505&r2=579506&view=diff
==============================================================================
--- incubator/sling/trunk/sling-app/pom.xml (original)
+++ incubator/sling/trunk/sling-app/pom.xml Wed Sep 26 01:25:50 2007
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>0.9.0-incubator-SNAPSHOT</version>
+            <version>0.9.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
@@ -202,7 +202,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.jetty</artifactId>
-            <version>0.9.0-incubator-SNAPSHOT</version>
+            <version>0.9.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.commons</groupId>

Modified: incubator/sling/trunk/webmanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/webmanager/pom.xml?rev=579506&r1=579505&r2=579506&view=diff
==============================================================================
--- incubator/sling/trunk/webmanager/pom.xml (original)
+++ incubator/sling/trunk/webmanager/pom.xml Wed Sep 26 01:25:50 2007
@@ -52,7 +52,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-scr-plugin</artifactId>
-                <version>0.3.0-SNAPSHOT</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.sling</groupId>