You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:14:33 UTC

[sling-jcrinstall-bundle-archetype] 13/18: SLING-3538 - Maven archetypes should use the same port as the default launchpad port

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag sling-jcrinstall-bundle-archetype-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git

commit b47cb9fa0276ff4778aee37c9198afad0190dcfe
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri May 2 10:41:31 2014 +0000

    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/tooling/maven/archetypes/bundle-for-jcrinstall@1591859 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/archetype-resources/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.