Skip to content

Commit

Permalink
Merge pull request #869 from rax-maas/conforming-module-names
Browse files Browse the repository at this point in the history
makes module names conform to the same pattern
  • Loading branch information
iWebi committed Jun 10, 2022
2 parents b14a8df + 8fa265a commit ee40c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueflood-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>blueflood-all</name>
<name>Blueflood Artifact Assembly</name>
<artifactId>blueflood-all</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion blueflood-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>blueflood-integration-tests</artifactId>

<name>Module with All Integration Tests</name>
<name>Blueflood Integration Tests</name>
<properties>
<cassandra.listenAddress>127.0.0.1</cassandra.listenAddress>
<cassandra.plugin.version>2.1.7-1</cassandra.plugin.version>
Expand Down

0 comments on commit ee40c7c

Please sign in to comment.