diff --git a/its/core-it-suite/pom.xml b/its/core-it-suite/pom.xml index ca7e53411d..313eae32e7 100644 --- a/its/core-it-suite/pom.xml +++ b/its/core-it-suite/pom.xml @@ -54,7 +54,7 @@ under the License. org.apache.maven.its - maven-integration-test-helper + maven-it-helper 2.1-SNAPSHOT org.apache.maven.its - maven-integration-test-helper + maven-it-helper ${project.version} diff --git a/its/core-it-support/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml b/its/core-it-support/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml index 040c6fc6a8..e16f421c5e 100644 --- a/its/core-it-support/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml +++ b/its/core-it-support/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml @@ -36,13 +36,13 @@ under the License. org.apache.maven.its - maven-integration-test-helper - 1.0-SNAPSHOT + maven-it-helper + 2.1-SNAPSHOT junit junit - 3.8.1 + 3.8.2 test diff --git a/its/core-it-support/maven-integration-test-helper/pom.xml b/its/core-it-support/maven-it-helper/pom.xml similarity index 97% rename from its/core-it-support/maven-integration-test-helper/pom.xml rename to its/core-it-support/maven-it-helper/pom.xml index 2f754724bd..ce865b79c9 100644 --- a/its/core-it-support/maven-integration-test-helper/pom.xml +++ b/its/core-it-support/maven-it-helper/pom.xml @@ -29,7 +29,7 @@ under the License. org.apache.maven.its - maven-integration-test-helper + maven-it-helper Maven Integration Test Helper Library diff --git a/its/core-it-support/maven-integration-test-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java b/its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java similarity index 100% rename from its/core-it-support/maven-integration-test-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java rename to its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java diff --git a/its/core-it-support/maven-it-sample/pom.xml b/its/core-it-support/maven-it-sample/pom.xml index beeac6434d..ab1addb4e2 100644 --- a/its/core-it-support/maven-it-sample/pom.xml +++ b/its/core-it-support/maven-it-sample/pom.xml @@ -36,7 +36,7 @@ under the License. org.apache.maven.its - maven-integration-test-helper + maven-it-helper 2.1-SNAPSHOT diff --git a/its/core-it-support/pom.xml b/its/core-it-support/pom.xml index b166c7c3c6..99f7cf875e 100644 --- a/its/core-it-support/pom.xml +++ b/its/core-it-support/pom.xml @@ -41,7 +41,7 @@ under the License. core-it-plugins core-integration-testing-wagon core-integration-testing-support - maven-integration-test-helper + maven-it-helper