Commits
1 1 | |
2 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 5 | <modelVersion>4.0.0</modelVersion> |
6 6 | |
7 7 | <groupId>com.github.ysml3000.breaking.playerlist.header.footer</groupId> |
8 - | <artifactId>HeaderFooterTest</artifactId> |
8 + | <artifactId>Spigot-API-Testplugin</artifactId> |
9 9 | <version>1.0-SNAPSHOT</version> |
10 10 | <packaging>jar</packaging> |
11 11 | |
12 12 | <name>Api-Test</name> |
13 13 | |
14 14 | <properties> |
15 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 16 | </properties> |
17 17 | |
18 18 | <build> |