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)

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@834065 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 28dffb4..fdff834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>