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 2010/09/21 09:29:17 UTC

svn commit: r999258 - in /sling/trunk/installer/providers: file/pom.xml jcr/pom.xml

Author: cziegeler
Date: Tue Sep 21 07:29:16 2010
New Revision: 999258

URL: http://svn.apache.org/viewvc?rev=999258&view=rev
Log:
Use snapshot dependencies until the release is out

Modified:
    sling/trunk/installer/providers/file/pom.xml
    sling/trunk/installer/providers/jcr/pom.xml

Modified: sling/trunk/installer/providers/file/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/providers/file/pom.xml?rev=999258&r1=999257&r2=999258&view=diff
==============================================================================
--- sling/trunk/installer/providers/file/pom.xml (original)
+++ sling/trunk/installer/providers/file/pom.xml Tue Sep 21 07:29:16 2010
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: sling/trunk/installer/providers/jcr/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/providers/jcr/pom.xml?rev=999258&r1=999257&r2=999258&view=diff
==============================================================================
--- sling/trunk/installer/providers/jcr/pom.xml (original)
+++ sling/trunk/installer/providers/jcr/pom.xml Tue Sep 21 07:29:16 2010
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>