Commits
md_5 authored 98a38e6a883
1 1 | |
2 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 4 | <modelVersion>4.0.0</modelVersion> |
5 5 | |
6 6 | <groupId>org.bukkit</groupId> |
7 7 | <artifactId>bukkit</artifactId> |
8 - | <version>1.21.2-R0.1-SNAPSHOT</version> |
8 + | <version>1.21.3-R0.1-SNAPSHOT</version> |
9 9 | <packaging>jar</packaging> |
10 10 | |
11 11 | <name>Bukkit</name> |
12 12 | <url>https://www.spigotmc.org/</url> |
13 13 | <description>A plugin API for Minecraft servers.</description> |
14 14 | |
15 15 | <properties> |
16 16 | <skipTests>true</skipTests> |
17 17 | <maven.compiler.release>17</maven.compiler.release> |
18 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |