diff --git a/multinode/pom-wildfly-client/pom.xml b/multinode/pom-wildfly-client/pom.xml index 541eb9c..c4b14cd 100644 --- a/multinode/pom-wildfly-client/pom.xml +++ b/multinode/pom-wildfly-client/pom.xml @@ -38,6 +38,7 @@ 3.6.0 3.0.0 26.0.1.Final + 1.0.2.Final @@ -503,6 +504,10 @@ org.wildfly.core wildfly-launcher + + org.wildfly.launcher + wildfly-launcher + @@ -512,9 +517,9 @@ test - org.wildfly.core + org.wildfly.launcher wildfly-launcher - ${version.wf.core} + ${version.wf.launcher} test diff --git a/multinode/pom.xml b/multinode/pom.xml index c22d45b..3c1bed1 100644 --- a/multinode/pom.xml +++ b/multinode/pom.xml @@ -249,6 +249,10 @@ org.wildfly.core wildfly-launcher + + org.wildfly.launcher + wildfly-launcher + @@ -257,7 +261,7 @@ test - org.wildfly.core + org.wildfly.launcher wildfly-launcher test diff --git a/pom.xml b/pom.xml index 3658c08..7484c5f 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,8 @@ and be sure that wf-core-launcher version works correctly with new arquillian-container --> 5.1.0.Final - 25.0.2.Final + 28.0.1.Final + 1.0.2.Final 2.0.3 @@ -285,9 +286,9 @@ ${version.arquillian-container} - org.wildfly.core + org.wildfly.launcher wildfly-launcher - ${version.wf.core} + ${version.wf.launcher} org.wildfly.extras.creaper diff --git a/snapshots/src/main/script/createSnapshots.groovy b/snapshots/src/main/script/createSnapshots.groovy index 49e59ae..a5b662b 100644 --- a/snapshots/src/main/script/createSnapshots.groovy +++ b/snapshots/src/main/script/createSnapshots.groovy @@ -43,7 +43,7 @@ setProjectVersion(TESTSUITE_VERSION, ejbClientDir) buildProject(ejbClientDir) def httpClientDir = new File(TARGET_DIR, HTTP_CLIENT_NAME) -cloneProject(HTTP_CLIENT_REPOSITORY_PROPERTY, HTTP_CLIENT_BRANCH_PROPERTY, HTTP_CLIENT_REPOSITORY, HTTP_CLIENT_NAME, "2.0") +cloneProject(HTTP_CLIENT_REPOSITORY_PROPERTY, HTTP_CLIENT_BRANCH_PROPERTY, HTTP_CLIENT_REPOSITORY, HTTP_CLIENT_NAME) setProjectVersion(TESTSUITE_VERSION, httpClientDir) buildProject(httpClientDir)