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/10/18 23:29:58 UTC

[sling-servlet-archetype] 06/22: 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 branch master
in repository https://gitbox.apache.org/repos/asf/sling-servlet-archetype.git

commit c3e0251a1a42b8cfec36c5c2b015eed888967ad9
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri May 2 13:52:54 2014 +0000

    SLING-3538 - Maven archetypes should use the same port as the default
    launchpad port
    
    Updated reference project for the servlet archetype.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1591908 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/resources/projects/normal/reference/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/projects/normal/reference/pom.xml b/src/test/resources/projects/normal/reference/pom.xml
index ffa8542..ce932f2 100644
--- a/src/test/resources/projects/normal/reference/pom.xml
+++ b/src/test/resources/projects/normal/reference/pom.xml
@@ -124,7 +124,7 @@
                                     <goal>install</goal>
                                 </goals>
                                 <configuration>
-                                    <slingUrl>http://localhost:8888/system/console</slingUrl>
+                                    <slingUrl>http://localhost:8080/system/console</slingUrl>
                                     <user>admin</user>
                                     <password>admin</password>
                                 </configuration>

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