9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2026-01-04 15:41:34 +00:00
Files
SparklyPaperMC/patches/api/0001-new-fork-who-dis-Rebrand-to-SparklyPaper.patch
MrPowerGamerBR 7cb7c000c9 Rebuild patches
2021-05-18 11:11:31 -03:00

33 lines
1.2 KiB
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: MrPowerGamerBR <git@mrpowergamerbr.com>
Date: Tue, 23 Feb 2021 10:27:40 -0300
Subject: [PATCH] new fork who dis - Rebrand to SparklyPaper
diff --git a/pom.xml b/pom.xml
index 4d826aa8ea1139e66514767da6ba17811f7ecc5c..e3f3acbc37030d3fdee8d829e7db1eb31994bf9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,8 +3,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.tuinity</groupId>
- <artifactId>tuinity-parent</artifactId>
+ <groupId>net.perfectdreams.sparklypaper</groupId>
+ <artifactId>sparklypaper-parent</artifactId>
<version>dev-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -13,8 +13,8 @@
<version>1.16.5-R0.1-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>Tuinity-API</name>
- <url>https://github.com/Spottedleaf/Tuinity</url>
+ <name>SparklyPaper-API</name>
+ <url>https://github.com/SparklyPower/SparklyPaper</url>
<description>An enhanced plugin API for Minecraft servers.</description>
<properties>