SLING-3538 - Maven archetypes should use the same port as the default
launchpad port

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1591859 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 8189374..de3179b 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -120,10 +120,10 @@
                                     <goal>install</goal>
                                 </goals>
                                 <configuration>
-                                    <slingUrl>http://localhost:8888/libs/sling/install</slingUrl>
+                                    <slingUrl>http://localhost:8080/libs/sling/install</slingUrl>
                                     <!--
                                     Alternatively:
-                                    <slingUrl>http://localhost:8888</slingUrl>
+                                    <slingUrl>http://localhost:8080</slingUrl>
                                     <slingUrlSuffix>/libs/sling/install</slingUrlSuffix>
                                     -->
                                     <usePut>true</usePut>