diff --git a/.gitignore b/.gitignore
index 99650a7..69a5d6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# Maven ignores
target/
pom.xml.tag
pom.xml.releaseBackup
@@ -9,4 +10,4 @@ buildNumber.properties
.mvn/timing.properties
# Exclude maven wrapper
-!/.mvn/wrapper/maven-wrapper.jar
\ No newline at end of file
+!/.mvn/wrapper/maven-wrapper.jar
diff --git a/pom.xml b/pom.xml
index da19171..9389409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,17 @@
0.1-SNAPSHOT
jar
Starter OOPProject-Template
+
+
+ 1.8
+ 1.8
+
+ 7.2
+ 2.17
+
+ 0.7.8
+
+
junit
@@ -17,13 +28,7 @@
test
-
- 1.5
- 1.5
- 7.2
- 2.17
-
-
+
@@ -38,10 +43,11 @@
+
org.jacoco
jacoco-maven-plugin
- 0.7.8
+ ${jacoco-maven-plugin.version}
default-prepare-agent
@@ -68,16 +74,18 @@
+
org.apache.maven.plugins
maven-compiler-plugin
-
- 1.8
+
+ ${maven.compiler.target}
+
@@ -89,8 +97,8 @@
TI1216.checkstyle.xml
-
+
\ No newline at end of file