mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Fix up poms
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
From 18510b62530e51af3fcad6ba5e2a88e625964a2b Mon Sep 17 00:00:00 2001
|
||||
From 85f4ec173933924204aaaa98c5011d248f22ec50 Mon Sep 17 00:00:00 2001
|
||||
From: William Blake Galbreath <blake.galbreath@gmail.com>
|
||||
Date: Sat, 4 May 2019 00:57:16 -0500
|
||||
Subject: [PATCH] Rebrand
|
||||
|
||||
---
|
||||
pom.xml | 9 ++++-----
|
||||
.../java/org/bukkit/command/defaults/VersionCommand.java | 8 ++++----
|
||||
2 files changed, 8 insertions(+), 9 deletions(-)
|
||||
pom.xml | 13 ++++++-------
|
||||
.../org/bukkit/command/defaults/VersionCommand.java | 8 ++++----
|
||||
2 files changed, 10 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index dbbb5c72..41743131 100644
|
||||
index dbbb5c72f..ea0ab736d 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -3,18 +3,17 @@
|
||||
@@ -29,14 +29,24 @@ index dbbb5c72..41743131 100644
|
||||
<version>1.14.1-R0.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Paper-API</name>
|
||||
- <name>Paper-API</name>
|
||||
- <url>https://github.com/PaperMC/Paper</url>
|
||||
+ <name>Purpur-API</name>
|
||||
+ <url>https://github.com/pl3xgaming/Purpur</url>
|
||||
<description>An enhanced plugin API for Minecraft servers.</description>
|
||||
|
||||
<properties>
|
||||
@@ -150,7 +149,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
- <defaultGoal>clean install</defaultGoal>
|
||||
+ <defaultGoal>clean install javadoc:javadoc</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
diff --git a/src/main/java/org/bukkit/command/defaults/VersionCommand.java b/src/main/java/org/bukkit/command/defaults/VersionCommand.java
|
||||
index ece8d1c8..2909e9ec 100644
|
||||
index ece8d1c8a..2909e9ecf 100644
|
||||
--- a/src/main/java/org/bukkit/command/defaults/VersionCommand.java
|
||||
+++ b/src/main/java/org/bukkit/command/defaults/VersionCommand.java
|
||||
@@ -211,8 +211,8 @@ public class VersionCommand extends BukkitCommand {
|
||||
|
||||
Reference in New Issue
Block a user