Skip to content

Commit

Permalink
Version 2.3 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBru00 committed Nov 23, 2024
1 parent bcc24af commit 55cb70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.makkuusen.timing.system</groupId>
<artifactId>TimingSystem</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -14,7 +14,7 @@
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<filtering>true</filtering>
<includes>
<include>config.yml</include>
<include>plugin.yml</include>
Expand Down
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: TimingSystem
main: me.makkuusen.timing.system.TimingSystem
version: '2.3-SNAPSHOT'
version: '${project.version}'
authors: [Makkuusen, Pigalala, JustBru00, 2818, GitHub Repository Contributors]
depend: [WorldEdit]
softdepend: [HolographicDisplays, DecentHolograms, Multiverse-Core, GSit, PlaceholderAPI]
Expand Down

0 comments on commit 55cb70b

Please sign in to comment.