56 lines
1.8 KiB
Diff
56 lines
1.8 KiB
Diff
|
From 5d076a3dc1f39f2503e6727c8950b7d7b32a3871 Mon Sep 17 00:00:00 2001
|
||
|
From: virtualWinter <winter@catmc.club>
|
||
|
Date: Fri, 21 Jul 2023 04:58:39 +0300
|
||
|
Subject: [PATCH] Pom changes
|
||
|
|
||
|
|
||
|
diff --git a/pom.xml b/pom.xml
|
||
|
index fe9d6d26..14c8fda0 100644
|
||
|
--- a/pom.xml
|
||
|
+++ b/pom.xml
|
||
|
@@ -4,18 +4,16 @@
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<parent>
|
||
|
- <groupId>org.github.paperspigot</groupId>
|
||
|
- <artifactId>paperspigot-parent</artifactId>
|
||
|
+ <groupId>net.hylist</groupId>
|
||
|
+ <artifactId>mspigot-parent</artifactId>
|
||
|
<version>dev-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
|
||
|
- <groupId>org.github.paperspigot</groupId>
|
||
|
- <artifactId>paperspigot-api</artifactId>
|
||
|
+ <artifactId>mspigot-api</artifactId>
|
||
|
<version>1.8.8-R0.1-SNAPSHOT</version>
|
||
|
<packaging>jar</packaging>
|
||
|
|
||
|
- <name>PaperSpigot-API</name>
|
||
|
- <url>https://hub.spigotmc.org/stash/projects/PAPER/</url>
|
||
|
+ <name>mSpigot-API</name>
|
||
|
<description>An enhanced plugin API for Minecraft servers.</description>
|
||
|
|
||
|
<properties>
|
||
|
@@ -26,18 +24,6 @@
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
</properties>
|
||
|
|
||
|
- <!-- just until we get deployment to central approved -->
|
||
|
- <distributionManagement>
|
||
|
- <repository>
|
||
|
- <id>destroystokyo-releases</id>
|
||
|
- <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||
|
- </repository>
|
||
|
- <snapshotRepository>
|
||
|
- <id>destroystokyo-snapshots</id>
|
||
|
- <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||
|
- </snapshotRepository>
|
||
|
- </distributionManagement>
|
||
|
-
|
||
|
<!-- required until fixed plexus-compiler-eclipse is deployed -->
|
||
|
<pluginRepositories>
|
||
|
<pluginRepository>
|
||
|
--
|
||
|
2.41.0.windows.1
|
||
|
|