build: Release 6.2.2

This commit is contained in:
NotMyFault 2021-12-30 10:14:15 +01:00
parent 3eb485e900
commit 7d981bc610
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 5 additions and 5 deletions

View File

@ -37,9 +37,9 @@ public enum Permission {
PERMISSION_STAR("*"), PERMISSION_STAR("*"),
PERMISSION_ADMIN("plots.admin"), PERMISSION_ADMIN("plots.admin"),
PERMISSION_ADMIN_AREA_SUDO("plots.admin.area.sudo"), PERMISSION_ADMIN_AREA_SUDO("plots.admin.area.sudo"),
@Deprecated(forRemoval = true, since = "6.3.0") @Deprecated(forRemoval = true, since = "6.2.2")
PERMISSION_PROJECTILE_UNOWNED("plots.projectile.unowned"), PERMISSION_PROJECTILE_UNOWNED("plots.projectile.unowned"),
@Deprecated(forRemoval = true, since = "6.3.0") @Deprecated(forRemoval = true, since = "6.2.2")
PERMISSION_PROJECTILE_OTHER("plots.projectile.other"), PERMISSION_PROJECTILE_OTHER("plots.projectile.other"),
PERMISSION_ADMIN_INTERACT_BLOCKED_CMDS("plots.admin.interact.blockedcommands"), PERMISSION_ADMIN_INTERACT_BLOCKED_CMDS("plots.admin.interact.blockedcommands"),
PERMISSION_WORLDEDIT_BYPASS("plots.worldedit.bypass"), PERMISSION_WORLDEDIT_BYPASS("plots.worldedit.bypass"),

View File

@ -37,7 +37,7 @@ import static java.lang.annotation.ElementType.RECORD_COMPONENT;
import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.ElementType.TYPE;
/** /**
* @since 6.3.0 * @since 6.2.2
*/ */
@AnnotationHelper.ApiDescription(info = "An internal class for custom annotations." + @AnnotationHelper.ApiDescription(info = "An internal class for custom annotations." +
"This is in no form part of the API and is subject to change at any time.") "This is in no form part of the API and is subject to change at any time.")
@ -54,7 +54,7 @@ public final class AnnotationHelper {
* Returns additional information how to use a class for the API * Returns additional information how to use a class for the API
* *
* @return the version string * @return the version string
* @since 6.3.0 * @since 6.2.2
*/ */
String info() default ""; String info() default "";
} }

View File

@ -18,7 +18,7 @@ plugins {
idea idea
} }
version = "6.2.2-SNAPSHOT" version = "6.2.2"
allprojects { allprojects {
group = "com.plotsquared" group = "com.plotsquared"