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 2009/06/15 13:28:47 UTC

svn commit: r784734 - in /incubator/sling/trunk: bundles/extensions/systemstatus/pom.xml launchpad/bundles/pom.xml

Author: bdelacretaz
Date: Mon Jun 15 11:28:45 2009
New Revision: 784734

URL: http://svn.apache.org/viewvc?rev=784734&view=rev
Log:
SLING-490 - use 0.9.0-incubator-SNAPSHOT version number for systemstatus bundle

Modified:
    incubator/sling/trunk/bundles/extensions/systemstatus/pom.xml
    incubator/sling/trunk/launchpad/bundles/pom.xml

Modified: incubator/sling/trunk/bundles/extensions/systemstatus/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/extensions/systemstatus/pom.xml?rev=784734&r1=784733&r2=784734&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/extensions/systemstatus/pom.xml (original)
+++ incubator/sling/trunk/bundles/extensions/systemstatus/pom.xml Mon Jun 15 11:28:45 2009
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.sling.systemstatus</artifactId>
     <packaging>bundle</packaging>
-    <version>2.0.5-incubator-SNAPSHOT</version>
+    <version>0.9.0-incubator-SNAPSHOT</version>
 
     <name>Apache Sling System Status Service</name>
     <description>

Modified: incubator/sling/trunk/launchpad/bundles/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/bundles/pom.xml?rev=784734&r1=784733&r2=784734&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/bundles/pom.xml (original)
+++ incubator/sling/trunk/launchpad/bundles/pom.xml Mon Jun 15 11:28:45 2009
@@ -230,7 +230,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.systemstatus</artifactId>
-            <version>2.0.5-incubator-SNAPSHOT</version>
+            <version>0.9.0-incubator-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>