Skip to content

Commit 4e1caa7

Browse files
committed
lowercase artifactId
1 parent 071db92 commit 4e1caa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.azisaba</groupId>
4-
<artifactId>LunaChatPlus</artifactId>
4+
<artifactId>lunachatplus</artifactId>
55
<version>3.2.1</version>
66
<description>A powerfull chat channel plugin with IME (Kana-Kanji conversion) support</description>
77
<url>https://github.com/ucchyocean/LunaChat</url>
@@ -21,7 +21,7 @@
2121
</properties>
2222

2323
<build>
24-
<finalName>${project.artifactId}</finalName>
24+
<finalName>LunaChatPlus</finalName>
2525
<defaultGoal>clean javadoc:jar source:jar deploy</defaultGoal>
2626
<resources>
2727
<resource>

0 commit comments

Comments
 (0)