From 37f3f85e37cc8506ea8fed2e61903bacdd031d75 Mon Sep 17 00:00:00 2001 From: MrMicky Date: Sun, 13 Jun 2021 16:35:18 +0200 Subject: [PATCH] Release version 1.2.0 --- README.md | 15 ++++----------- pom.xml | 3 ++- src/main/java/fr/mrmicky/fastboard/FastBoard.java | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 351befa..8dc57db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FastBoard [![Java CI](https://github.com/MrMicky-FR/FastBoard/actions/workflows/build.yml/badge.svg)](https://github.com/MrMicky-FR/FastBoard/actions/workflows/build.yml) -[![Sonatype Snapshots](https://img.shields.io/nexus/s/fr.mrmicky/fastboard?label=Sonatype%20snapshots&server=https%3A%2F%2Fs01.oss.sonatype.org)](pom.xml) +[![Maven Central](https://img.shields.io/maven-central/v/fr.mrmicky/fastboard.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22fr.mrmicky%22%20AND%20a:%22fastboard%22) [![Discord](https://img.shields.io/discord/390919659874156560.svg?colorB=5865f2&label=Discord&logo=discord&logoColor=white)](https://discord.gg/q9UwaBT) Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.17 support. @@ -55,16 +55,9 @@ Lightweight packet-based scoreboard API for Bukkit plugins, with 1.7.10 to 1.17 fr.mrmicky fastboard - 1.2.0-SNAPSHOT + 1.2.0 - - - - sonatype-oss - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - ``` ### Gradle @@ -75,11 +68,11 @@ plugins { } repositories { - maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' } + mavenCentral() } dependencies { - implementation 'fr.mrmicky:fastboard:1.2.0-SNAPSHOT' + implementation 'fr.mrmicky:fastboard:1.2.0' } shadowJar { diff --git a/pom.xml b/pom.xml index 983d056..dfca7e5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.mrmicky fastboard - 1.2.0-SNAPSHOT + 1.2.0 FastBoard Lightweight packet-based scoreboard API for Bukkit plugins. @@ -23,6 +23,7 @@ MrMicky git@mrmicky.fr + https://mrmicky.fr diff --git a/src/main/java/fr/mrmicky/fastboard/FastBoard.java b/src/main/java/fr/mrmicky/fastboard/FastBoard.java index df0fab8..c5b90ae 100644 --- a/src/main/java/fr/mrmicky/fastboard/FastBoard.java +++ b/src/main/java/fr/mrmicky/fastboard/FastBoard.java @@ -50,7 +50,7 @@ * The project is on GitHub. * * @author MrMicky - * @version 1.2.0-SNAPSHOT + * @version 1.2.0 */ public class FastBoard {