sd
This commit is contained in:
parent
a20f1fcd84
commit
7f6c97fde9
2 changed files with 11 additions and 2 deletions
11
pom.xml
11
pom.xml
|
@ -2,7 +2,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>giants</groupId>
|
<groupId>giants</groupId>
|
||||||
<artifactId>giants</artifactId>
|
<artifactId>giants</artifactId>
|
||||||
<version>1.0-b1</version>
|
<version>21.1.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
@ -24,4 +24,13 @@
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
</build>
|
||||||
</project>
|
</project>
|
|
@ -1,5 +1,5 @@
|
||||||
name: Giants
|
name: Giants
|
||||||
version: 1.0
|
version: ${project.version}
|
||||||
api-version: 1.18
|
api-version: 1.18
|
||||||
main: pl.minecon724.giants.Main
|
main: pl.minecon724.giants.Main
|
||||||
author: Minecon724
|
author: Minecon724
|
Loading…
Reference in a new issue