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 2014/04/25 08:50:54 UTC

svn commit: r1589942 - /sling/trunk/launchpad/base/pom.xml

Author: cziegeler
Date: Fri Apr 25 06:50:54 2014
New Revision: 1589942

URL: http://svn.apache.org/r1589942
Log:
SLING-3513 : Framework update not correctly detected

Modified:
    sling/trunk/launchpad/base/pom.xml

Modified: sling/trunk/launchpad/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=1589942&r1=1589941&r2=1589942&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Fri Apr 25 06:50:54 2014
@@ -28,7 +28,11 @@
     </parent>
 
     <artifactId>org.apache.sling.launchpad.base</artifactId>
-    <version>2.5.1-SNAPSHOT</version>
+    <!-- 
+       This version is a concatenation of the framework version and a version for the launchpad base itself.
+       For a release only the qualifier (launchpad base version) is increased.
+     -->
+    <version>4.4.0-2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>