2020-07-17 18:05:50 +02:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2020-10-27 20:15:13 +01:00
|
|
|
From: YatopiaMC <yatopiamc@gmail.com>
|
2020-08-03 18:48:42 +02:00
|
|
|
Date: Sat, 1 Aug 2020 15:51:49 -0500
|
2020-02-26 17:23:57 +01:00
|
|
|
Subject: [PATCH] Modify POM
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2020-12-02 07:35:11 +01:00
|
|
|
index 4516ba097e8afc3e422efc368311fa66e967c05a..f641f2b375bdb5c43880ff67195764c4d4124155 100644
|
2020-02-26 17:23:57 +01:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2020-06-27 15:19:40 +02:00
|
|
|
@@ -3,18 +3,18 @@
|
2020-02-26 17:23:57 +01:00
|
|
|
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>
|
2020-03-21 17:29:35 +01:00
|
|
|
- <groupId>com.tuinity</groupId>
|
|
|
|
- <artifactId>tuinity-parent</artifactId>
|
2020-12-02 07:35:11 +01:00
|
|
|
+ <groupId>org.yatopiamc</groupId>
|
2020-08-03 18:48:42 +02:00
|
|
|
+ <artifactId>yatopia-parent</artifactId>
|
2020-02-26 17:23:57 +01:00
|
|
|
<version>dev-SNAPSHOT</version>
|
2020-03-21 17:29:35 +01:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2020-02-26 17:23:57 +01:00
|
|
|
</parent>
|
|
|
|
|
2020-03-21 17:29:35 +01:00
|
|
|
- <artifactId>tuinity-api</artifactId>
|
2020-08-03 18:48:42 +02:00
|
|
|
+ <artifactId>yatopia-api</artifactId>
|
2020-11-07 08:02:33 +01:00
|
|
|
<version>1.16.4-R0.1-SNAPSHOT</version>
|
2020-02-26 17:23:57 +01:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2020-03-21 17:29:35 +01:00
|
|
|
- <name>Tuinity-API</name>
|
|
|
|
- <url>https://github.com/Spottedleaf/Tuinity</url>
|
2020-08-03 18:48:42 +02:00
|
|
|
+ <name>Yatopia-API</name>
|
2020-08-13 17:53:32 +02:00
|
|
|
+ <url>https://github.com/YatopiaMC/Yatopia</url>
|
2020-02-26 17:23:57 +01:00
|
|
|
<description>An enhanced plugin API for Minecraft servers.</description>
|
|
|
|
|
|
|
|
<properties>
|
2020-09-09 16:18:52 +02:00
|
|
|
@@ -24,6 +24,19 @@
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
+ <!-- Yatopia start -->
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>codemc-releases</id>
|
|
|
|
+ <url>https://repo.codemc.org/repository/maven-releases/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ <snapshotRepository>
|
|
|
|
+ <id>codemc-snapshots</id>
|
|
|
|
+ <url>https://repo.codemc.org/repository/maven-snapshots/</url>
|
|
|
|
+ </snapshotRepository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
+ <!-- Yatopia end -->
|
|
|
|
+
|
|
|
|
<repositories>
|
|
|
|
<!--
|
|
|
|
If you are a plugin developer, please use https://hub.spigotmc.org/nexus/content/repositories/snapshots/
|