Skip to content

Commit a0e14ca

Browse files
chore: set module names
1 parent 3c61939 commit a0e14ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ice-bricks-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>ice-bricks-test</artifactId>
14-
<name>${artifactId}</name>
14+
<name>ice-bricks-test</name>
1515

1616
<dependencies>
1717
<dependency>

ice-bricks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>ice-bricks</artifactId>
14-
<name>${artifactId}</name>
14+
<name>ice-bricks</name>
1515

1616
<dependencies>
1717
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>ice-bricks-root</artifactId>
99
<version>0.14.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
11-
<name>${artifactId}</name>
11+
<name>ice-bricks-root</name>
1212

1313
<modules>
1414
<module>ice-bricks</module>

0 commit comments

Comments
 (0)