diff --git a/api/pom.xml b/api/pom.xml index eb6b8c20..31487d7c 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 f3a8b2d2..104c4cbc 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 d0cbf8ef..479a479e 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 4787342b..bb5febc4 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 60102b80..cd9dc69a 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