diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-10-02 09:36:47 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-10-02 09:36:47 +0000 |
| commit | 4029549f2d4a3271902c4077167113fd19a6fbdd (patch) | |
| tree | e46dded8ee92d97fedbdf31764855cb3370de21d /java | |
| parent | 77974adea6fd8e554b4f8243cec1f1cb0d78fabe (diff) | |
| download | qpid-python-4029549f2d4a3271902c4077167113fd19a6fbdd.tar.gz | |
Updated poms to use 0.6-SNAPSHOT version of junit-toolkit and plugin consistently.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@581171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 4 | ||||
| -rw-r--r-- | java/pom.xml | 2 |
2 files changed, 3 insertions, 3 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> diff --git a/java/pom.xml b/java/pom.xml index b1ab962738..dc9b500a37 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.5</version> + <version>0.6-SNAPSHOT</version> </plugin> |
