Update to v2.2

This commit is contained in:
GeorgH93 2020-02-17 02:16:11 +01:00
parent d63602e568
commit 96fd949f4d
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
3 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ Database:
# Sets the max lifetime of the connection in seconds. -1 = Default (30min)
MaxLifetime: -1
# Sets the idle timeout of the connection in seconds. -1 = Default (15min)
IdleTimeout:
IdleTimeout: -1
# List of properties for your SQL connection. Can be used to disable SSL.
# Properties: ["useSSL=false"]
Properties: []

View File

@ -26,7 +26,7 @@
[featureRequests]: https://github.com/GeorgH93/Minepacks/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement
[featureRequestsImg]: https://img.shields.io/github/issues/GeorgH93/Minepacks/enhancement.svg?label=feature%20requests&color=informational
[requestFeature]: https://github.com/GeorgH93/Minepacks/issues/new?labels=enhancement&template=feature.md
[config]: https://github.com/GeorgH93/Minepacks/blob/master/resources/config.yml
[config]: https://github.com/GeorgH93/Minepacks/blob/master/Minepacks/resources/config.yml
[pcgfPluginLib]: https://github.com/GeorgH93/PCGF_PluginLib
[pcgfPluginLibAdvantages]: https://github.com/GeorgH93/Minepacks/wiki/Build-and-Mode-comparison#Advantages-of-using-the-PCGF-PluginLib
[languages]: https://github.com/GeorgH93/Minepacks/tree/master/Minepacks/resources/lang
@ -34,7 +34,7 @@
[![Logo][banner]][spigot]
Minepacks is a backpack plugin for minecraft server running bukkit or spigot.
Minepacks is a free and reliable backpack plugin for minecraft server running bukkit or spigot.
[![ciImg]][ci] [![releaseImg]][release]
[![apiVersionImg]][api] [![licenseImg]][license]

View File

@ -32,7 +32,7 @@
</license>
</licenses>
<properties>
<revision>2.2-BETA</revision>
<revision>2.2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>