Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Feb 28, 2013
1 parent 2c5e30f commit 1c9b849
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OSGi - JAX-RS Connector 2.3.0
OSGi - JAX-RS Connector 2.4.0
=============================

[JAX-RS (JSR 311)](http://jsr311.java.net/) is the community-driven Standard for
Expand Down Expand Up @@ -26,8 +26,8 @@ Installation
Install from this software repository into your target: http://hstaudacher.github.com/osgi-jax-rs-connector
or download the binaries:

* [com.eclipsesource.jaxrs.connector_2.3.0.201301222112.jar](http://hstaudacher.github.com/osgi-jax-rs-connector/plugins/com.eclipsesource.jaxrs.connector_2.3.0.201301222112.jar)
* [com.eclipsesource.jaxrs.consumer_1.1.0.201301222112.jar](http://hstaudacher.github.com/osgi-jax-rs-connector/plugins/com.eclipsesource.jaxrs.consumer_1.1.0.201301222112.jar)
* [com.eclipsesource.jaxrs.connector_2.4.0.201302282147.jar](http://hstaudacher.github.com/osgi-jax-rs-connector/plugins/com.eclipsesource.jaxrs.connector_2.4.0.201302282147.jar)
* [com.eclipsesource.jaxrs.consumer_1.2.0.201302282147.jar](http://hstaudacher.github.com/osgi-jax-rs-connector/plugins/com.eclipsesource.jaxrs.consumer_1.2.0.201302282147.jar)

If dependencies can't be satisfied please disable "include required software" within the target editor.

Expand Down Expand Up @@ -64,7 +64,7 @@ Alternatives
Jersey version
--------------

Jersey 2.0 (m11) is included in the software repository.
Jersey 2.0 (m12) is included in the software repository.

Changelog
---------
Expand All @@ -74,11 +74,12 @@ Changelog
* **2.1 (Oct 26th, 2012):** Besides `@Path` annotated object it's now possible to register `@Provider` annotated objects as OSGi services too. Thanks to Dirk Lecluse for this contribution.
* **2.1.1 (Nov 11th, 2012):** Updated included Jersey Version (1.15).
* **2.2.0 (Jan 3rd, 2013):** Updated included Jersey Version (2.0 m11). Added Consumer integration.
* **2.3.0 (Jan 22th, 2013):** Added service property to exclude a resource from publishing. See `ServiceProperties`.
* **2.3.0 (Jan 22th, 2013):** Added service property to exclude a resource from publishing. See `ServiceProperties`.
* **2.4.0 (Feb 28th, 2013):** Updated included Jersey Version (2.0 m12).

License
-------

The code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html).

Included binaries from [Jersey](http://jersey.java.net/), version 2.0 m11, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html)
Included binaries from [Jersey](http://jersey.java.net/), version 2.0 m12, which are published under two licenses, the [CDDL 1.1 and GPL 2 with CPE](http://glassfish.java.net/public/CDDL+GPL_1_1.html)

0 comments on commit 1c9b849

Please sign in to comment.