diff --git a/api/pom.xml b/api/pom.xml
index fb1bc36f..45358e4b 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/core/pom.xml b/core/pom.xml
index 1458ff0f..fc7e2479 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/createTag.sh b/createTag.sh
old mode 100644
new mode 100755
diff --git a/platform/bukkit/pom.xml b/platform/bukkit/pom.xml
index 95e94f37..2c92b525 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/bungeecord/pom.xml b/platform/bungeecord/pom.xml
index 9ec5dc1d..d24e2332 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/minestom/pom.xml b/platform/minestom/pom.xml
index bea6a3ab..413420e7 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/sponge/pom.xml b/platform/sponge/pom.xml
index 265915f6..a20bd5d9 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/platform/velocity/pom.xml b/platform/velocity/pom.xml
index 96043671..4eaaa21e 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.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 6f694512..5dfb89d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>me.lokka30</groupId>
     <artifactId>treasury-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <modules>
         <module>api</module>
         <module>core</module>
@@ -39,7 +39,7 @@
 
         <!-- Versions for specifying in plugin.yml's -->
         <plugin.version>2.0.0</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 -->