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 11:38:25 UTC

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

Author: cziegeler
Date: Thu Oct 25 09:38:24 2012
New Revision: 1402044

URL: http://svn.apache.org/viewvc?rev=1402044&view=rev
Log:
Prepare 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=1402044&r1=1402043&r2=1402044&view=diff
==============================================================================
--- sling/trunk/installer/console/pom.xml (original)
+++ sling/trunk/installer/console/pom.xml Thu Oct 25 09:38:24 2012
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.api</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.0</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=1402044&r1=1402043&r2=1402044&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Thu Oct 25 09:38:24 2012
@@ -153,7 +153,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.installer.api</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
       <!-- Basic dependencies for Unit Tests -->