From 15dd3abbbb8a89a3567f59455588a65463d382d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Sun, 4 Oct 2020 20:51:48 +0200 Subject: [PATCH] :sparkles: Version bump. Publish to Sonatype snapshots and fix build script. --- README.md | 15 +++++++++------ build.gradle | 26 ++++++++++++++++++-------- 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 913eb24b..2cfb2f8f 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,16 @@ Feel free to use this if you want to. ## use -To use `cloud` you will first need to add it as a dependency to your project. Cloud is available from [IntellectualSites](https://intellectualsites.com)' maven repository. - +To use `cloud` you will first need to add it as a dependency to your project. + +Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots). +Release builds of Cloud are available throgh the Maven central repository. + **maven**: ```xml - intellectualsites-snapshots - https://mvn.intellectualsites.com/content/repositories/snapshots + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots ``` @@ -97,7 +100,7 @@ To use `cloud` you will first need to add it as a dependency to your project. Cl cloud.commandframework cloud-PLATFORM - 0.2.0-SNAPSHOT + 1.0.0-SNAPSHOT