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 2015/05/08 07:03:54 UTC

[2/2] camel git commit: Downgrade to latest released jetty-runner to make project build

Downgrade to latest released jetty-runner to make project build


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

Branch: refs/heads/camel-2.14.x
Commit: 46b571be25fb88c14c38a1d81806a5cb0ee4a1e4
Parents: 3f44084
Author: Claus Ibsen <da...@apache.org>
Authored: Fri May 8 07:07:21 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri May 8 07:07:47 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/46b571be/components/camel-web-standalone/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-web-standalone/pom.xml b/components/camel-web-standalone/pom.xml
index bdb06e1..e0e82f3 100755
--- a/components/camel-web-standalone/pom.xml
+++ b/components/camel-web-standalone/pom.xml
@@ -43,7 +43,7 @@
       <!-- not org.eclipse.jetty at present -->
       <groupId>${jetty-runner-groupId}</groupId>
       <artifactId>jetty-runner</artifactId>
-      <version>${jetty-version}</version>
+      <version>8.1.16.v20140903</version>
     </dependency>
 
     <dependency>