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 2013/09/04 10:43:53 UTC

[2/2] git commit: CAMEL-6704: Upgrade to saxon 9.4.0.7 which is in maven central

CAMEL-6704: Upgrade to saxon 9.4.0.7 which is in maven central


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

Branch: refs/heads/camel-2.11.x
Commit: d2eee741b6bd64ca4267df5cc63fec60ea784cbe
Parents: d0fa23e
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Sep 4 10:30:06 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Sep 4 10:43:40 2013 +0200

----------------------------------------------------------------------
 components/camel-hl7/id_file   |  1 +
 components/camel-saxon/pom.xml | 11 +----------
 parent/pom.xml                 |  6 +++---
 3 files changed, 5 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d2eee741/components/camel-hl7/id_file
----------------------------------------------------------------------
diff --git a/components/camel-hl7/id_file b/components/camel-hl7/id_file
new file mode 100644
index 0000000..e408b07
--- /dev/null
+++ b/components/camel-hl7/id_file
@@ -0,0 +1 @@
+22400

http://git-wip-us.apache.org/repos/asf/camel/blob/d2eee741/components/camel-saxon/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-saxon/pom.xml b/components/camel-saxon/pom.xml
index f99e2e6..fba11ab 100644
--- a/components/camel-saxon/pom.xml
+++ b/components/camel-saxon/pom.xml
@@ -37,15 +37,6 @@
     </camel.osgi.export.service>
   </properties>
 
-  <repositories>
-    <!-- ServiceMix repo -->
-    <repository>
-      <id>servicemix</id>
-      <name>Apache ServiceMix Repository</name>
-      <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
-    </repository>
-  </repositories>
-
   <dependencies>
 
     <dependency>
@@ -55,7 +46,7 @@
 
     <dependency>
       <groupId>net.sf.saxon</groupId>
-      <artifactId>saxon9he</artifactId>
+      <artifactId>Saxon-HE</artifactId>
     </dependency>
     
     <!-- test dependencies -->

http://git-wip-us.apache.org/repos/asf/camel/blob/d2eee741/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 41a0131..fc988c4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -319,8 +319,8 @@
     <rome-version>1.0</rome-version>
     <rxjava-version>0.6.3</rxjava-version>
     <saaj-impl-version>1.3.2_2</saaj-impl-version>
-    <saxon-bundle-version>9.4.0.4_2</saxon-bundle-version>
-    <saxon-version>9.4.0.4</saxon-version>
+    <saxon-bundle-version>9.4.0.7_1</saxon-bundle-version>
+    <saxon-version>9.4.0.7</saxon-version>
     <scala-version>2.10.1</scala-version>
     <scala29-version>2.9.2</scala29-version>
     <scala29-bundle-version>2.9.2_1</scala29-bundle-version>
@@ -1701,7 +1701,7 @@
       <!-- optional Saxon support -->
       <dependency>
         <groupId>net.sf.saxon</groupId>
-        <artifactId>saxon9he</artifactId>
+        <artifactId>Saxon-HE</artifactId>
         <version>${saxon-version}</version>
       </dependency>