Skip to content

Commit

Permalink
Renamed maven name to TownyChatRemake
Browse files Browse the repository at this point in the history
  • Loading branch information
PainOchoco committed Jan 25, 2022
1 parent bbaebf1 commit 98044b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>net.laboulangerie</groupId>
<artifactId>TownyChat</artifactId>
<artifactId>TownyChatRemake</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>TownyChat</name>
<name>TownyChatRemake</name>

<properties>
<java.version>16</java.version>
Expand Down Expand Up @@ -42,7 +42,7 @@
</executions>
</plugin>
</plugins>
<finalName>TownyChat</finalName>
<finalName>TownyChatRemake</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down

0 comments on commit 98044b8

Please sign in to comment.