This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 0.5
in repository https://gitbox.apache.org/repos/asf/bval.git
commit da2eb9ffa4d453667b042a0694d58ac013dbe864
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Mon Sep 17 16:46:23 2012 +0000
remove incubation references
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1386715
13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES.txt | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 56144d3..8c8e710 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-Apache BVal (incubating) - CHANGES.txt
+Apache BVal - CHANGES.txt
Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------
@@ -20,21 +20,10 @@ The technical objective is to provide a class level
constraint declaration and
validation facility for the Java application developer, as well as a constraint
metadata repository and query API.
-This implementation is based on the validation framework of agimatec GmbH,
+This implementation is based on the validation framework of Agimatec GmbH,
which was contributed to the ASF under a software grant.
-Disclaimer
-==========
-Apache BVal is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in
a
-manner consistent with other successful ASF projects. While incubation status
is
-not necessarily a reflection of the completeness or stability of the code, it
-does indicate that the project has yet to be fully endorsed by the ASF.
-
-
Prerequisites
=============
You need a platform that supports Java SE 5 or later.
@@ -43,7 +32,7 @@ You need a platform that supports Java SE 5 or later.
Documentation
=============
Please refer to the project page at:
- http://incubator.apache.org/bval/
+ http://bval.apache.org/
Getting Involved