Skip to content

Commit 3f1beb9

Browse files
committed
rename classloader-integration-tests-module-parent -> wrapper
1 parent 576b8d5 commit 3f1beb9

File tree

2 files changed

+2
-2
lines changed
  • integration-tests

2 files changed

+2
-2
lines changed

integration-tests/classloader-integration-tests-module-parent/pom.xml renamed to integration-tests/classloader-integration-tests-module-wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath>../</relativePath>
1212
</parent>
1313

14-
<artifactId>classloader-integration-tests-module-parent</artifactId>
14+
<artifactId>classloader-integration-tests-module-wrapper</artifactId>
1515

1616
<dependencies>
1717
<dependency>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<module>classloader-integration-tests-module-2</module>
2020
<module>classloader-integration-tests-module-3</module>
2121
<module>classloader-integration-tests-module-native</module>
22-
<module>classloader-integration-tests-module-parent</module>
22+
<module>classloader-integration-tests-module-wrapper</module>
2323
<module>classloader-integration-tests</module>
2424
</modules>
2525

0 commit comments

Comments
 (0)