diff --git a/application/pom.xml b/application/pom.xml
index b2a2b62c5..e554af57a 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -37,9 +37,6 @@
-
- ${websight.admin.username}
- ${websight.admin.password}
6.2.0
diff --git a/content/pom.xml b/content/pom.xml
index 9bd99008f..f86f97379 100644
--- a/content/pom.xml
+++ b/content/pom.xml
@@ -33,8 +33,6 @@
${websight.admin.username}
${websight.admin.password}
- localhost
- 8080
/apps/websight-package-manager-service/bin/install
@@ -62,7 +60,7 @@
1.0.4
- http://${sling.install.package.host}:${sling.install.package.port}/apps/websight-package-manager-service/bin/install
+ http://${sling.host}:${sling.port}/apps/websight-package-manager-service/bin/install
true
true
diff --git a/pom.xml b/pom.xml
index 6e701bfff..32670ac11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,14 @@
1.2.4
typerefinery-websight
+
+
+ 8113
+ localhost
+ ${websight.admin.username}
+ ${websight.admin.password}
+ http://${sling.host}:${sling.port}/system/console
+
diff --git a/tests/content/pom.xml b/tests/content/pom.xml
index f73c1d1e5..0f229dc75 100644
--- a/tests/content/pom.xml
+++ b/tests/content/pom.xml
@@ -34,8 +34,6 @@
${websight.admin.username}
${websight.admin.password}
- localhost
- 8080
/apps/websight-package-manager-service/bin/install
@@ -63,7 +61,7 @@
1.0.4
- http://${sling.install.package.host}:${sling.install.package.port}/apps/websight-package-manager-service/bin/install
+ http://${sling.host}:${sling.port}/apps/websight-package-manager-service/bin/install
true
true