This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d93d5e  Create README.me
4d93d5e is described below

commit 4d93d5e1787dc91bf7077d0cfb589ea53c38a8d9
Author: Thomas Andraschko <tandrasc...@apache.org>
AuthorDate: Thu Feb 9 11:58:22 2023 +0100

    Create README.me
---
 README.me | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/README.me b/README.me
new file mode 100644
index 0000000..2c7d5ab
--- /dev/null
+++ b/README.me
@@ -0,0 +1,26 @@
+# Apache MyFaces Core
+[![Build 
Status](https://github.com/apache/bval/workflows/BVal%20CI/badge.svg)](https://github.com/apache/myfaces/actions/workflows/bval-ci.yml)
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
+
+This is an implementation of the Java Bean Validation (JSRs 303, 349, 380) 
specification for Jakarta EE and Java SE.
+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.
+See: https://beanvalidation.org/
+
+## Branches
+
+### Master / 3.0.x
+
+Bean Validation 3.0 implementation
+
+### 2.x
+
+Bean Validation 2.x implementation
+
+### 1.1.x
+
+Bean Validation 1.x implementation
+
+## Installation
+
+mvn clean install

Reply via email to