Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 99944 invoked from network); 25 Jun 2003 04:50:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jun 2003 04:50:27 -0000 Received: (qmail 1315 invoked by uid 97); 25 Jun 2003 04:52:58 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 1308 invoked from network); 25 Jun 2003 04:52:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 25 Jun 2003 04:52:57 -0000 Received: (qmail 99682 invoked by uid 500); 25 Jun 2003 04:50:24 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 99669 invoked by uid 500); 25 Jun 2003 04:50:24 -0000 Received: (qmail 99666 invoked from network); 25 Jun 2003 04:50:24 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 25 Jun 2003 04:50:24 -0000 Received: (qmail 71569 invoked by uid 1339); 25 Jun 2003 04:50:23 -0000 Date: 25 Jun 2003 04:50:23 -0000 Message-ID: <20030625045023.71568.qmail@icarus.apache.org> From: martinc@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/fileupload project.xml build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N martinc 2003/06/24 21:50:23 Modified: fileupload project.xml build.xml Log: Updates for 1.0 Final release: - Set current version to 1.0. - Specify package and URL explicitly (i.e. don't inherit them). - Add new version entry for 1.0. - Regenerate corresponding Ant build file. Revision Changes Path 1.21 +11 -3 jakarta-commons/fileupload/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/fileupload/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 3 Jun 2003 06:11:48 -0000 1.20 +++ project.xml 25 Jun 2003 04:50:23 -0000 1.21 @@ -4,7 +4,7 @@ ../project.xml FileUpload commons-fileupload - 1.0-rc1 + 1.0 2002 File upload component for Java servlets @@ -13,16 +13,24 @@ applications. /images/logo.gif + org.apache.commons.fileupload + + http://jakarta.apache.org/commons/fileupload/ http://nagoya.apache.org/bugzilla/ - rc1 + 1.0 + 1.0 + FILEUPLOAD_1_0 + + + 1.0-rc1 1.0-rc1 FILEUPLOAD_1_0_RC1 - b1 + 1.0-beta-1 1.0-beta-1 FILEUPLOAD_1_0_B1 1.7 +6 -6 jakarta-commons/fileupload/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/fileupload/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 3 Jun 2003 06:11:48 -0000 1.6 +++ build.xml 25 Jun 2003 04:50:23 -0000 1.7 @@ -1,8 +1,8 @@ @@ -20,7 +20,7 @@ - + @@ -123,11 +123,11 @@ - + - + - + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org