Skip to content

Commit

Permalink
Add encoding to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
OmriBromberg committed Oct 10, 2018
1 parent 7d7b327 commit 0710f0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<description>Utilities for Elasticsearch datemath, written in Java</description>
<url>https://github.com/omribromberg/elasticsearch-datemath/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down

0 comments on commit 0710f0b

Please sign in to comment.