From 7417830c62488badd0f384f45e2bb89fcb6af3cf Mon Sep 17 00:00:00 2001
From: lokka30 <lokka30@protonmail.com>
Date: Fri, 14 Jul 2023 22:13:31 +0800
Subject: [PATCH] Update version to 2.0.1

---
 api/pom.xml                 | 2 +-
 core/pom.xml                | 2 +-
 platform/bukkit/pom.xml     | 2 +-
 platform/bungeecord/pom.xml | 2 +-
 platform/minestom/pom.xml   | 2 +-
 platform/sponge/pom.xml     | 2 +-
 platform/velocity/pom.xml   | 2 +-
 pom.xml                     | 4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 183e37c4..8b542116 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/core/pom.xml b/core/pom.xml
index 4bbf87b3..85191827 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/platform/bukkit/pom.xml b/platform/bukkit/pom.xml
index 6f6c8bfb..44e134fb 100644
--- a/platform/bukkit/pom.xml
+++ b/platform/bukkit/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/bungeecord/pom.xml b/platform/bungeecord/pom.xml
index 1bfd5b1f..412527fc 100644
--- a/platform/bungeecord/pom.xml
+++ b/platform/bungeecord/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/minestom/pom.xml b/platform/minestom/pom.xml
index 81f85780..a64893d6 100644
--- a/platform/minestom/pom.xml
+++ b/platform/minestom/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/sponge/pom.xml b/platform/sponge/pom.xml
index 707b61f2..7846ebfa 100644
--- a/platform/sponge/pom.xml
+++ b/platform/sponge/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/velocity/pom.xml b/platform/velocity/pom.xml
index e264779e..212c8cdb 100644
--- a/platform/velocity/pom.xml
+++ b/platform/velocity/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>treasury-parent</artifactId>
         <groupId>me.lokka30</groupId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 83b37fc7..fa24a842 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>me.lokka30</groupId>
     <artifactId>treasury-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <modules>
         <module>api</module>
         <module>core</module>
@@ -39,7 +39,7 @@
 
         <!-- Versions for specifying in plugin.yml's -->
         <plugin.version>2.0.1</plugin.version>
-        <plugin.specificationVersion>SNAPSHOT</plugin.specificationVersion>
+        <plugin.specificationVersion>RELEASE</plugin.specificationVersion>
         <plugin.authors>lokka30, MrIvanPlays, Jikoo</plugin.authors>
 
         <!-- Versions of the dependencies Treasury uses -->