diff --git a/pom.xml b/pom.xml
index c257c0534..6a897255c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,17 +108,23 @@
default-compile
-
- ${bootclasspath.compile}
-
+
+ -Xlint
+ -Xlint:-serial
+ -bootclasspath
+ ${bootclasspath.compile}
+
default-testCompile
-
- ${bootclasspath.testCompile}
-
+
+ -Xlint
+ -Xlint:-serial
+ -bootclasspath
+ ${bootclasspath.testCompile}
+
@@ -135,35 +141,15 @@
maven-compiler-plugin
3.1
- src
true
true
+
+ 1.6
+
+ -Xlint
+ -Xlint:-serial
+
-
-
-
- default-compile
-
-
- 1.6
- -Xlint:-serial
-
-
-
-
-
-
- default-testCompile
-
-
- 1.6
- -Xlint:-serial
-
-
-
-
-
-
@@ -182,7 +168,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.15
+ 2.16
@@ -196,7 +182,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9
+ 2.9.1
true
@@ -208,6 +194,16 @@
1.4
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ 2.4.2
+
+ -Psonatype-oss-release ${release.arguments}
+
+