Author: mbenson
Date: Fri Apr 13 17:36:38 2012
New Revision: 1325861
URL: http://svn.apache.org/viewvc?rev=1325861&view=rev
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=1325861&r1=1325860&r2=1325861&view=diff
==============================================================================
--- bval/cms-site/trunk/content/downloads.mdtext (original)
+++ bval/cms-site/trunk/content/downloads.mdtext Fri Apr 13 17:36:38 2012
@@ -14,9 +14,6 @@ how to verify the integrity of downloade
[bv-spec]: http://jcp.org/en/jsr/detail?id=303
[ALv2]: http://www.apache.org/licenses/LICENSE-2.0
-Look for a fully-sanctioned release of Apache BVal in the near future.
-Right now you can try our last incubating release.
-
<a name="Downloads-CurrentRelease" />
### Current Release
@@ -98,7 +95,7 @@ will automatically include the additiona
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>org.apache.bval.bundle</artifactId>
- <version>0.3-incubating</version>
+ <version>0.4</version>
</dependency>
Maven will determine the transitive dependencies for the artifacts, but if
@@ -134,26 +131,26 @@ the PGP or MD5 signatures. For more inf
why we do it, check out the
[Release Signing FAQ](http://www.apache.org/dev/release-signing.html).
-The PGP signatures can be verified using PGP or GPG. First download the
[KEYS](http://www.apache.org/dist/incubator/bval/KEYS)
+The PGP signatures can be verified using PGP or GPG. First download the
[KEYS](http://www.apache.org/dist/bval/KEYS)
as well as the asc signature file for the artifact. Make sure you get
these files from the
-[main distribution directory](http://www.apache.org/dist/incubator/bval/),
+[main distribution directory](http://www.apache.org/dist/bval/),
rather than from a
-[mirror](http://www.apache.org/dyn/closer.cgi/incubator/bval/).
+[mirror](http://www.apache.org/dyn/closer.cgi/bval/).
Then verify the signatures using:
$ pgpk -a KEYS
- $ pgpv bval-parent-0.3-incubating-source-release.zip.asc
+ $ pgpv bval-parent-0.4-source-release.zip.asc
or
$ pgp -ka KEYS
- $ pgp bval-parent-0.3-incubating-source-release.zip.asc
+ $ pgp bval-parent-0.4-source-release.zip.asc
or
$ gpg --import KEYS
- $ gpg --verify bval-parent-0.3-incubating-source-release.zip.asc
+ $ gpg --verify bval-parent-0.4-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