Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Nov 16, 2023
1 parent ef0b13e commit e79893e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ YetAnotherMessagesLibrary (YAML)
===========
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Version](https://repo.mythicprojects.org/api/badge/latest/releases/org/mythicprojects/yetanothermessageslibrary/core?color=42c611&name=Releases&prefix=v)
![Version](https://repo.mythicprojects.org/api/badge/latest/snapshots/org/mythicsprojects/yetanothermessageslibrary/core?color=d45f48&name=Snapshots&prefix=v)
![Version](https://repo.mythicprojects.org/api/badge/latest/snapshots/org/mythicprojects/yetanothermessageslibrary/core?color=d45f48&name=Snapshots&prefix=v)
![GitHub repo size](https://img.shields.io/github/repo-size/P3ridot/YetAnotherMessagesLibrary)

Lightweight and modular *Minecraft Messages Library* based on [adventure](https://github.com/KyoriPowered/adventure).
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ subprojects {
from components.java

pom {
url = "https://github.com/P3ridot/YetAnotherMessagesLibrary"
url = "https://github.com/Mythic-Projects/YetAnotherMessagesLibrary"
name = project.name
description = "YetAnotherMessagesLibrary is simple Miecraft Messages Library based on `adventure`. It allows to easily send messages to players with built-in support for localization and placeholders."
description = "YetAnotherMessagesLibrary is simple Minecraft Messages Library based on `adventure`. It allows to easily send messages to players with built-in support for localization and placeholders."

developers {
developer {
Expand All @@ -60,9 +60,9 @@ subprojects {
}

scm {
url = "https://github.com/P3ridot/YetAnotherMessagesLibrary.git"
connection = "git@github.com:P3ridot/YetAnotherMessagesLibrary.git"
developerConnection = "git@github.com:P3ridot/YetAnotherMessagesLibrary.git"
url = "https://github.com/Mythic-Projects/YetAnotherMessagesLibrary.git"
connection = "git@github.com:Mythic-Projects/YetAnotherMessagesLibrary.git"
developerConnection = "git@github.com:Mythic-Projects/YetAnotherMessagesLibrary.git"
}

licenses {
Expand Down Expand Up @@ -93,8 +93,8 @@ subprojects {

repositories {
maven {
name "titanvale-repo"
url "https://repo.titanvale.net/${version.toString().endsWith('SNAPSHOT') ? 'snapshots' : 'releases'}"
name "mythic"
url "https://repo.mythicprojects.org/${version.toString().endsWith('SNAPSHOT') ? 'snapshots' : 'releases'}"

credentials {
username = System.getenv("MAVEN_NAME")
Expand Down

0 comments on commit e79893e

Please sign in to comment.