Skip to content

Commit

Permalink
Merge pull request #7168 from iocanel/module-names
Browse files Browse the repository at this point in the history
chore: align module naming.
  • Loading branch information
gsmet authored Feb 12, 2020
2 parents 801dcb2 + 086302c commit f81ac03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/bootstrap-config/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</parent>

<artifactId>quarkus-integration-test-bootstrap-config-application</artifactId>
<name>Quarkus - Integration Tests - Bootstrap Config - Application</name>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</parent>

<artifactId>quarkus-integration-test-bootstrap-config-extension-deployment</artifactId>
<name>Quarkus - Integration Tests - Bootstrap Config - Extension - Deployment</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/bootstrap-config/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</parent>

<artifactId>quarkus-integration-test-bootstrap-config-extension-parent</artifactId>
<name>Quarkus - Integration Tests - Bootstrap Config - Extension</name>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</parent>

<artifactId>quarkus-integration-test-bootstrap-config-extension</artifactId>
<name>Quarkus - Integration Tests - Bootstrap Config - Extension - Runtime</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit f81ac03

Please sign in to comment.