From 82e88c562d3b6dbae4cc7c012eb6a07bd399fd43 Mon Sep 17 00:00:00 2001 From: Simon Kitching Date: Sun, 19 Nov 2006 09:54:02 +0000 Subject: [PATCH] Add note about maven1 support. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@476784 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e408a34..b9a4422 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -111,8 +111,8 @@ Software Foundation licensing rules. The terms and conditions are unaltered; this merely affects how those are presented in the source files. See http://www.apache.org/legal/src-headers.html -This release can be built/tested with maven 2.0.4. Maven 1.x and Ant continue -to be supported. +This release can be built/tested with maven 2.0.4 as well as Ant. Note that +building with Maven 1.x is NOT supported (except for building the website). == Bugs Fixed ==