Skip to content

Commit 8302c4b

Browse files
committedJan 7, 2020
rename classloader-integration-tests-module-parent -> wrapper
1 parent 576b8d5 commit 8302c4b

File tree

3 files changed

+3
-3
lines changed
  • integration-tests

3 files changed

+3
-3
lines changed
 

‎integration-tests/classloader-integration-tests-module-parent/pom.xml ‎integration-tests/classloader-integration-tests-module-wrapper/pom.xml

+1-1
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/classloader-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<dependency>
3838
<groupId>${groupId}</groupId>
39-
<artifactId>classloader-integration-tests-module-parent</artifactId>
39+
<artifactId>classloader-integration-tests-module-wrapper</artifactId>
4040
<version>${version}</version>
4141
<scope>test</scope>
4242
</dependency>

‎integration-tests/pom.xml

+1-1
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)