You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/11/06 14:48:22 UTC

svn commit: r1198369 - in /camel/trunk/components/camel-web: pom.xml src/main/resources/application-doc.xml src/main/resources/application-grammars.xml

Author: davsclaus
Date: Sun Nov  6 13:48:22 2011
New Revision: 1198369

URL: http://svn.apache.org/viewvc?rev=1198369&view=rev
Log:
CAMEL-4626: Upgraded camel-web to use Jersey 1.10

Modified:
    camel/trunk/components/camel-web/pom.xml
    camel/trunk/components/camel-web/src/main/resources/application-doc.xml
    camel/trunk/components/camel-web/src/main/resources/application-grammars.xml

Modified: camel/trunk/components/camel-web/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=1198369&r1=1198368&r2=1198369&view=diff
==============================================================================
--- camel/trunk/components/camel-web/pom.xml (original)
+++ camel/trunk/components/camel-web/pom.xml Sun Nov  6 13:48:22 2011
@@ -31,8 +31,8 @@
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.web.*</camel.osgi.export.pkg>
         <scalate-version>1.5.2</scalate-version>
-        <jersey-version>1.8</jersey-version>
-        <logback-version>0.9.29</logback-version>
+        <jersey-version>1.10</jersey-version>
+        <logback-version>1.0.0</logback-version>
         <jetty-port>8080</jetty-port>
         <webdriver-version>0.9.7376</webdriver-version>
     </properties>

Modified: camel/trunk/components/camel-web/src/main/resources/application-doc.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/src/main/resources/application-doc.xml?rev=1198369&r1=1198368&r2=1198369&view=diff
==============================================================================
--- camel/trunk/components/camel-web/src/main/resources/application-doc.xml (original)
+++ camel/trunk/components/camel-web/src/main/resources/application-doc.xml Sun Nov  6 13:48:22 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<applicationDocs targetNamespace="http://research.sun.com/wadl/2006/10">
+<applicationDocs targetNamespace="http://wadl.dev.java.net/2009/02">
 
   <doc xml:lang="en" title="Apache Camel Web Console and API">
     <p>

Modified: camel/trunk/components/camel-web/src/main/resources/application-grammars.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/src/main/resources/application-grammars.xml?rev=1198369&r1=1198368&r2=1198369&view=diff
==============================================================================
--- camel/trunk/components/camel-web/src/main/resources/application-grammars.xml (original)
+++ camel/trunk/components/camel-web/src/main/resources/application-grammars.xml Sun Nov  6 13:48:22 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<grammars xmlns="http://research.sun.com/wadl/2006/10"
+<grammars xmlns="http://wadl.dev.java.net/2009/02"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:xi="http://www.w3.org/1999/XML/xinclude">
     <include href="camel-web.xsd" />