diff --git a/README.md b/README.md
index 5a89e54..0900fbb 100755
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Simplification of a 2D-polyline or a 3D-polyline.
* either by implementing an interface
* or by providing a helper extracting the coordinates
* Leaves the objects untouched, just creates a new array referencing the simplified points
- * requires Java 5
+ * requires Java 8
* Maven Build
* JUnit-tested
* 94% lines covered
diff --git a/pom.xml b/pom.xml
index c247584..6bb384c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,14 @@
UTF-8
+ 1.8
junit
junit
- 4.11
+ 4.12
test
@@ -77,16 +78,16 @@
org.apache.maven.plugins
maven-compiler-plugin
- 2.3.2
+ 3.8.1
- 1.5
- 1.5
+ ${java-version}
+ ${java-version}
org.apache.maven.plugins
maven-source-plugin
- 2.1.2
+ 3.1.0
attach-sources
@@ -99,7 +100,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ 3.1.1
true
true
@@ -131,7 +132,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 1.4
+ 1.6
sign-artifacts