added encoding settings to pom file

This commit is contained in:
Stephan Richter
2020-11-13 17:50:25 +01:00
parent bb983c9736
commit d5dc2b0d4d

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.srsoftware</groupId>
<artifactId>web4rail</artifactId>
<version>0.11.14</version>
<version>0.11.15</version>
<name>Web4Rail</name>
<packaging>jar</packaging>
<description>Java Model Railway Control</description>
@@ -14,6 +14,10 @@
<url>https://srsoftware.de</url>
</organization>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<licenses>
<license>
<name>MIT License</name>