You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/08/04 14:10:30 UTC

git commit: CAMEL-6596: upgrade Jersey (maven-wadl-plugin) from 1.13 to 1.17.1

Updated Branches:
  refs/heads/master f392bae6e -> fd6b30dcd


CAMEL-6596: upgrade Jersey (maven-wadl-plugin) from 1.13 to 1.17.1


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fd6b30dc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fd6b30dc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fd6b30dc

Branch: refs/heads/master
Commit: fd6b30dcddd6cb088d1583ea8837dc7ceb9cd667
Parents: f392bae
Author: cmueller <cm...@apache.org>
Authored: Sun Aug 4 14:10:10 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Aug 4 14:10:24 2013 +0200

----------------------------------------------------------------------
 components/camel-web/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fd6b30dc/components/camel-web/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web/pom.xml b/components/camel-web/pom.xml
index 06bc498..dc294be 100644
--- a/components/camel-web/pom.xml
+++ b/components/camel-web/pom.xml
@@ -33,7 +33,7 @@
         <camel.osgi.export.pkg>org.apache.camel.web.*</camel.osgi.export.pkg>
         <jaxb-api-version>2.1</jaxb-api-version>
         <scalate-version>1.6.1</scalate-version>
-        <jersey-version>1.13</jersey-version>
+        <jersey-version>1.17.1</jersey-version>
         <jetty-port>8080</jetty-port>
         <webdriver-version>0.9.7376</webdriver-version>
     </properties>