diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/integrationtests/pom.xml | 1 | ||||
| -rw-r--r-- | java/perftests/distribution/pom.xml | 2 | ||||
| -rw-r--r-- | java/pom.xml | 34 |
3 files changed, 13 insertions, 24 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml index 9337e7d78e..69cf8fef00 100644 --- a/java/integrationtests/pom.xml +++ b/java/integrationtests/pom.xml @@ -59,7 +59,6 @@ <dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index c0e81ce3f5..52b275dc02 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -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> diff --git a/java/pom.xml b/java/pom.xml index dc9b500a37..5efec51a60 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -399,7 +399,7 @@ under the License. <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 @@ under the License. <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 @@ under the License. </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> |
