Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 23555 invoked from network); 10 Aug 2010 18:51:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 18:51:09 -0000 Received: (qmail 79238 invoked by uid 500); 10 Aug 2010 18:51:09 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 79223 invoked by uid 500); 10 Aug 2010 18:51:09 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 79215 invoked by uid 99); 10 Aug 2010 18:51:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:51:09 +0000 X-ASF-Spam-Status: No, hits=-1999.4 required=10.0 tests=ALL_TRUSTED,HK_RANDOM_ENVFROM X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:51:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 104492388A1C; Tue, 10 Aug 2010 18:49:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r984162 - /click/trunk/click/documentation/docs/downloads.html Date: Tue, 10 Aug 2010 18:49:52 -0000 To: commits@click.apache.org From: bckfnn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100810184952.104492388A1C@eris.apache.org> Author: bckfnn Date: Tue Aug 10 18:49:51 2010 New Revision: 984162 URL: http://svn.apache.org/viewvc?rev=984162&view=rev Log: use click-nodeps in the pom.xml example. suggest use of version 2.2.0. Modified: click/trunk/click/documentation/docs/downloads.html Modified: click/trunk/click/documentation/docs/downloads.html URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/downloads.html?rev=984162&r1=984161&r2=984162&view=diff ============================================================================== --- click/trunk/click/documentation/docs/downloads.html (original) +++ click/trunk/click/documentation/docs/downloads.html Tue Aug 10 18:49:51 2010 @@ -184,7 +184,7 @@ <!-- Specifying the artifactId click will include Click Core in your project --> <dependency> <groupId>org.apache.click</groupId> - <artifactId>click</artifactId> + <artifactId>click-nodeps</artifactId> <version>X.X.X</version> <scope>compile</scope> </dependency> @@ -198,7 +198,7 @@ </dependency> - Specify your Click version in the version tag e.g: <version>2.1.0</version> + Specify your Click version in the version tag e.g: <version>2.2.0</version>

The following artifactId's are available: