|
18 | 18 | <!--<newVersion>7.0.0-SNAPSHOT</newVersion>--> |
19 | 19 |
|
20 | 20 | <!-- Bukkit version system --> |
21 | | - <!--<oldVersion>1.11.1-R0.1-SNAPSHOT</oldVersion>--> |
| 21 | + <oldVersion>1.8.8-R0.1-SNAPSHOT</oldVersion> |
22 | 22 | <!--<oldVersion>1.12-pre2-SNAPSHOT</oldVersion>--> |
23 | 23 |
|
24 | 24 | <!--<newVersion>1.11.1-R0.1-SNAPSHOT</newVersion>--> |
25 | | - <!--<newVersion>1.12-R0.1-SNAPSHOT</newVersion>--> |
| 25 | + <newVersion>1.12-R0.1-SNAPSHOT</newVersion> |
26 | 26 |
|
27 | 27 | <!--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>--> |
30 | 30 | </properties> |
31 | 31 |
|
32 | 32 | <repositories> |
33 | 33 | <!--Bukkit-Server-API --> |
34 | 34 | <repository> |
35 | 35 | <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> |
37 | 37 | </repository> |
38 | 38 |
|
39 | | - <!-- PaperSpigot and Glowstone (uses the same API) --> |
| 39 | + <!-- Paper and Glowstone (uses the same API) --> |
40 | 40 | <repository> |
41 | 41 | <id>paper-repo</id> |
42 | 42 | <url>https://repo.destroystokyo.com/repository/maven-public/</url> |
43 | 43 | </repository> |
44 | 44 |
|
45 | 45 | <!-- 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>--> |
50 | 50 |
|
51 | 51 | <!-- Sponge-API --> |
52 | 52 | <repository> |
53 | 53 | <id>sponge-repo</id> |
54 | | - <url>http://repo.spongepowered.org/maven</url> |
| 54 | + <url>https://repo.spongepowered.org/maven</url> |
55 | 55 | </repository> |
56 | 56 |
|
57 | 57 | <repository> |
|
65 | 65 | <plugin> |
66 | 66 | <groupId>com.github.siom79.japicmp</groupId> |
67 | 67 | <artifactId>japicmp-maven-plugin</artifactId> |
68 | | - <version>0.10.0</version> |
| 68 | + <version>0.11.1</version> |
69 | 69 | <configuration> |
70 | 70 | <parameter> |
71 | 71 | <htmlTitle>Spigot diff from ${oldVersion} to ${newVersion}</htmlTitle> |
|
85 | 85 | </parameter> |
86 | 86 | <oldVersion> |
87 | 87 | <!-- 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> |
93 | 93 |
|
94 | 94 | <!--<dependency>--> |
95 | 95 | <!--<groupId>org.spongepowered</groupId>--> |
96 | 96 | <!--<artifactId>spongeapi</artifactId>--> |
97 | 97 | <!--<version>${oldVersion}</version>--> |
98 | 98 | <!--</dependency>--> |
99 | 99 |
|
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>--> |
105 | 105 | </oldVersion> |
106 | 106 | <newVersion> |
107 | 107 | <!--<dependency>--> |
|
111 | 111 | <!--</dependency>--> |
112 | 112 |
|
113 | 113 | <!-- Spigot new --> |
114 | | - <!--<dependency>--> |
115 | | - <!--<groupId>org.spigotmc</groupId>--> |
116 | | - <!--<artifactId>spigot-api</artifactId>--> |
117 | | - <!--<version>${newVersion}</version>--> |
118 | | - <!--</dependency>--> |
119 | | - |
120 | 114 | <dependency> |
121 | | - <groupId>net.md-5</groupId> |
122 | | - <artifactId>bungeecord-api</artifactId> |
| 115 | + <groupId>org.spigotmc</groupId> |
| 116 | + <artifactId>spigot-api</artifactId> |
123 | 117 | <version>${newVersion}</version> |
124 | 118 | </dependency> |
125 | 119 |
|
126 | | - <!-- PaperSpigot --> |
| 120 | + <!--<dependency>--> |
| 121 | + <!--<groupId>net.md-5</groupId>--> |
| 122 | + <!--<artifactId>bungeecord-api</artifactId>--> |
| 123 | + <!--<version>${newVersion}</version>--> |
| 124 | + <!--</dependency>--> |
| 125 | + |
| 126 | + <!-- Paper --> |
127 | 127 | <!--<dependency>--> |
128 | 128 | <!--<groupId>com.destroystokyo.paper</groupId>--> |
129 | 129 | <!--<artifactId>paper-api</artifactId>--> |
|
0 commit comments