Skip to content

Commit

Permalink
chore: set module names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-anufriev committed Oct 29, 2021
1 parent 3c61939 commit a0e14ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ice-bricks-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>ice-bricks-test</artifactId>
<name>${artifactId}</name>
<name>ice-bricks-test</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ice-bricks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>ice-bricks</artifactId>
<name>${artifactId}</name>
<name>ice-bricks</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>ice-bricks-root</artifactId>
<version>0.14.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${artifactId}</name>
<name>ice-bricks-root</name>

<modules>
<module>ice-bricks</module>
Expand Down

0 comments on commit a0e14ca

Please sign in to comment.