Return-Path: X-Original-To: apmail-bval-commits-archive@www.apache.org Delivered-To: apmail-bval-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C894C383 for ; Fri, 21 Jun 2013 15:20:50 +0000 (UTC) Received: (qmail 66077 invoked by uid 500); 21 Jun 2013 15:20:50 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 66024 invoked by uid 500); 21 Jun 2013 15:20:47 -0000 Mailing-List: contact commits-help@bval.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bval-dev@bval.apache.org Delivered-To: mailing list commits@bval.apache.org Received: (qmail 66010 invoked by uid 99); 21 Jun 2013 15:20:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jun 2013 15:20:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Fri, 21 Jun 2013 15:20:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0240823888E3; Fri, 21 Jun 2013 15:20:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1495474 - /bval/cms-site/trunk/content/downloads.mdtext Date: Fri, 21 Jun 2013 15:20:25 -0000 To: commits@bval.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130621152026.0240823888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Fri Jun 21 15:20:25 2013 New Revision: 1495474 URL: http://svn.apache.org/r1495474 Log: CMS commit to bval by mbenson Modified: bval/cms-site/trunk/content/downloads.mdtext Modified: bval/cms-site/trunk/content/downloads.mdtext URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/content/downloads.mdtext?rev=1495474&r1=1495473&r2=1495474&view=diff ============================================================================== --- bval/cms-site/trunk/content/downloads.mdtext (original) +++ bval/cms-site/trunk/content/downloads.mdtext Fri Jun 21 15:20:25 2013 @@ -89,8 +89,10 @@ Our artifacts are published to the Maven found under the `org.apache.bval` groupId. You'll need to add the following dependencies in your builds (and Maven -will automatically include the additional transitive dependencies for you) -- +will automatically include the additional transitive dependencies for you): + + :::html + org.apache.geronimo.specs geronimo-validation_1.0_spec @@ -105,7 +107,8 @@ will automatically include the additiona Maven will determine the transitive dependencies for the artifacts, but if you are not using Maven to build your project, then you will also need the following dependencies on the classpath: - + + :::html commons-lang commons-lang @@ -143,16 +146,19 @@ rather than from a [mirror](http://www.apache.org/dyn/closer.cgi/bval/). Then verify the signatures using: + :::sh $ pgpk -a KEYS $ pgpv bval-parent-0.4-source-release.zip.asc or + :::sh $ pgp -ka KEYS $ pgp bval-parent-0.4-source-release.zip.asc or + :::sh $ gpg --import KEYS $ gpg --verify bval-parent-0.4-source-release.zip.asc