This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-jaxrs-providers.

commit 2c3cf2d5039c46baffd203edc570410ac04a6115
Author: Tatu Saloranta <tatu.salora...@iki.fi>
Date:   Thu Apr 17 19:05:43 2014 -0700

    ...
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24786c4..958b069 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,13 @@ This is a multi-module project that contains Jackson-based 
JAX-RS providers for
 * [JSON](https://github.com/FasterXML/jackson-core)
 * [Smile](https://github.com/FasterXML/jackson-dataformat-smile) (binary JSON)
 * [XML](https://github.com/FasterXML/jackson-dataformat-xml)
+* [CBOR](https://github.com/FasterXML/jackson-dataformat-cbor) (another kind 
of binary JSON)
 
 Providers implement JAX-RS `MessageBodyReader` and `MessageBodyWriter` 
handlers for specific
 data formats. They also contain SPI settings for auto-registration.
 
+[![Build 
Status](https://travis-ci.org/FasterXML/jackson-jaxrs-providers.svg?branch=master)](https://travis-ci.org/FasterXML/jackson-jaxrs-providers)
+
 [![Build 
Status](https://fasterxml.ci.cloudbees.com/job/jackson-jaxrs-providers-master/badge/icon)](https://fasterxml.ci.cloudbees.com/job/jackson-jaxrs-providers-master/)
 
 ## Status
@@ -23,7 +26,7 @@ To use JAX-RS on Maven-based projects, use dependencies like:
 <dependency>
   <groupId>com.fasterxml.jackson.jaxrs</groupId>
   <artifactId>jackson-jaxrs-json-provider</artifactId>
-  <version>2.2.3</version>
+  <version>2.3.3</version>
 </dependency>
 ```
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to