Skip to content

Commit

Permalink
Sync Jetty version with version used by Karaf 4.2.6 (#934)
Browse files Browse the repository at this point in the history
Resolves the Jetty bundle duplicates as reported in #892.

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and cweitkamp committed Jul 22, 2019
1 parent 4f3e1c1 commit 657d63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/karaf/openhab-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>openHAB Core Features</description>

<properties>
<jetty.version>9.4.12.v20180830</jetty.version>
<jetty.version>9.4.18.v20190429</jetty.version>
<jna.version>4.5.2</jna.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion features/karaf/openhab-tp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>openHAB Core :: Features :: Karaf :: Target Platform</name>

<properties>
<jetty.version>9.4.11.v20180605</jetty.version>
<jetty.version>9.4.18.v20190429</jetty.version>
</properties>

<build>
Expand Down

0 comments on commit 657d63f

Please sign in to comment.