From 324a32d096c275409295628d7496aa673d92e929 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 6 Jan 2004 08:46:25 +0000 Subject: [PATCH] Upgrade to ant 1.6 tests now run and succeed git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114548 13f79535-47bb-0310-9956-ffa450edef68 --- simian/project.xml | 2 +- simian/xdocs/changes.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/simian/project.xml b/simian/project.xml index c28a63db..9ba00da7 100644 --- a/simian/project.xml +++ b/simian/project.xml @@ -24,7 +24,7 @@ ant ant - 1.5.3-1 + 1.6 http://ant.apache.org/ diff --git a/simian/xdocs/changes.xml b/simian/xdocs/changes.xml index 997e67f4..f09995b6 100644 --- a/simian/xdocs/changes.xml +++ b/simian/xdocs/changes.xml @@ -9,6 +9,12 @@ + + Allow test case to be run. + + + Upgrade to ant 1.6. + Apply MAVEN-890. Allow unit tests to be skipped.