From 43564883c804c3b49c26fd68a5934f8bff56a155 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 7 Apr 2013 13:40:56 +0200 Subject: [PATCH] Updated plugin dependencies in booking-mvc example. - Compiler plugin 2.3.2 -> 3.0 - Tomcat plugin 2.0-SNAPSHOT -> 2.1 - Surefire plugin 2.12 -> 2.14 --- booking-mvc/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index 3c17ea0..38eaef5 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -280,7 +280,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.0 1.6 1.6 @@ -289,7 +289,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 + 2.14 junit:junit @@ -300,7 +300,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin - 2.0-SNAPSHOT + 2.1 org.apache.maven.plugins