Changed back the Geyser version and use Cumulus 1.1

This commit is contained in:
Tim203 2022-06-07 00:19:59 +02:00
parent 5fe24ac867
commit 3582d5cd6f
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8
14 changed files with 25 additions and 26 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>geyser-parent</artifactId>
<version>2.0.3-cumulus-SNAPSHOT</version>
<version>2.0.3-SNAPSHOT</version>
</parent>
<artifactId>common</artifactId>
@ -20,7 +20,7 @@
<dependency>
<groupId>org.geysermc.cumulus</groupId>
<artifactId>cumulus</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>