From 8ccbc251b2b4663919b6e0293612aa2078679394 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 29 Nov 2007 17:56:12 +0000 Subject: QPID-92 QPID-564 Forgot to upgrade mina to 1.0.1 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1@599531 13f79535-47bb-0310-9956-ffa450edef68 --- java/pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index a3b3843064..71e32948d0 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -108,7 +108,7 @@ under the License. 1.5 -Xlint:fallthrough,finally - @@ -174,7 +174,7 @@ under the License. NOTICE - + src/main/java @@ -247,15 +247,15 @@ under the License. This is done during the 'compile' phase to reflect the version of the currently compiled code and to ensure that these properties are up to date when running from a file system classpath. Consider moving this to, or running a second time, during the 'package' phase to capture the version of any resources added to jar files. - This svnversion command is always run in the top directory to accurately reflect the svnversion range accross all modules + This svnversion command is always run in the top directory to accurately reflect the svnversion range accross all modules at the time of the build. The properties are placed into a file 'qpidversion.properties' in the target/classes directory of any child module that runs this plugin. The 'qpidversion.properties' file is loaded by the org.apache.qpid.common.QpidProperties class. - Be carefull of the possibility that the 'common' module may run this antrun plugin and recieve its own set of - qpidversion.properties and then the client or broker being built against an older version of the common library ending - up with the wrong version information. This is unlikely to happen because the client or broker should pick up its own - properties from the classpath first. If this happens it will be obvious because the productName property will be + Be carefull of the possibility that the 'common' module may run this antrun plugin and recieve its own set of + qpidversion.properties and then the client or broker being built against an older version of the common library ending + up with the wrong version information. This is unlikely to happen because the client or broker should pick up its own + properties from the classpath first. If this happens it will be obvious because the productName property will be 'Qpid Common Utilities'. If this is a problem then push this ant task down into the client and broker poms and remove it from here. --> @@ -265,7 +265,7 @@ under the License. - @@ -402,7 +402,7 @@ under the License. 0.7-SNAPSHOT - + @@ -411,7 +411,7 @@ under the License. - + org.codehaus.mojo taglist-maven-plugin - + -- cgit v1.2.1