Author: bdelacretaz
Date: Mon Nov  9 13:57:53 2009
New Revision: 834065

URL: http://svn.apache.org/viewvc?rev=834065&view=rev
Log:
SLING-1177 - use latest launchpad.base version and warn about duplicate 
reference in pom.xml (that we should get rid of, but that's another story)

Modified:
    sling/trunk/launchpad/testing/pom.xml
    sling/trunk/launchpad/webapp/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=834065&r1=834064&r2=834065&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Mon Nov  9 13:57:53 2009
@@ -194,7 +194,8 @@
                                 <artifactItem>
                                     <groupId>org.apache.sling</groupId>
                                     
<artifactId>org.apache.sling.launchpad.base</artifactId>
-                                    <version>2.0.4-incubator</version>
+                                    <!-- WARNING this pom contains two 
references to launchpad.base, keep them in sync! -->
+                                    <version>2.0.5-SNAPSHOT</version>
                                 </artifactItem>
                             </artifactItems>
                             <stripVersion>true</stripVersion>
@@ -450,6 +451,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad.base</artifactId>
+            <!-- WARNING this pom contains two references to launchpad.base, 
keep them in sync! -->
             <version>2.0.5-SNAPSHOT</version>
             <classifier>webapp</classifier>
             <type>war</type>

Modified: sling/trunk/launchpad/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/webapp/pom.xml?rev=834065&r1=834064&r2=834065&view=diff
==============================================================================
--- sling/trunk/launchpad/webapp/pom.xml (original)
+++ sling/trunk/launchpad/webapp/pom.xml Mon Nov  9 13:57:53 2009
@@ -147,7 +147,8 @@
                                 <artifactItem>
                                     <groupId>org.apache.sling</groupId>
                                     
<artifactId>org.apache.sling.launchpad.base</artifactId>
-                                    <version>2.0.4-incubator</version>
+                                    <!-- WARNING this pom contains two 
references to launchpad.base, keep them in sync! -->
+                                    <version>2.0.5-SNAPSHOT</version>
                                 </artifactItem>
                             </artifactItems>
                             <stripVersion>true</stripVersion>
@@ -216,6 +217,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad.base</artifactId>
+            <!-- WARNING this pom contains two references to launchpad.base, 
keep them in sync! -->
             <version>2.0.5-SNAPSHOT</version>
             <classifier>webapp</classifier>
             <type>war</type>


Reply via email to