Set source file encoding to UTF-8.
[rhynodge.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7138059..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>
@@ -20,7 +23,7 @@
                <dependency>
                        <groupId>com.google.guava</groupId>
                        <artifactId>guava</artifactId>
-                       <version>13.0.1</version>
+                       <version>14.0-rc1</version>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file