From 68b1c03860ac35d08c2801761d814743312ce242 Mon Sep 17 00:00:00 2001 From: Arie van Deursen Date: Tue, 14 Apr 2015 23:40:12 +0200 Subject: [PATCH 1/2] Switching back to jdk7 As not all lab computers are ready for jdk 8... --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9dd633f0..66b513b5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ nl.tudelft.jpacman jpacman-framework - 6.1.1 + 6.2.0 https://github.com/serg-delft/jpacman-framework Pacman-inspired game, for teaching testing purposes. @@ -66,8 +66,8 @@ maven-compiler-plugin 3.2 - 1.8 - 1.8 + 1.7 + 1.7 From 7a8c8b13dc29d1592982b75f22a6cefc0844ba8d Mon Sep 17 00:00:00 2001 From: Arie van Deursen Date: Sat, 18 Apr 2015 08:42:26 +0200 Subject: [PATCH 2/2] Reorganized pom specifying src/target jdk as properties --- pom.xml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 66b513b5..9a7516b2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - UTF-8 - + + + 3.0.1 + nl.tudelft.jpacman jpacman-framework @@ -26,10 +27,6 @@ - - 3.0.1 - - jpacman-deployment @@ -41,6 +38,13 @@ + + 1.8 + 1.8 + UTF-8 + UTF-8 + + junit @@ -61,16 +65,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - 1.7 - 1.7 - - - maven-assembly-plugin 2.5.3