Skip to content

Commit

Permalink
rename classloader-integration-tests-module-parent -> wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen committed Jan 7, 2020
1 parent 576b8d5 commit 8302c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath>../</relativePath>
</parent>

<artifactId>classloader-integration-tests-module-parent</artifactId>
<artifactId>classloader-integration-tests-module-wrapper</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/classloader-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<dependency>
<groupId>${groupId}</groupId>
<artifactId>classloader-integration-tests-module-parent</artifactId>
<artifactId>classloader-integration-tests-module-wrapper</artifactId>
<version>${version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<module>classloader-integration-tests-module-2</module>
<module>classloader-integration-tests-module-3</module>
<module>classloader-integration-tests-module-native</module>
<module>classloader-integration-tests-module-parent</module>
<module>classloader-integration-tests-module-wrapper</module>
<module>classloader-integration-tests</module>
</modules>

Expand Down

0 comments on commit 8302c4b

Please sign in to comment.