Skip to content

Commit 77cc72c

Browse files
authored
make artifactId lowercase for github packages compatibility (#3)
1 parent 3f4c826 commit 77cc72c

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>${groupId}</groupId>
7-
<artifactId>${artifactId}</artifactId>
7+
<artifactId>${artifactId.toLowerCase()}</artifactId>
88
<version>${version}</version>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)