From 4dbf570820bdc260028ea209c0c5fe0490161420 Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Mon, 4 Nov 2024 07:33:41 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7ae41..27dfe94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# OmniServices [![Build Status](https://travis-ci.org/omnifaces/omniservices.svg?branch=develop)](https://travis-ci.org/omnifaces/omniservices) +# OmniServices + +[![Build Status](https://travis-ci.org/omnifaces/omniservices.svg?branch=develop)](https://travis-ci.org/omnifaces/omniservices) +[![Maven](https://maven-badges.herokuapp.com/maven-central/org.omnifaces/omniservices/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.omnifaces/omniservices) +[![Javadoc](http://javadoc.io/badge/org.omnifaces/omniservices.svg)](http://javadoc.io/doc/org.omnifaces/omniservices) +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + Utility library that provides EJB3-like features for CDI beans This project will attempt to implement CDI and Interceptor based versions of various EJB features and services. Currently the following features are implemented: