Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Update karaf feature to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Jun 29, 2015
1 parent 2a8dade commit 70a2e83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/karaf-integration/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>osgi-jax-rs-connector-pom</artifactId>
<version>4.2-SNAPSHOT</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
12 changes: 6 additions & 6 deletions examples/karaf-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>osgi-jax-rs-connector-pom</artifactId>
<packaging>pom</packaging>
<version>4.3</version>
<version>5.0</version>

<modules>
<module>features</module>
Expand All @@ -24,11 +24,11 @@

<properties>
<!-- Change jax-rs connector versions as you like, see available versions here: http://search.maven.org/#search%7Cga%7C1%7Ccom.eclipsesource.jaxrs -->
<jax-rs-publisher.version>4.3</jax-rs-publisher.version>
<jax-rs-consumer.version>3.2</jax-rs-consumer.version>
<jax-rs-jersey-all.version>2.17</jax-rs-jersey-all.version>
<jax-rs-providers.version>2.1</jax-rs-providers.version>
<jax-rs-providers.gson.version>2.2</jax-rs-providers.gson.version>
<jax-rs-publisher.version>5.0</jax-rs-publisher.version>
<jax-rs-consumer.version>5.0</jax-rs-consumer.version>
<jax-rs-jersey-all.version>2.18</jax-rs-jersey-all.version>
<jax-rs-providers.version>2.2</jax-rs-providers.version>
<jax-rs-providers.gson.version>2.3</jax-rs-providers.gson.version>

<lombok.version>1.14.8</lombok.version>
<javaee-web-api.version>7.0</javaee-web-api.version>
Expand Down

0 comments on commit 70a2e83

Please sign in to comment.