From 35b42ebbc70057d0f22fbc3c59ee2d2659c2ac4b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 19 May 2014 09:28:22 +0200 Subject: [PATCH] #71 - Switched the order of Spring 4 and Spring 4 Next profile. This was necessary to be able to run the build against to-be-released Spring versions. Previously the default activation registered for the Spring 4 profile trumped the version number that should've been activated if you manually select a profile. --- parent/pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2dd0f267..8bc4cac2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -541,6 +541,29 @@ + + + spring4 + + + 1.8 + + + + 4.0.4.RELEASE + + + + + javax.servlet + javax.servlet-api + 3.0.1 + test + + + + + spring4-next @@ -567,29 +590,6 @@ - - - spring4 - - - 1.8 - - - - 4.0.4.RELEASE - - - - - javax.servlet - javax.servlet-api - 3.0.1 - test - - - - - querydsl-next