From 352c72df647cbaa7181ec264692b0a7fa100a9b3 Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 2 Apr 2018 14:43:43 +0200 Subject: [PATCH] Add note about developments builds --- README.md | 16 ++++++++++++++-- pom.xml | 12 ++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c967ff..20f42607 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,17 @@ So they don't need to enter passwords. This is also called auto login (auto-logi * Free * Open source +## Development builds + +Development builds of this project can be acquired at the provided CI (continuous integration) server. It contains the +latest changes from the Source-Code in preparation for the following release. This means they could contain new +features, bug fixes and other changes since the last release. + +Nevertheless builds are only tested using a small set of automated and minor manual tests. Therefore they **could** +contain new bugs and are likely to be less stable than released versions. + +https://ci.codemc.org/job/Games647/job/FastLogin/changes + *** ### Commands: @@ -37,8 +48,9 @@ So they don't need to enter passwords. This is also called auto login (auto-logi fastlogin.command.import ### Requirements: -* Plugin: [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) or -[ProtocolSupport](https://www.spigotmc.org/resources/protocolsupport.7201/) +* Plugin: + * [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) or + * [ProtocolSupport](https://www.spigotmc.org/resources/protocolsupport.7201/) * [Spigot](https://www.spigotmc.org) 1.7+ * Java 8+ * Run Spigot and/or BungeeCord/Waterfall in offline mode (see server.properties or config.yml) diff --git a/pom.xml b/pom.xml index 60806c91..c5f2f163 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,18 @@ bungee + + + + codemc-snapshots + https://repo.codemc.org/repository/maven-snapshots/ + + + codemc-releases + https://repo.codemc.org/repository/maven-releases/ + + + ${project.name}