Author: rupertlssmith
Date: Wed Oct 24 09:32:14 2007
New Revision: 587922
URL: http://svn.apache.org/viewvc?rev=587922&view=rev
Log:
Resolved junit-toolkit SNAPSHOT dependencies onto version 0.6.1 which is in the
central repository.
Modified:
incubator/qpid/branches/M2.1/java/integrationtests/pom.xml
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/integrationtests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/integrationtests/pom.xml?rev=587922&r1=587921&r2=587922&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/integrationtests/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/integrationtests/pom.xml Wed Oct 24
09:32:14 2007
@@ -59,7 +59,6 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
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=587922&r1=587921&r2=587922&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/perftests/distribution/pom.xml Wed Oct 24
09:32:14 2007
@@ -56,13 +56,11 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <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=587922&r1=587921&r2=587922&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/pom.xml Wed Oct 24 09:32:14 2007
@@ -399,7 +399,7 @@
<plugin>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6.1</version>
</plugin>
@@ -547,7 +547,7 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.6-SNAPSHOT</version>
+ <version>0.6.1</version>
<scope>compile</scope>
</dependency>
@@ -686,25 +686,17 @@
</snapshots>
</repository>
-->
- <repository>
- <id>junit-toolkit.snapshots</id>
- <name>JUnit Toolkit SNAPSHOT Repository</name>
-
<url>http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>Codehaus Snapshots</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
-</repositories>
+ <repository>
+ <id>Codehaus Snapshots</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
<pluginRepositories>
<pluginRepository>