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:20:25 UTC

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

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
+
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-validation_1.0_spec</artifactId>
@@ -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    
     <dependency>
     	<groupId>commons-lang</groupId>
     	<artifactId>commons-lang</artifactId>
@@ -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