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/09/17 14:43:26 UTC

svn commit: r816170 - /sling/trunk/launchpad/app/pom.xml

Author: bdelacretaz
Date: Thu Sep 17 12:43:25 2009
New Revision: 816170

URL: http://svn.apache.org/viewvc?rev=816170&view=rev
Log:
sync duplicate versions of launchpad.base, and add warnings about duplication (we should do better)

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

Modified: sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/app/pom.xml?rev=816170&r1=816169&r2=816170&view=diff
==============================================================================
--- sling/trunk/launchpad/app/pom.xml (original)
+++ sling/trunk/launchpad/app/pom.xml Thu Sep 17 12:43:25 2009
@@ -79,7 +79,11 @@
                                 <artifactItem>
                                     <groupId>org.apache.sling</groupId>
                                     <artifactId>org.apache.sling.launchpad.base</artifactId>
-                                    <version>2.0.4-incubator</version>
+                                    <!-- 
+                                        WARNING, this version is declared twice in this pom 
+                                        make sure to keep both declarations in sync!
+                                     -->
+                                     <version>2.0.5-SNAPSHOT</version>
                                 </artifactItem>
                             </artifactItems>
                             <stripVersion>true</stripVersion>
@@ -173,6 +177,10 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad.base</artifactId>
+            <!-- 
+                WARNING, this version is declared twice in this pom 
+                make sure to keep both declarations in sync!
+            -->
             <version>2.0.5-SNAPSHOT</version>
             <classifier>app</classifier>
             <scope>provided</scope>