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 2012/10/25 14:52:06 UTC

svn commit: r1402134 - in /sling/trunk/installer: console/pom.xml core/pom.xml

Author: cziegeler
Date: Thu Oct 25 12:52:05 2012
New Revision: 1402134

URL: http://svn.apache.org/viewvc?rev=1402134&view=rev
Log:
Use latest snapshot after release

Modified:
    sling/trunk/installer/console/pom.xml
    sling/trunk/installer/core/pom.xml

Modified: sling/trunk/installer/console/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/console/pom.xml?rev=1402134&r1=1402133&r2=1402134&view=diff
==============================================================================
--- sling/trunk/installer/console/pom.xml (original)
+++ sling/trunk/installer/console/pom.xml Thu Oct 25 12:52:05 2012
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.api</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: sling/trunk/installer/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/core/pom.xml?rev=1402134&r1=1402133&r2=1402134&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Thu Oct 25 12:52:05 2012
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.api</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
       <!-- Basic dependencies for Unit Tests -->