Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 927d1d980 -> a01363cd5


Upgrade Pgjdbc to version 0.7.1


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

Branch: refs/heads/camel-2.18.x
Commit: a01363cd5fcbf770ff92e49326e8f09a03ef907d
Parents: 927d1d9
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed Feb 8 10:12:34 2017 +0100
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed Feb 8 10:12:58 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml                                           | 2 +-
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a01363cd/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 79da754..c9f6d07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -479,7 +479,7 @@
     <pax-tiny-bundle-version>1.3.2</pax-tiny-bundle-version>
     <pax-logging-version>1.8.6</pax-logging-version>
     <pdfbox-version>1.8.12</pdfbox-version>
-    <pgjdbc-ng-driver-version>0.6</pgjdbc-ng-driver-version>  
+    <pgjdbc-ng-driver-version>0.7.1</pgjdbc-ng-driver-version>  
     <powermock-version>1.6.1</powermock-version>
     <protobuf-version>3.1.0</protobuf-version>
     <qpid-bundle-version>0.28_1</qpid-bundle-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/a01363cd/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 5f3184a..6feb208 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1357,7 +1357,7 @@
     <details>installing camel-pgevent may output an error in the log but it is 
installed correctly</details>
     <feature version='${project.version}'>camel-core</feature>
     <feature>transaction</feature>
-    <bundle 
dependency='true'>wrap:mvn:com.impossibl.pgjdbc-ng/pgjdbc-ng/${pgjdbc-ng-driver-version}$overwrite=merge&amp;Bundle-ManifestVersion=2</bundle>
+    <bundle 
dependency='true'>mvn:com.impossibl.pgjdbc-ng/pgjdbc-ng/${pgjdbc-ng-driver-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-common/${netty-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-transport/${netty-version}</bundle>
     <bundle 
dependency='true'>mvn:io.netty/netty-buffer/${netty-version}</bundle>

Reply via email to