Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riku6460 committed Nov 22, 2021
1 parent adbc117 commit 2477b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.thijsalders</groupId>
<artifactId>spigotproxy</artifactId>
<version>1</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>SpigotProxy</name>

Expand Down Expand Up @@ -41,6 +41,12 @@
<build>
<finalName>${project.name}</finalName>
<defaultGoal>clean package</defaultGoal>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
</build>

</project>
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SpigotProxy
main: nl.thijsalders.spigotproxy.SpigotProxy
version: 1
version: '${project.version}'
authors: [thijs_a, riku6460]
api-version: 1.13
loadbefore: ["ProtocolLib"]
Expand Down

0 comments on commit 2477b75

Please sign in to comment.