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 D2EFCC3C9 for ; Fri, 21 Jun 2013 15:26:52 +0000 (UTC) Received: (qmail 81044 invoked by uid 500); 21 Jun 2013 15:26:52 -0000 Delivered-To: apmail-bval-commits-archive@bval.apache.org Received: (qmail 81019 invoked by uid 500); 21 Jun 2013 15:26:52 -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 81010 invoked by uid 99); 21 Jun 2013 15:26:51 -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:26:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,MANY_SPAN_IN_TEXT 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:26:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 486A92388C36 for ; Fri, 21 Jun 2013 15:26:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r866842 - in /websites/staging/bval/trunk/content: ./ downloads.html Date: Fri, 21 Jun 2013 15:26:29 -0000 To: commits@bval.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130621152629.486A92388C36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Jun 21 15:26:28 2013 New Revision: 866842 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:26:28 2013 @@ -1 +1 @@ -1495474 +1495477 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:26:28 2013 @@ -228,9 +228,9 @@ will automatically include the additiona you are not using Maven to build your project, then you will also need the following dependencies on the classpath:

<dependency>
-    <groupId>commons-lang</groupId>
-    <artifactId>commons-lang</artifactId>
-    <version>2.4</version>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-lang3</artifactId>
+    <version>3.1</version>
 </dependency>
 <dependency>
     <groupId>org.slf4j</groupId>
@@ -242,11 +242,6 @@ following dependencies on the classpath:
     <artifactId>commons-beanutils</artifactId>
     <version>1.8.3</version>
 </dependency>
-<dependency>
-    <groupId>commons-collections</groupId>
-    <artifactId>commons-collections</artifactId>
-    <version>3.2.1</version>
-</dependency>
 
@@ -264,19 +259,19 @@ rather than from a mirror. Then verify the signatures using:

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

or

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

or

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