Repository: camel
Updated Branches:
  refs/heads/master ebae9b51b -> aad2fbd29


CAMEL-8215: update to org.jsmpp / jsmpp v2.1.1


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

Branch: refs/heads/master
Commit: 6670a9110053c2912c74fe1c62b7e9d512276088
Parents: ebae9b5
Author: Daniel Pocock <dan...@pocock.pro>
Authored: Wed Jan 7 21:26:58 2015 +0100
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Thu Jan 8 14:46:53 2015 +0800

----------------------------------------------------------------------
 components/camel-smpp/pom.xml | 4 ++--
 parent/pom.xml                | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6670a911/components/camel-smpp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml
index b75d7a9..b396f6e 100644
--- a/components/camel-smpp/pom.xml
+++ b/components/camel-smpp/pom.xml
@@ -43,8 +43,8 @@
             <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.jsmpp</artifactId>
+            <groupId>org.jsmpp</groupId>
+            <artifactId>jsmpp</artifactId>
             <version>${jsmpp-version}</version>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/6670a911/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2c46164..2bfbe4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -269,7 +269,7 @@
     <josql-version>1.5</josql-version>
     <jruby-version>1.7.18</jruby-version>
     <jsendnsca-version>1.3.1</jsendnsca-version>
-    <jsmpp-version>2.1.0_5</jsmpp-version>
+    <jsmpp-version>2.1.1</jsmpp-version>
     <jsch-version>0.1.51</jsch-version>
     <jsch-bundle-version>0.1.51_1</jsch-bundle-version>
     <jsendnsca-bundle-version>1.3.1_3</jsendnsca-bundle-version>

Reply via email to