diff --git a/ap/pom.xml b/ap/pom.xml index 912c6731b..cc282dd55 100644 --- a/ap/pom.xml +++ b/ap/pom.xml @@ -6,9 +6,9 @@ org.geysermc geyser-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT ap - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT \ No newline at end of file diff --git a/api/base/pom.xml b/api/base/pom.xml index a3a67b7ec..0d7ed05da 100644 --- a/api/base/pom.xml +++ b/api/base/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - geyser-parent org.geysermc - 1.4.3-SNAPSHOT + api-parent + 2.0.0-SNAPSHOT 4.0.0 diff --git a/api/geyser/pom.xml b/api/geyser/pom.xml index df88b076f..89349e8ac 100644 --- a/api/geyser/pom.xml +++ b/api/geyser/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - geyser-parent org.geysermc - 1.4.3-SNAPSHOT + api-parent + 2.0.0-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ org.geysermc base-api - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/api/pom.xml b/api/pom.xml index fcf12088b..b3d0262ea 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -2,12 +2,12 @@ - - geyser-parent - org.geysermc - 1.4.3-SNAPSHOT - 4.0.0 + + org.geysermc + geyser-parent + 2.0.0-SNAPSHOT + api-parent pom diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml index 0be4c54d5..9dcd0943e 100644 --- a/bootstrap/bungeecord/pom.xml +++ b/bootstrap/bungeecord/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-bungeecord @@ -14,7 +14,7 @@ org.geysermc core - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 38489fa25..3b0bdda55 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-parent pom @@ -34,7 +34,7 @@ org.geysermc ap - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT provided diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml index 045c44c71..f5b14e35a 100644 --- a/bootstrap/spigot/pom.xml +++ b/bootstrap/spigot/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-spigot @@ -21,7 +21,7 @@ org.geysermc core - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml index 959f75248..fa7989b43 100644 --- a/bootstrap/sponge/pom.xml +++ b/bootstrap/sponge/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-sponge @@ -14,7 +14,7 @@ org.geysermc core - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml index ac02d503b..df3fd5218 100644 --- a/bootstrap/standalone/pom.xml +++ b/bootstrap/standalone/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-standalone @@ -14,7 +14,7 @@ org.geysermc core - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml index 0805d7eef..e1e3331ef 100644 --- a/bootstrap/velocity/pom.xml +++ b/bootstrap/velocity/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT bootstrap-velocity @@ -14,7 +14,7 @@ org.geysermc core - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile diff --git a/common/pom.xml b/common/pom.xml index a76ded3cf..8e7be26f4 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT common diff --git a/core/pom.xml b/core/pom.xml index fc4d84e3c..744109536 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ org.geysermc geyser-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT core @@ -21,19 +21,19 @@ org.geysermc ap - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT provided org.geysermc geyser-api - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile org.geysermc common - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT compile @@ -314,7 +314,7 @@ - ${project.basedir}/src/main/java/org/geysermc/geyser/GeyserConnector.java + ${project.basedir}/src/main/java/org/geysermc/geyser/GeyserImpl.java @@ -338,7 +338,7 @@ - ${project.basedir}/src/main/java/org/geysermc/geyser/GeyserConnector.java + ${project.basedir}/src/main/java/org/geysermc/geyser/GeyserImpl.java diff --git a/pom.xml b/pom.xml index 334fa8031..004d58666 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.geysermc geyser-parent - 1.4.3-SNAPSHOT + 2.0.0-SNAPSHOT pom Geyser Allows for players from Minecraft Bedrock Edition to join Minecraft Java Edition servers.