From 70997eeaf9660bc4179e2c547a3b151e774900da Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Mon, 1 Aug 2011 09:53:47 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3427 - compile with jdk7 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1152720 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/pom.xml | 2 +- pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index e8912f8044..caa847b508 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -35,7 +35,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1-beta-1 + 2.1.1 WEB-INF/lib/jetty*.jar, diff --git a/pom.xml b/pom.xml index 7399ba8eaf..a48ac969c7 100755 --- a/pom.xml +++ b/pom.xml @@ -1035,6 +1035,11 @@ false + + org.apache.maven.plugins + maven-war-plugin + 2.1.1 +