Repository: camel
Updated Branches:
  refs/heads/master bb5709100 -> 1ad9f9da4


CAMEL-10367: remove stale dependency and version prop, fix a couple typos


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

Branch: refs/heads/master
Commit: 1ad9f9da486ee33209da756228e9a9d046f8c3b5
Parents: bb57091
Author: Robert Gemmell <rob...@apache.org>
Authored: Tue Oct 4 12:20:28 2016 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Oct 5 22:39:00 2016 -0400

----------------------------------------------------------------------
 components/camel-amqp/pom.xml | 7 +------
 components/readme.adoc        | 2 +-
 parent/pom.xml                | 1 -
 3 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1ad9f9da/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 6cd4434..fae5e90 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>camel-amqp</artifactId>
   <packaging>jar</packaging>
   <name>Camel :: AMQP</name>
-  <description>Camel AMQP component which is based on the Apache Qid 
project</description>
+  <description>Camel AMQP component which is based on the Apache Qpid 
project</description>
 
   <properties>
     <!-- Wrapped qpid-jms-client requires invalid version of the package.
@@ -57,11 +57,6 @@
       <artifactId>qpid-jms-client</artifactId>
       <version>${qpid-jms-client-version}</version>
     </dependency>
-    <dependency>
-        <groupId>org.apache.qpid</groupId>
-        <artifactId>qpid-client</artifactId>
-        <version>${qpid-version}</version>
-    </dependency>
 
     <!-- testing -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/1ad9f9da/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 775c202..4a18a4f 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -13,7 +13,7 @@ Components
 `ahc-ws:httpUri` | To exchange data with external Websocket servers using 
Async Http Client.
 
 | link:camel-amqp/src/main/docs/amqp-component.adoc[AMQP] (camel-amqp) +
-`amqp:destinationType:destinationName` | Messaging with AMQP protocol using 
Apache QPid Client.
+`amqp:destinationType:destinationName` | Messaging with AMQP protocol using 
Apache Qpid Client.
 
 | link:camel-flink/src/main/docs/flink-component.adoc[Apache Flink] 
(camel-flink) +
 `flink:endpointType` | The flink component can be used to send DataSet jobs to 
Apache Flink cluster.

http://git-wip-us.apache.org/repos/asf/camel/blob/1ad9f9da/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 22371d4..bbe94ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -481,7 +481,6 @@
     <powermock-version>1.6.1</powermock-version>
     <protobuf-version>3.1.0</protobuf-version>
     <qpid-bundle-version>0.28_1</qpid-bundle-version>
-    <qpid-version>0.28</qpid-version>
     <qpid-proton-j-version>0.14.0</qpid-proton-j-version>
     <qpid-jms-client-version>0.11.0</qpid-jms-client-version>
     <quartz-bundle-version>1.8.6_1</quartz-bundle-version>

Reply via email to