summaryrefslogtreecommitdiff
path: root/java/perftests
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-10-02 10:00:35 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-10-02 10:00:35 +0000
commit61ec67bde802657ef173482e4409685bcc61a3f9 (patch)
tree0ca631ae4ac3962951fc2b3d8b304f448163b3bb /java/perftests
parent2ed6c3f489f3bf740d1641400037b644c132b75a (diff)
downloadqpid-python-61ec67bde802657ef173482e4409685bcc61a3f9.tar.gz
Fixed broken build by updating junit-toolkit references.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@581176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests')
-rw-r--r--java/perftests/distribution/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml
index de6497b5b8..c0e81ce3f5 100644
--- a/java/perftests/distribution/pom.xml
+++ b/java/perftests/distribution/pom.xml
@@ -56,13 +56,13 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>