projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa0a14
)
Set source file encoding to UTF-8.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 2 Jan 2013 11:03:07 +0000
(12:03 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 2 Jan 2013 11:03:07 +0000
(12:03 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a9b59c0
..
a8fc545
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-4,6
+4,9
@@
<groupId>net.pterodactylus</groupId>
<artifactId>reactor</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>