summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-06 14:14:37 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-06 14:14:37 +0000
commited5989c275e801fa49561118b01763d7fe462490 (patch)
tree6488276d6e8ad733091ace9a17d5eb678cb7d948
parentb2a65b3c968528706fbed1632891590b088d5007 (diff)
downloadqpid-python-ed5989c275e801fa49561118b01763d7fe462490.tar.gz
Forgot to update AppliedPatches.txt
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/perftesting@504143 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/AppliedPatches.txt6
-rw-r--r--qpid/java/distribution/pom.xml5
2 files changed, 8 insertions, 3 deletions
diff --git a/qpid/java/AppliedPatches.txt b/qpid/java/AppliedPatches.txt
index 6967a594a9..df0ac9cc9c 100644
--- a/qpid/java/AppliedPatches.txt
+++ b/qpid/java/AppliedPatches.txt
@@ -3,7 +3,7 @@ Update includes local fix for AMQQueueMBeanTest.getQueueDepth resolved by r50100
- Hard coded to return 0
-Latest Revision-
-503646,502576.499979
+504112,503646,502576.499979
-Not Done-
502610 QPID-84 UPdate PropertiesFileInitialContextFactoryTest Remove referencetest
@@ -67,6 +67,10 @@ Update includes local fix for AMQQueueMBeanTest.getQueueDepth resolved by r50100
* DeliveryManager Queue data size counting.
-Done-
+504112 MNGMT Console fix for brokers with no virtualhost impl.
+504025 MNGMT compile fix
+503790 MNGMT QIPD-326 AMQQueueMBean update MaximumMessageAge
+503706 MNGMT QPID-213 boolean types made a check box.
503646 local repository removed
503637 Junit-toolkit update
503609 Updated to performacen test to allow the use of shared destinations.
diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml
index 573d372d87..328a11d210 100644
--- a/qpid/java/distribution/pom.xml
+++ b/qpid/java/distribution/pom.xml
@@ -38,6 +38,7 @@
<java.source.version>1.5</java.source.version>
<qpid.version>${pom.version}</qpid.version>
<qpid.targetDir>${project.build.directory}</qpid.targetDir>
+ <release.revision>-r504143</release.revision>
</properties>
<repositories>
@@ -124,7 +125,7 @@
<descriptor>src/main/assembly/management-eclipse-plugin.xml</descriptor>
<descriptor>src/main/assembly/management-eclipse-plugin-unix.xml</descriptor>
</descriptors>
- <finalName>qpid-${pom.version}-r500219</finalName>
+ <finalName>qpid-${pom.version}${release.revision}</finalName>
</configuration>
</execution>
</executions>
@@ -190,7 +191,7 @@
<descriptors>
<descriptor>src/main/assembly/bin-test.xml</descriptor>
</descriptors>
- <finalName>qpid-${pom.version}-r500219</finalName>
+ <finalName>qpid-${pom.version}${release.revision}</finalName>
</configuration>
</execution>
</executions>