Browse Source

added encoding settings to pom file

lookup-tables
Stephan Richter 5 years ago
parent
commit
d5dc2b0d4d
  1. 6
      pom.xml

6
pom.xml

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

Loading…
Cancel
Save