You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2010/12/28 13:19:36 UTC

svn commit: r1053325 - /sling/trunk/launchpad/installer/pom.xml

Author: bdelacretaz
Date: Tue Dec 28 12:19:36 2010
New Revision: 1053325

URL: http://svn.apache.org/viewvc?rev=1053325&view=rev
Log:
Use parent pom V10 which includes emma profile

Modified:
    sling/trunk/launchpad/installer/pom.xml

Modified: sling/trunk/launchpad/installer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/installer/pom.xml?rev=1053325&r1=1053324&r2=1053325&view=diff
==============================================================================
--- sling/trunk/launchpad/installer/pom.xml (original)
+++ sling/trunk/launchpad/installer/pom.xml Tue Dec 28 12:19:36 2010
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>9</version>
+        <version>10</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.sling</groupId>
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.0.0</version>
+            <version>1.4.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>