Skip to content

Commit

Permalink
バージョンアップ
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitaitatata committed Nov 12, 2024
1 parent 175433a commit be8ddf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.nekozouneko</groupId>
<artifactId>playerguard</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>PlayerGuard</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<finalName>${name}-${version}</finalName>
<finalName>${project.name}-${project.version}</finalName>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit be8ddf1

Please sign in to comment.