diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-18 13:11:39 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-18 13:11:39 +0000 |
| commit | 553a5374ebca0fa86fe927e18a5288644508a50a (patch) | |
| tree | 69a44828170c09b20929ff216d79aa6fd41c4043 /java/perftests/pom.xml | |
| parent | d5039472ca66b7407c60d5cd097d1a612a8cb157 (diff) | |
| download | qpid-python-553a5374ebca0fa86fe927e18a5288644508a50a.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/qpid@497425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/pom.xml')
| -rw-r--r-- | java/perftests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 2f79654e6a..a37e3f0946 100644 --- a/java/perftests/pom.xml +++ b/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> |
