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 2014/08/31 08:27:36 UTC

[1/2] git commit: CAMEL-7770: fix maven warning

Repository: camel
Updated Branches:
  refs/heads/master 69a93a1e8 -> 5f95e5510


CAMEL-7770: fix maven warning


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

Branch: refs/heads/master
Commit: c7115899f5b5578deeb3f8bf8e63827e159fada3
Parents: bfa4b0a
Author: wuwen <wu...@gmail.com>
Authored: Sun Aug 31 14:04:27 2014 +0800
Committer: wuwen <wu...@gmail.com>
Committed: Sun Aug 31 14:04:27 2014 +0800

----------------------------------------------------------------------
 examples/camel-example-reportincident/pom.xml  | 1 +
 examples/camel-example-restlet-jdbc/pom.xml    | 1 +
 examples/camel-example-spring-security/pom.xml | 1 +
 examples/camel-example-spring-ws/pom.xml       | 1 +
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c7115899/examples/camel-example-reportincident/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml
index 5062b10..5adbb20 100755
--- a/examples/camel-example-reportincident/pom.xml
+++ b/examples/camel-example-reportincident/pom.xml
@@ -158,6 +158,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
+                <version>${jetty-version}</version>
                 <configuration>
                    <connectors>
                       <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">

http://git-wip-us.apache.org/repos/asf/camel/blob/c7115899/examples/camel-example-restlet-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml
index da3ad9d..6292418 100755
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -84,6 +84,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
+                <version>${jetty-version}</version>
                 <configuration>
                     <connectors>
                         <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">

http://git-wip-us.apache.org/repos/asf/camel/blob/c7115899/examples/camel-example-spring-security/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-security/pom.xml b/examples/camel-example-spring-security/pom.xml
index e3bfad4..69e4553 100755
--- a/examples/camel-example-spring-security/pom.xml
+++ b/examples/camel-example-spring-security/pom.xml
@@ -76,6 +76,7 @@
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>jetty-maven-plugin</artifactId>
+                <version>${jetty-version}</version>
                 <configuration>
                    <connectors>
                       <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">

http://git-wip-us.apache.org/repos/asf/camel/blob/c7115899/examples/camel-example-spring-ws/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-ws/pom.xml b/examples/camel-example-spring-ws/pom.xml
index 6de8800..69e2387 100644
--- a/examples/camel-example-spring-ws/pom.xml
+++ b/examples/camel-example-spring-ws/pom.xml
@@ -85,6 +85,7 @@
 			<plugin>
 				<groupId>org.mortbay.jetty</groupId>
 				<artifactId>jetty-maven-plugin</artifactId>
+                <version>${jetty-version}</version>
 				<configuration>
 					<connectors>
 						<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">


[2/2] git commit: Merge branch 'CAMEL-7770' of https://github.com/wuwen5/camel

Posted by da...@apache.org.
Merge branch 'CAMEL-7770' of https://github.com/wuwen5/camel


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

Branch: refs/heads/master
Commit: 5f95e5510ea77dc564d52a27ae4c5a02d9d0ad76
Parents: 69a93a1 c711589
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Aug 31 08:25:44 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Aug 31 08:25:44 2014 +0200

----------------------------------------------------------------------
 examples/camel-example-reportincident/pom.xml  | 1 +
 examples/camel-example-restlet-jdbc/pom.xml    | 1 +
 examples/camel-example-spring-security/pom.xml | 1 +
 examples/camel-example-spring-ws/pom.xml       | 1 +
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------