Author: rupertlssmith
Date: Tue Oct 2 02:36:47 2007
New Revision: 581171
URL: http://svn.apache.org/viewvc?rev=581171&view=rev
Log:
Updated poms to use 0.6-SNAPSHOT version of junit-toolkit and plugin
consistently.
Modified:
incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml
incubator/qpid/branches/M2.1/java/pom.xml
Modified: incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml?rev=581171&r1=581170&r2=581171&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml Tue Oct 2
02:36:47 2007
@@ -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>
Modified: incubator/qpid/branches/M2.1/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/pom.xml?rev=581171&r1=581170&r2=581171&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/pom.xml Tue Oct 2 02:36:47 2007
@@ -399,7 +399,7 @@
<plugin>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
</plugin>