Skip to content

Commit 03fbf76

Browse files
author
games647
committed
Test commit
1 parent 6ce02ce commit 03fbf76

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2121
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2222
OTHER DEALINGS IN THE SOFTWARE.
2323

24-
For more information, please refer to <http://unlicense.org>
24+
For more information, please refer to <https://unlicense.org>

ReadMe.md renamed to README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
Summarizes the API differences between spigot versions. Then you can easy find what new methods
5+
Summarizes the API differences between Spigot versions. Then you can easy find what new methods
66
are available and what methods are removed.
77

88
Currently it makes a diff between the 1.11 and 1.12 version of the spigot version.

pom.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,40 @@
1818
<!--<newVersion>7.0.0-SNAPSHOT</newVersion>-->
1919

2020
<!-- Bukkit version system -->
21-
<!--<oldVersion>1.11.1-R0.1-SNAPSHOT</oldVersion>-->
21+
<oldVersion>1.8.8-R0.1-SNAPSHOT</oldVersion>
2222
<!--<oldVersion>1.12-pre2-SNAPSHOT</oldVersion>-->
2323

2424
<!--<newVersion>1.11.1-R0.1-SNAPSHOT</newVersion>-->
25-
<!--<newVersion>1.12-R0.1-SNAPSHOT</newVersion>-->
25+
<newVersion>1.12-R0.1-SNAPSHOT</newVersion>
2626

2727
<!--BungeeCord version system-->
28-
<oldVersion>1.11-SNAPSHOT</oldVersion>
29-
<newVersion>1.12-SNAPSHOT</newVersion>
28+
<!--<oldVersion>5.1.0</oldVersion>-->
29+
<!--<newVersion>6.1.0-20170814.171949-4</newVersion>-->
3030
</properties>
3131

3232
<repositories>
3333
<!--Bukkit-Server-API -->
3434
<repository>
3535
<id>spigot-repo</id>
36-
<url>http://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
36+
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
3737
</repository>
3838

39-
<!-- PaperSpigot and Glowstone (uses the same API) -->
39+
<!-- Paper and Glowstone (uses the same API) -->
4040
<repository>
4141
<id>paper-repo</id>
4242
<url>https://repo.destroystokyo.com/repository/maven-public/</url>
4343
</repository>
4444

4545
<!-- Sportbukkit -->
46-
<repository>
47-
<id>sport-repo</id>
48-
<url>https://repo.extension.ws/content/repositories/snapshots/</url>
49-
</repository>
46+
<!--<repository>-->
47+
<!--<id>sport-repo</id>-->
48+
<!--<url>https://repo.extension.ws/content/repositories/snapshots/</url>-->
49+
<!--</repository>-->
5050

5151
<!-- Sponge-API -->
5252
<repository>
5353
<id>sponge-repo</id>
54-
<url>http://repo.spongepowered.org/maven</url>
54+
<url>https://repo.spongepowered.org/maven</url>
5555
</repository>
5656

5757
<repository>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>com.github.siom79.japicmp</groupId>
6767
<artifactId>japicmp-maven-plugin</artifactId>
68-
<version>0.10.0</version>
68+
<version>0.11.1</version>
6969
<configuration>
7070
<parameter>
7171
<htmlTitle>Spigot diff from ${oldVersion} to ${newVersion}</htmlTitle>
@@ -85,23 +85,23 @@
8585
</parameter>
8686
<oldVersion>
8787
<!-- Spigot old -->
88-
<!--<dependency>-->
89-
<!--<groupId>org.spigotmc</groupId>-->
90-
<!--<artifactId>spigot-api</artifactId>-->
91-
<!--<version>${oldVersion}</version>-->
92-
<!--</dependency>-->
88+
<dependency>
89+
<groupId>org.spigotmc</groupId>
90+
<artifactId>spigot-api</artifactId>
91+
<version>${oldVersion}</version>
92+
</dependency>
9393

9494
<!--<dependency>-->
9595
<!--<groupId>org.spongepowered</groupId>-->
9696
<!--<artifactId>spongeapi</artifactId>-->
9797
<!--<version>${oldVersion}</version>-->
9898
<!--</dependency>-->
9999

100-
<dependency>
101-
<groupId>net.md-5</groupId>
102-
<artifactId>bungeecord-api</artifactId>
103-
<version>${oldVersion}</version>
104-
</dependency>
100+
<!--<dependency>-->
101+
<!--<groupId>net.md-5</groupId>-->
102+
<!--<artifactId>bungeecord-api</artifactId>-->
103+
<!--<version>${oldVersion}</version>-->
104+
<!--</dependency>-->
105105
</oldVersion>
106106
<newVersion>
107107
<!--<dependency>-->
@@ -111,19 +111,19 @@
111111
<!--</dependency>-->
112112

113113
<!-- Spigot new -->
114-
<!--<dependency>-->
115-
<!--<groupId>org.spigotmc</groupId>-->
116-
<!--<artifactId>spigot-api</artifactId>-->
117-
<!--<version>${newVersion}</version>-->
118-
<!--</dependency>-->
119-
120114
<dependency>
121-
<groupId>net.md-5</groupId>
122-
<artifactId>bungeecord-api</artifactId>
115+
<groupId>org.spigotmc</groupId>
116+
<artifactId>spigot-api</artifactId>
123117
<version>${newVersion}</version>
124118
</dependency>
125119

126-
<!-- PaperSpigot -->
120+
<!--<dependency>-->
121+
<!--<groupId>net.md-5</groupId>-->
122+
<!--<artifactId>bungeecord-api</artifactId>-->
123+
<!--<version>${newVersion}</version>-->
124+
<!--</dependency>-->
125+
126+
<!-- Paper -->
127127
<!--<dependency>-->
128128
<!--<groupId>com.destroystokyo.paper</groupId>-->
129129
<!--<artifactId>paper-api</artifactId>-->

0 commit comments

Comments
 (0)