Adds some info to config files

Adds license to POM
Adds dev-url
Fixes main file location
This commit is contained in:
2021-08-27 18:27:26 +02:00
parent 47301058ba
commit 0786374dd6
2 changed files with 14 additions and 5 deletions

View File

@@ -4,11 +4,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.knarcraft.bookswithoutborders</groupId>
<groupId>net.knarcraft</groupId>
<artifactId>books-without-borders</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
<name>GNU General Public License</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<name>Books Without Borders</name>
<description>A continuation of the original Books Without Borders</description>