You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2013/06/21 17:26:23 UTC

svn commit: r1495477 - /bval/cms-site/trunk/content/downloads.mdtext

Author: mbenson
Date: Fri Jun 21 15:26:23 2013
New Revision: 1495477

URL: http://svn.apache.org/r1495477
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=1495477&r1=1495476&r2=1495477&view=diff
==============================================================================
--- bval/cms-site/trunk/content/downloads.mdtext (original)
+++ bval/cms-site/trunk/content/downloads.mdtext Fri Jun 21 15:26:23 2013
@@ -110,9 +110,9 @@ following dependencies on the classpath:
 
     :::html    
     <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>
@@ -124,11 +124,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>
 
 <a name="Downloads-VerifyingReleases"></a>
 ### Verifying Releases
@@ -148,19 +143,19 @@ Then verify the signatures using:
 
     :::sh
     $ pgpk -a KEYS
-    $ pgpv bval-parent-0.4-source-release.zip.asc
+    $ pgpv bval-parent-0.5-source-release.zip.asc
 
 or
 
     :::sh
     $ pgp -ka KEYS
-    $ pgp bval-parent-0.4-source-release.zip.asc
+    $ pgp bval-parent-0.5-source-release.zip.asc
 
 or
 
     :::sh
     $ gpg --import KEYS
-    $ gpg --verify bval-parent-0.4-source-release.zip.asc
+    $ gpg --verify bval-parent-0.5-source-release.zip.asc
 
 Alternatively, you can verify the MD5 signature on the files. A Unix/Linux
 program called `md5` or `md5sum` is included in most distributions.  It is