From eee1a601263652597a624af76174b6d589fbc722 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Wed, 3 Aug 2011 21:32:25 +0000 Subject: [PATCH] fix for: https://issues.apache.org/jira/browse/AMQ-3259 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1153675 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-fileserver/pom.xml | 18 +++++++++--------- activemq-web-demo/pom.xml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index 1b637f34cb..294f3c443f 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -59,12 +59,12 @@ - + org.slf4j slf4j-api - + org.apache.geronimo.specs @@ -81,17 +81,17 @@ - ${pom.groupId} + ${project.groupId} activemq-core test - + - ${pom.groupId} + ${project.groupId} activemq-core test-jar test - + org.eclipse.jetty.aggregate @@ -110,7 +110,7 @@ true test - + diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index ba1c876358..ef8ecbc850 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -87,7 +87,7 @@ test-jar - ${pom.groupId} + ${project.groupId} activeio-core