mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-10 04:41:04 +01:00
Fetch plugin.yml values from pom.xml where possible
This commit is contained in:
parent
3c1a4d728b
commit
0b0b8c6eff
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.erethon</groupId>
|
<groupId>de.erethon</groupId>
|
||||||
<artifactId>dungeonsxl</artifactId>
|
<artifactId>dungeonsxl</artifactId>
|
||||||
<version>0.16.1</version>
|
<version>0.16.2-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>DungeonsXL</name>
|
<name>DungeonsXL</name>
|
||||||
<url>https://dre2n.github.io</url>
|
<url>https://dre2n.github.io</url>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: DungeonsXL
|
name: ${project.name}
|
||||||
main: de.erethon.dungeonsxl.DungeonsXL
|
main: ${project.groupId}.${project.artifactId}.${project.name}
|
||||||
version: ${project.version}${buildNo}
|
version: ${project.version}${buildNo}
|
||||||
authors: [Frank Baumann, Milan Albrecht, Tobias Schmitz, Daniel Saukel]
|
authors: [Frank Baumann, Milan Albrecht, Tobias Schmitz, Daniel Saukel]
|
||||||
description: ${project.description}
|
description: ${project.description}
|
||||||
|
Loading…
Reference in New Issue
Block a user