From 1a7b00106d4d94a3bbfc6b47c134dac6564afb72 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 2 Oct 2007 10:41:24 +0000 Subject: [PATCH] Upgraded to junit 4.4 (mainly to allow use of BeforeClass and AfterClass annotations) and changed pom to use different source and versions for production and test sources (1.4 and 1.5 respectively) --- pom.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6f65a9805b..ea881337d9 100644 --- a/pom.xml +++ b/pom.xml @@ -231,7 +231,7 @@ junit junit - 3.8.1 + 4.4 test @@ -279,10 +279,30 @@ org.apache.maven.plugins maven-compiler-plugin - - 1.4 - 1.4 - + + + java-1.4-compile + compile + + compile + + + 1.4 + 1.4 + + + + java-1.5-compile + process-test-sources + + testCompile + + + 1.5 + 1.5 + + + org.apache.maven.plugins