Fix build; bump to 2.0.1-SNAPSHOT

This commit is contained in:
Camotoy 2022-02-07 12:38:28 -05:00
parent 08a78731df
commit e73a4efe60
No known key found for this signature in database
GPG key ID: 7EEFB66FE798081F
13 changed files with 25 additions and 25 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>org.geysermc</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>bootstrap-standalone</artifactId>
@ -18,7 +18,7 @@
<dependency>
<groupId>org.geysermc</groupId>
<artifactId>core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>