|
4 | 4 | <groupId>com.volmit</groupId>
|
5 | 5 | <artifactId>Mortar</artifactId>
|
6 | 6 | <name>Mortar</name>
|
7 |
| - <version>1.0.74</version> |
| 7 | + <version>1.0.75</version> |
8 | 8 | <description>That crap between the bricks</description>
|
9 | 9 | <developers>
|
10 | 10 | <developer>
|
|
140 | 140 | <skip>false</skip>
|
141 | 141 | <executable>C:\Users\cyberpwn\Documents\development\workspace\Mortar/scripts/doublecopy.bat</executable>
|
142 | 142 | <arguments>
|
143 |
| - <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.74.jar</argument> |
144 |
| - <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.74\Mortar-1.0.74.jar</argument> |
| 143 | + <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.75.jar</argument> |
| 144 | + <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.75\Mortar-1.0.75.jar</argument> |
145 | 145 | <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\Mortar.jar</argument>
|
146 |
| - <argument>1.0.74</argument> |
| 146 | + <argument>1.0.75</argument> |
147 | 147 | </arguments>
|
148 | 148 | </configuration>
|
149 | 149 | </execution>
|
|
152 | 152 | <skip>false</skip>
|
153 | 153 | <executable>C:\Users\cyberpwn\Documents\development\workspace\Mortar/scripts/doublecopy.bat</executable>
|
154 | 154 | <arguments>
|
155 |
| - <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.74.jar</argument> |
156 |
| - <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.74\Mortar-1.0.74.jar</argument> |
| 155 | + <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\target\Mortar-1.0.75.jar</argument> |
| 156 | + <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\1.0.75\Mortar-1.0.75.jar</argument> |
157 | 157 | <argument>C:\Users\cyberpwn\Documents\development\workspace\Mortar\release\Mortar.jar</argument>
|
158 |
| - <argument>1.0.74</argument> |
| 158 | + <argument>1.0.75</argument> |
159 | 159 | </arguments>
|
160 | 160 | </configuration>
|
161 | 161 | </plugin>
|
|
180 | 180 | <id>central</id>
|
181 | 181 | <url>https://raw.githubusercontent.com/cyberpwnn/Central/master/</url>
|
182 | 182 | </repository>
|
| 183 | + <repository> |
| 184 | + <id>volmit</id> |
| 185 | + <url>http://nexus.volmit.com:8080/repository/volmit/</url> |
| 186 | + </repository> |
183 | 187 | <repository>
|
184 | 188 | <id>dmulloy2-repo</id>
|
185 | 189 | <url>http://repo.dmulloy2.net/nexus/repository/public/</url>
|
|
196 | 200 | </repositories>
|
197 | 201 | <dependencies>
|
198 | 202 | <dependency>
|
199 |
| - <groupId>net.md-5</groupId> |
200 |
| - <artifactId>bungeecord-api</artifactId> |
201 |
| - <version>1.12-SNAPSHOT</version> |
| 203 | + <groupId>org.spigot</groupId> |
| 204 | + <artifactId>spigot</artifactId> |
| 205 | + <version>1.12.2</version> |
| 206 | + <scope>provided</scope> |
| 207 | + </dependency> |
| 208 | + <dependency> |
| 209 | + <groupId>org.craftbukkit</groupId> |
| 210 | + <artifactId>craftbukkit15</artifactId> |
| 211 | + <version>15</version> |
| 212 | + <scope>provided</scope> |
| 213 | + </dependency> |
| 214 | + <dependency> |
| 215 | + <groupId>org.craftbukkit</groupId> |
| 216 | + <artifactId>craftbukkit14</artifactId> |
| 217 | + <version>14</version> |
| 218 | + <scope>provided</scope> |
| 219 | + </dependency> |
| 220 | + <dependency> |
| 221 | + <groupId>org.craftbukkit</groupId> |
| 222 | + <artifactId>craftbukkit13</artifactId> |
| 223 | + <version>13</version> |
| 224 | + <scope>provided</scope> |
| 225 | + </dependency> |
| 226 | + <dependency> |
| 227 | + <groupId>org.craftbukkit</groupId> |
| 228 | + <artifactId>craftbukkit12</artifactId> |
| 229 | + <version>12</version> |
| 230 | + <scope>provided</scope> |
| 231 | + </dependency> |
| 232 | + <dependency> |
| 233 | + <groupId>org.craftbukkit</groupId> |
| 234 | + <artifactId>craftbukkit11</artifactId> |
| 235 | + <version>11</version> |
| 236 | + <scope>provided</scope> |
| 237 | + </dependency> |
| 238 | + <dependency> |
| 239 | + <groupId>org.craftbukkit</groupId> |
| 240 | + <artifactId>craftbukkit10</artifactId> |
| 241 | + <version>10</version> |
| 242 | + <scope>provided</scope> |
| 243 | + </dependency> |
| 244 | + <dependency> |
| 245 | + <groupId>org.craftbukkit</groupId> |
| 246 | + <artifactId>craftbukkit19</artifactId> |
| 247 | + <version>19</version> |
| 248 | + <scope>provided</scope> |
| 249 | + </dependency> |
| 250 | + <dependency> |
| 251 | + <groupId>org.craftbukkit</groupId> |
| 252 | + <artifactId>craftbukkit18</artifactId> |
| 253 | + <version>18</version> |
202 | 254 | <scope>provided</scope>
|
203 |
| - <exclusions> |
204 |
| - <exclusion> |
205 |
| - <artifactId>bungeecord-chat</artifactId> |
206 |
| - <groupId>net.md-5</groupId> |
207 |
| - </exclusion> |
208 |
| - <exclusion> |
209 |
| - <artifactId>bungeecord-config</artifactId> |
210 |
| - <groupId>net.md-5</groupId> |
211 |
| - </exclusion> |
212 |
| - <exclusion> |
213 |
| - <artifactId>bungeecord-event</artifactId> |
214 |
| - <groupId>net.md-5</groupId> |
215 |
| - </exclusion> |
216 |
| - <exclusion> |
217 |
| - <artifactId>bungeecord-protocol</artifactId> |
218 |
| - <groupId>net.md-5</groupId> |
219 |
| - </exclusion> |
220 |
| - </exclusions> |
221 | 255 | </dependency>
|
222 | 256 | <dependency>
|
223 | 257 | <groupId>com.comphenix.protocol</groupId>
|
|
253 | 287 | <version>1.18.4</version>
|
254 | 288 | <scope>provided</scope>
|
255 | 289 | </dependency>
|
256 |
| - <dependency> |
257 |
| - <groupId>cb</groupId> |
258 |
| - <artifactId>spigot</artifactId> |
259 |
| - <version>1</version> |
260 |
| - <scope>system</scope> |
261 |
| - <systemPath>${project.basedir}/lib/spigot-1.12.2.jar</systemPath> |
262 |
| - </dependency> |
263 |
| - <dependency> |
264 |
| - <groupId>cb</groupId> |
265 |
| - <artifactId>craftbukkit-1.14.2</artifactId> |
266 |
| - <version>1</version> |
267 |
| - <scope>system</scope> |
268 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.14.2.jar</systemPath> |
269 |
| - </dependency> |
270 |
| - <dependency> |
271 |
| - <groupId>cb</groupId> |
272 |
| - <artifactId>craftbukkit-1.13</artifactId> |
273 |
| - <version>1</version> |
274 |
| - <scope>system</scope> |
275 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.13.jar</systemPath> |
276 |
| - </dependency> |
277 |
| - <dependency> |
278 |
| - <groupId>cb</groupId> |
279 |
| - <artifactId>craftbukkit-1.13.2</artifactId> |
280 |
| - <version>1</version> |
281 |
| - <scope>system</scope> |
282 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.13.2.jar</systemPath> |
283 |
| - </dependency> |
284 |
| - <dependency> |
285 |
| - <groupId>cb</groupId> |
286 |
| - <artifactId>craftbukkit-1.12.2</artifactId> |
287 |
| - <version>1</version> |
288 |
| - <scope>system</scope> |
289 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.12.2.jar</systemPath> |
290 |
| - </dependency> |
291 |
| - <dependency> |
292 |
| - <groupId>cb</groupId> |
293 |
| - <artifactId>craftbukkit-1.11.2</artifactId> |
294 |
| - <version>1</version> |
295 |
| - <scope>system</scope> |
296 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.11.2.jar</systemPath> |
297 |
| - </dependency> |
298 |
| - <dependency> |
299 |
| - <groupId>cb</groupId> |
300 |
| - <artifactId>craftbukkit-1.10.2</artifactId> |
301 |
| - <version>1</version> |
302 |
| - <scope>system</scope> |
303 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.10.2.jar</systemPath> |
304 |
| - </dependency> |
305 |
| - <dependency> |
306 |
| - <groupId>cb</groupId> |
307 |
| - <artifactId>craftbukkit-1.9.4</artifactId> |
308 |
| - <version>1</version> |
309 |
| - <scope>system</scope> |
310 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.9.4.jar</systemPath> |
311 |
| - </dependency> |
312 |
| - <dependency> |
313 |
| - <groupId>cb</groupId> |
314 |
| - <artifactId>craftbukkit-1.9.2</artifactId> |
315 |
| - <version>1</version> |
316 |
| - <scope>system</scope> |
317 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.9.2.jar</systemPath> |
318 |
| - </dependency> |
319 |
| - <dependency> |
320 |
| - <groupId>cb</groupId> |
321 |
| - <artifactId>craftbukkit-1.8.8</artifactId> |
322 |
| - <version>1</version> |
323 |
| - <scope>system</scope> |
324 |
| - <systemPath>${project.basedir}/lib/craftbukkit-1.8.8.jar</systemPath> |
325 |
| - </dependency> |
326 | 290 | <dependency>
|
327 | 291 | <groupId>cbx</groupId>
|
328 | 292 | <artifactId>lightapi</artifactId>
|
|
341 | 305 | <distributionManagement>
|
342 | 306 | <repository>
|
343 | 307 | <id>volmit</id>
|
344 |
| - <url>http://nexus.volmit.com/content/repositories/volmit</url> |
| 308 | + <url>http://nexus.volmit.com:8080/repository/volmit/</url> |
345 | 309 | </repository>
|
346 | 310 | </distributionManagement>
|
347 | 311 | <properties>
|
|
0 commit comments