Skip to content

Commit cd153b4

Browse files
committed
v13.5.1
1 parent f0b99b5 commit cd153b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ To test the library using the latest Spigot server, you can use:
4444
mvn clean test -Ptester,latest -pl core -am
4545
```
4646

47+
If you want to test older versions, you could for example use:
48+
```maven
49+
mvn clean exec:exec@compile exec:exec@test -DtestVer=21 --projects core -am
50+
```
51+
4752
> [!NOTE]
4853
> The server files will be generated inside `target/tests` folder.\
4954
> The common server settings used between tests are in `src/test/resources`

README.md

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

33
# XSeries
44

5-
[![Minecraft](https://img.shields.io/badge/Minecraft-1.21.8-dark_green.svg)](https://shields.io/)
5+
[![Minecraft](https://img.shields.io/badge/Minecraft-1.21.10-dark_green.svg)](https://shields.io/)
66
[![Java](https://img.shields.io/badge/Java-8-dark_green.svg)](https://shields.io/)
77
[![Build Status](https://api.travis-ci.com/CryptoMorin/XSeries.svg?branch=master)](https://app.travis-ci.com/github/CryptoMorin/XSeries)
88
![maven-central](https://img.shields.io/maven-central/v/com.github.cryptomorin/XSeries)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</modules>
4444

4545
<properties>
46-
<revision>13.5.0</revision>
46+
<revision>13.5.1</revision>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949
<maven.deploy.skip>true</maven.deploy.skip> <!-- Override this in core module -->
@@ -55,7 +55,7 @@
5555
<!-- Note: timestamped snapshots are used because a recent Maven Central policy update made it so that it's impossible to -->
5656
<!-- publish your artifact if it has SNAPSHOT depednencies without any prior notice. -->
5757
<!-- Error: Dependencies to SNAPSHOT versions not allowed for dependency: org.spigotmc:spigot -->
58-
<spigotVersion>1.21.9-R0.1-20250930.202015-1</spigotVersion>
58+
<spigotVersion>1.21.10-R0.1-20251007.210716-1</spigotVersion>
5959
<jopt>5.0.4</jopt>
6060
<testVer/>
6161
<testJavaPath/>

0 commit comments

Comments
 (0)