1
- From 83256e5020d2af3cdbe0b80598132cdf4a1240fb Mon Sep 17 00:00:00 2001
1
+ From 0bac612c21c8eef2eeb1e02e7f4ba87767d355e2 Mon Sep 17 00:00:00 2001
2
2
From: mastercoms <
[email protected] >
3
3
Date: Tue, 16 May 2017 22:07:47 -0400
4
4
Subject: [PATCH] POM Changes
5
5
6
6
7
7
diff --git a/pom.xml b/pom.xml
8
- index 2fa2dd7c..24c18869 100644
8
+ index 73fbd5d5..9fc165e9 100644
9
9
--- a/pom.xml
10
10
+++ b/pom.xml
11
- @@ -4,18 +4,20 @@
11
+ @@ -2,19 +2,14 @@
12
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12
14
<modelVersion>4.0.0</modelVersion>
13
-
14
- <parent>
15
+ - <parent>
15
16
- <groupId>com.destroystokyo.paper</groupId>
16
17
- <artifactId>paper-parent</artifactId>
17
18
- <version>dev-SNAPSHOT</version>
18
- + <groupId>org.sonatype.oss</groupId>
19
- + <artifactId>oss-parent</artifactId>
20
- + <version>9</version>
21
- + <!-- Fix for maven warning -->
22
- + <relativePath></relativePath>
23
- </parent>
19
+ - </parent>
24
20
25
21
- <groupId>com.destroystokyo.paper</groupId>
26
22
- <artifactId>paper-api</artifactId>
27
- - <version>1.12.2-R0.1-SNAPSHOT</version>
28
23
+ <groupId>net.glowstone</groupId>
29
24
+ <artifactId>glowkit</artifactId>
30
- + <version>1.12.2-R6.0 -SNAPSHOT</version>
25
+ <version>1.16.5-R0.1 -SNAPSHOT</version>
31
26
<packaging>jar</packaging>
32
27
33
28
- <name>Paper-API</name>
@@ -37,8 +32,8 @@ index 2fa2dd7c..24c18869 100644
37
32
<description>An enhanced plugin API for Minecraft servers.</description>
38
33
39
34
<properties>
40
- @@ -25,6 +27,17 @@
41
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding >
35
+ @@ -25,7 +20,26 @@
36
+ <adventure.version>4.7.0</adventure.version> <!-- Paper - When updating this make sure to update the linked JavaDocs on the homepage as well! -- >
42
37
</properties>
43
38
44
39
+ <distributionManagement>
@@ -52,50 +47,26 @@ index 2fa2dd7c..24c18869 100644
52
47
+ </snapshotRepository>
53
48
+ </distributionManagement>
54
49
+
55
- <pluginRepositories>
56
- <pluginRepository>
57
- <id>spigotmc-public</id>
58
- @@ -34,8 +47,8 @@
59
-
60
50
<repositories>
61
- <repository>
62
- - <id>spigotmc-public</id>
63
- - <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
51
+ + <!--
52
+ + If you are a plugin developer, please use https://repo.glowstone.net/nexus/content/repositories/snapshots/
53
+ + as your repository URL. This will ensure only Glowstone related artifacts are pulled from our Maven repository.
54
+ + -->
55
+ + <repository>
64
56
+ <id>glowstone</id>
65
- + <url>https://repo.glowstone.net/repository/maven-public /</url>
66
- </repository>
57
+ + <url>https://repo.glowstone.net/repository/internal /</url>
58
+ + </repository>
67
59
<repository>
68
60
<id>sonatype</id>
69
- @@ -48,8 +61,6 @@
70
- <groupId>net.sf.trove4j</groupId>
71
- <artifactId>trove4j</artifactId>
72
- <version>3.0.3</version>
73
- - <!-- Trove Provided by CraftBukkit -->
74
- - <scope>provided</scope>
75
- </dependency>
76
- <!-- Paper - Add Authlib for Profile API -->
77
- <dependency>
78
- @@ -147,19 +158,12 @@
61
+ <url>https://oss.sonatype.org/content/groups/public/</url>
62
+ @@ -185,6 +199,7 @@
79
63
80
64
<build>
81
65
<defaultGoal>clean install</defaultGoal>
82
66
+ <finalName>glowkit</finalName>
83
67
<plugins>
84
68
<plugin>
85
- <groupId>org.apache.maven.plugins</groupId>
86
- <artifactId>maven-compiler-plugin</artifactId>
87
- <version>3.7.0</version>
88
- - <dependencies>
89
- - <!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
90
- - <dependency>
91
- - <groupId>org.codehaus.plexus</groupId>
92
- - <artifactId>plexus-compiler-eclipse</artifactId>
93
- - <version>2.8.2-spigotmc</version>
94
- - </dependency>
95
- - </dependencies>
96
- </plugin>
97
- <plugin>
98
- <groupId>org.apache.maven.plugins</groupId>
69
+ <groupId>net.md-5</groupId>
99
70
- -
100
- 2.20.1
71
+ 2.27.0
101
72
0 commit comments