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 577F0C386 for ; Fri, 21 Jun 2013 15:21:00 +0000 (UTC) Received: (qmail 67063 invoked by uid 500); 21 Jun 2013 15:21:00 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 67025 invoked by uid 500); 21 Jun 2013 15:21:00 -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 67017 invoked by uid 99); 21 Jun 2013 15:20:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jun 2013 15:20:56 +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:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B51FB2388ABA for ; Fri, 21 Jun 2013 15:20:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r866840 - in /websites/staging/bval/trunk/content: ./ downloads.html Date: Fri, 21 Jun 2013 15:20:33 -0000 To: commits@bval.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130621152033.B51FB2388ABA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Jun 21 15:20:33 2013 New Revision: 866840 Log: Staging update by buildbot for bval Modified: websites/staging/bval/trunk/content/ (props changed) websites/staging/bval/trunk/content/downloads.html Propchange: websites/staging/bval/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jun 21 15:20:33 2013 @@ -1 +1 @@ -1495210 +1495474 Modified: websites/staging/bval/trunk/content/downloads.html ============================================================================== --- websites/staging/bval/trunk/content/downloads.html (original) +++ websites/staging/bval/trunk/content/downloads.html Fri Jun 21 15:20:33 2013 @@ -210,18 +210,20 @@ how to verify the integrity of downloade

Our artifacts are published to the Maven Central repository and can be 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) -- - - org.apache.geronimo.specs - geronimo-validation_1.0_spec - 1.1 - - - org.apache.bval - org.apache.bval.bundle - 0.4 -

+will automatically include the additional transitive dependencies for you):

+
<dependency>
+  <groupId>org.apache.geronimo.specs</groupId>
+  <artifactId>geronimo-validation_1.0_spec</artifactId>
+  <version>1.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.bval</groupId>
+  <artifactId>org.apache.bval.bundle</artifactId>
+  <version>0.4</version>
+</dependency>
+
+ +

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:

@@ -261,20 +263,20 @@ these files from the rather than from a mirror. Then verify the signatures using:

-
$ pgpk -a KEYS
-$ pgpv bval-parent-0.4-source-release.zip.asc
+
$ pgpk -a KEYS
+$ pgpv bval-parent-0.4-source-release.zip.asc
 

or

-
$ pgp -ka KEYS
-$ pgp bval-parent-0.4-source-release.zip.asc
+
$ pgp -ka KEYS
+$ pgp bval-parent-0.4-source-release.zip.asc
 

or

-
$ gpg --import KEYS
-$ gpg --verify bval-parent-0.4-source-release.zip.asc
+
$ gpg --import KEYS
+$ gpg --verify bval-parent-0.4-source-release.zip.asc