Fetch plugin.yml values from pom.xml where possible

This commit is contained in:
Daniel Saukel 2018-08-13 18:24:45 +02:00
parent 3c1a4d728b
commit 0b0b8c6eff
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon</groupId>
<artifactId>dungeonsxl</artifactId>
<version>0.16.1</version>
<version>0.16.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>

View File

@ -1,5 +1,5 @@
name: DungeonsXL
main: de.erethon.dungeonsxl.DungeonsXL
name: ${project.name}
main: ${project.groupId}.${project.artifactId}.${project.name}
version: ${project.version}${buildNo}
authors: [Frank Baumann, Milan Albrecht, Tobias Schmitz, Daniel Saukel]
description: ${project.description}