diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml index d99ce8d..5be7539 100644 --- a/sling-parent/pom.xml +++ b/sling-parent/pom.xml @@ -885,11 +885,11 @@ Starter version. It is designed to include the current version of the bundle as an override so that the tests are executed against the version of the bundle being built. --> - run-starter-its + starter-its - it.starter.version + starter-its.starter.version @@ -899,9 +899,12 @@ org.apache.sling org.apache.sling.launchpad.integration-tests - ${it.starter.version} + ${starter-its.starter.version} test - + org.apache.felix @@ -933,7 +936,7 @@ pre-integration-test - http.port + starter-its.http.port @@ -946,12 +949,12 @@ true - create-local-feature + create-current-artifact-feature include-artifact - local-feature + current-artifact-feature @@ -971,11 +974,11 @@ org.apache.sling org.apache.sling.starter - ${it.starter.version} + ${starter-its.starter.version} oak_tar_test slingosgifeature - local-feature + current-artifact-feature @@ -1011,10 +1014,10 @@ - ${http.port} + ${starter-its.http.port} - ${it.startTimeoutSeconds} + ${starter-its.startTimeoutSeconds} @@ -1060,8 +1063,8 @@ org/apache/sling/launchpad/webapp/integrationtest/provisioning/**.java - http://localhost:${http.port}/ - false:${http.port} + http://localhost:${starter-its.http.port}/ + false:${starter-its.http.port} 100