diff --git a/README.md b/README.md
index a553b70..5732b01 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ It runs timed season resets, sends reminder broadcasts, and provides `/season` s
- Optional companion plugin: [EzLifesteal](https://modrinth.com/plugin/ezlifesteal)
- Supported server software: Paper / Bukkit-compatible server
- Requires: Java 25, Minecraft 26.1+
-- Plugin version: 2.0.2
+- Plugin version: 2.0.3
## Quick setup (server owners)
@@ -115,7 +115,7 @@ You can consume the API artifact in two ways:
com.skyblockexp.lifesteal
ezseasons-api
- 2.0.2
+ 2.0.3
provided
@@ -135,7 +135,7 @@ You can consume the API artifact in two ways:
com.github.ez-plugins.EzSeasons
ezseasons-api
- v2.0.2
+ v2.0.3
provided
diff --git a/api/pom.xml b/api/pom.xml
index 68d7520..5768eb9 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,7 +6,7 @@
com.skyblockexp.lifesteal
ezseasons-parent
- 2.0.2
+ 2.0.3
ezseasons-api
diff --git a/docs/api.md b/docs/api.md
index 20c821f..667fabc 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -39,7 +39,7 @@ You can use either GitHub Packages (official) or JitPack.
com.skyblockexp.lifesteal
ezseasons-api
- 2.0.2
+ 2.0.3
provided
@@ -61,7 +61,7 @@ You can use either GitHub Packages (official) or JitPack.
com.github.ez-plugins.EzSeasons
ezseasons-api
- v2.0.2
+ v2.0.3
provided
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 146b9db..75ba02c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -29,7 +29,7 @@ EzSeasons does **not** require EzLifesteal. It is fully standalone.
## Installation
1. Stop your server.
-2. Download `EzSeasons-2.0.2.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons).
+2. Download `EzSeasons-2.0.3.jar` from [Modrinth](https://modrinth.com/plugin/ezseasons).
3. Copy the jar into your `plugins/` folder.
4. *(Optional)* Install [EzLifesteal](https://modrinth.com/plugin/ezlifesteal) if you want Lifesteal heart-reset behavior on each season reset.
5. Start the server once. EzSeasons generates `plugins/EzSeasons/config.yml` and the `messages/` folder.
diff --git a/docs/index.md b/docs/index.md
index e426aad..bab26fc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -34,7 +34,7 @@ It schedules timed season resets, broadcasts announcements, sends configurable c
|---|---|
| Minecraft / Paper | 26.1 or later |
| Java | 25 or later |
-| Plugin version | 2.0.2 |
+| Plugin version | 2.0.3 |
---
diff --git a/jitpack.yml b/jitpack.yml
index 488078f..0e6229a 100644
--- a/jitpack.yml
+++ b/jitpack.yml
@@ -2,4 +2,4 @@ jdk:
- openjdk25
install:
- - ./mvnw --batch-mode --no-transfer-progress clean install -DskipTests
+ - ./mvnw --batch-mode --no-transfer-progress clean install -Dmaven.test.skip=true
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 34eedfe..5ffe647 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -6,7 +6,7 @@
com.skyblockexp.lifesteal
ezseasons-parent
- 2.0.2
+ 2.0.3
ezseasons-plugin
diff --git a/pom.xml b/pom.xml
index 5624b7d..3f7fb21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.skyblockexp.lifesteal
ezseasons-parent
- 2.0.2
+ 2.0.3
pom
EzSeasons