File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <parent >
8- <groupId >me.loving11ish</groupId >
9- <artifactId >ClansLite</artifactId >
10- <version >${revision} </version >
11- </parent >
7+ <!-- <parent> -- >
8+ <!-- <groupId>me.loving11ish</groupId> -- >
9+ <!-- <artifactId>ClansLite</artifactId> -- >
10+ <!-- <version>${revision}</version> -- >
11+ <!-- </parent> -- >
1212
1313 <groupId >me.loving11ish</groupId >
1414 <artifactId >ClansLite-API</artifactId >
2020 <description >A simple and lightweight Clans plugin for Minecraft.</description >
2121 <url >https://www.spigotmc.org/resources/clanslite.97163/</url >
2222
23+ <properties >
24+ <java .version>11</java .version>
25+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
26+ </properties >
27+
2328 <build >
2429 <defaultGoal >package</defaultGoal >
2530 <plugins >
You can’t perform that action at this time.
0 commit comments