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/24 15:11:47 UTC

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

Author: cziegeler
Date: Fri Sep 24 13:11:46 2010
New Revision: 1000857

URL: http://svn.apache.org/viewvc?rev=1000857&view=rev
Log:
Use released version

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=1000857&r1=1000856&r2=1000857&view=diff
==============================================================================
--- sling/trunk/installer/providers/file/pom.xml (original)
+++ sling/trunk/installer/providers/file/pom.xml Fri Sep 24 13:11:46 2010
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.0.1-SNAPSHOT</version>
+            <version>3.0.0</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=1000857&r1=1000856&r2=1000857&view=diff
==============================================================================
--- sling/trunk/installer/providers/jcr/pom.xml (original)
+++ sling/trunk/installer/providers/jcr/pom.xml Fri Sep 24 13:11:46 2010
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.core</artifactId>
-            <version>3.0.1-SNAPSHOT</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>