From 3f1beb9b55f641f5bd788f58c6436f2eb67340d1 Mon Sep 17 00:00:00 2001 From: Stephan Classen Date: Tue, 7 Jan 2020 08:35:58 +0100 Subject: [PATCH] rename classloader-integration-tests-module-parent -> wrapper --- .../pom.xml | 2 +- integration-tests/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename integration-tests/{classloader-integration-tests-module-parent => classloader-integration-tests-module-wrapper}/pom.xml (95%) diff --git a/integration-tests/classloader-integration-tests-module-parent/pom.xml b/integration-tests/classloader-integration-tests-module-wrapper/pom.xml similarity index 95% rename from integration-tests/classloader-integration-tests-module-parent/pom.xml rename to integration-tests/classloader-integration-tests-module-wrapper/pom.xml index 8216b7571..2896ad053 100644 --- a/integration-tests/classloader-integration-tests-module-parent/pom.xml +++ b/integration-tests/classloader-integration-tests-module-wrapper/pom.xml @@ -11,7 +11,7 @@ ../ - classloader-integration-tests-module-parent + classloader-integration-tests-module-wrapper diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a7f264a08..a2ee6732a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -19,7 +19,7 @@ classloader-integration-tests-module-2 classloader-integration-tests-module-3 classloader-integration-tests-module-native - classloader-integration-tests-module-parent + classloader-integration-tests-module-wrapper classloader-integration-tests