summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-18 13:11:39 +0000
committerRobert Greig <rgreig@apache.org>2007-01-18 13:11:39 +0000
commitf661a2d89c4c79a609a1a29f1ee7f796df69a01e (patch)
tree8c77127fa7d2bc38fd1d0d1ededdafbb6c9f46e2 /qpid/java/perftests/pom.xml
parentc6010ef8f904c157a375189155dc0694d7d0be74 (diff)
downloadqpid-python-f661a2d89c4c79a609a1a29f1ee7f796df69a01e.tar.gz
(Patch submitted by Rupert Smith)
Restructured the ping tests, they now share common base classes to avoid cut and paste coding. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@497425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/pom.xml')
-rw-r--r--qpid/java/perftests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml
index 2f79654e6a..a37e3f0946 100644
--- a/qpid/java/perftests/pom.xml
+++ b/qpid/java/perftests/pom.xml
@@ -97,7 +97,7 @@
./bin/script_name or ./bin/script_name.bat
- These scripts can find everything in the 'all test dependencies' jar.
+ These scripts can find everything in the 'all test dependencies' jar created by the assembly:assembly goal.
-->
<!--
<plugin>
@@ -146,7 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>${assembly.version}</version>
+ <!--<version>2.2-SNAPSHOT</version>-->
<configuration>
<descriptors>
<descriptor>jar-with-dependencies.xml</descriptor>