Yatopia/patches/api/0001-Modify-POM.patch

35 lines
1.2 KiB
Diff
Raw Normal View History

2020-07-17 18:05:50 +02:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2020-02-26 17:23:57 +01:00
From: tr7zw <tr7zw@live.de>
Date: Wed, 26 Feb 2020 17:03:06 +0100
Subject: [PATCH] Modify POM
diff --git a/pom.xml b/pom.xml
2020-07-25 17:16:49 +02:00
index 4004ff5d3b9285c737dffcfee5ab48a164de6fc9..2659ac2ae914807a9f3eff0244d3f7601e22f1cc 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-02-26 17:23:57 +01:00
+ <groupId>de.tr7zw.yapfa</groupId>
+ <artifactId>yapfa-parent</artifactId>
<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-02-26 17:23:57 +01:00
+ <artifactId>yapfa-api</artifactId>
2020-06-27 15:19:40 +02:00
<version>1.16.1-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-02-26 17:23:57 +01:00
+ <name>YAPFA-API</name>
+ <url>https://github.com/tr7zw/YAPFA</url>
<description>An enhanced plugin API for Minecraft servers.</description>
<properties>