diff --git a/api/pom.xml b/api/pom.xml
index eb6b8c201..31487d7c7 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- ${revision}
+ 1.0-SNAPSHOT
api
diff --git a/common/pom.xml b/common/pom.xml
index f3a8b2d27..104c4cbc0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- ${revision}
+ 1.0-SNAPSHOT
common
diff --git a/connector/pom.xml b/connector/pom.xml
index d0cbf8ef5..479a479e5 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -6,20 +6,20 @@
org.geysermc
geyser-parent
- ${revision}
+ 1.0-SNAPSHOT
connector
org.geysermc
api
- ${revision}
+ 1.0-SNAPSHOT
compile
org.geysermc
common
- ${revision}
+ 1.0-SNAPSHOT
compile
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 4787342b6..bb5febc48 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -6,7 +6,7 @@
org.geysermc
geyser-parent
- ${revision}
+ 1.0-SNAPSHOT
plugin
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 60102b80c..cd9dc69a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.geysermc
geyser-parent
- ${revision}
+ 1.0-SNAPSHOT
pom
GeyserMC
Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.
@@ -16,7 +16,6 @@
UTF-8
1.8
1.8
- 1.0-SNAPSHOT
GeyserMC