Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75296 invoked from network); 27 Nov 2005 10:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Nov 2005 10:54:30 -0000 Received: (qmail 87390 invoked by uid 500); 27 Nov 2005 10:54:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 87366 invoked by uid 500); 27 Nov 2005 10:54:28 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 87355 invoked by uid 500); 27 Nov 2005 10:54:27 -0000 Received: (qmail 87352 invoked by uid 99); 27 Nov 2005 10:54:27 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 27 Nov 2005 02:54:27 -0800 Received: (qmail 75208 invoked by uid 65534); 27 Nov 2005 10:54:07 -0000 Message-ID: <20051127105407.75205.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r349203 - /jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Date: Sun, 27 Nov 2005 10:54:07 -0000 To: commons-cvs@jakarta.apache.org From: dion@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dion Date: Sun Nov 27 02:54:03 2005 New Revision: 349203 URL: http://svn.apache.org/viewcvs?rev=349203&view=rev Log: Use groupId/artifactId consistently instead of simply id Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml?rev=349203&r1=349202&r2=349203&view=diff ============================================================================== --- jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml (original) +++ jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Sun Nov 27 02:54:03 2005 @@ -23,7 +23,7 @@ --> ${basedir}/../tag-project.xml - commons-jelly-tags-ant + commons-jelly-tags-ant commons-jelly-tags-ant 1.1.1-SNAPSHOT org.apache.commons.jelly.tags.ant @@ -45,7 +45,8 @@ - ant + ant + ant 1.6.5 @@ -66,17 +67,24 @@ commons-jelly-tags-junit 1.0 http://jakarta.apache.org/commons/jelly/libs/junit/ + + test + commons-jelly commons-jelly-tags-util 1.1.1 + + test + - commons-cli + commons-cli + commons-cli 1.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org