diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-06-27 15:34:57 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-06-27 15:34:57 +0000 |
| commit | f10117cd6464a107b086e0b7f7ea44a496b04c3d (patch) | |
| tree | 1101a6639f81979756473ddc1181c986e91f89ef /java/client-java14/pom.xml | |
| parent | d7c68d138a1151db2b0d133c94f8b1843850e867 (diff) | |
| download | qpid-python-f10117cd6464a107b086e0b7f7ea44a496b04c3d.tar.gz | |
Merged revisions 549530-550509 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r549530 | rupertlssmith | 2007-06-21 17:14:03 +0100 (Thu, 21 Jun 2007) | 1 line
Added minimal checkstyle to project reports. Fixed some problems with site generation.
........
r549849 | rupertlssmith | 2007-06-22 16:39:27 +0100 (Fri, 22 Jun 2007) | 1 line
Added Immediate and Mandatory message tests.
........
r550509 | ritchiem | 2007-06-25 15:16:30 +0100 (Mon, 25 Jun 2007) | 1 line
Update to provide a SustainedTestCase, this sends batches of messages to the broker. The rate of publication is regulated by the average consume rate advertised by all connected clients.
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@551199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client-java14/pom.xml')
| -rw-r--r-- | java/client-java14/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/client-java14/pom.xml b/java/client-java14/pom.xml index 90a49e7d6c..db1644c5b5 100644 --- a/java/client-java14/pom.xml +++ b/java/client-java14/pom.xml @@ -32,6 +32,7 @@ <groupId>org.apache.qpid</groupId>
<artifactId>qpid</artifactId>
<version>1.0-incubating-M2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<properties>
|
