You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2014/06/15 13:37:48 UTC

git commit: Reuse the xerces-version Maven property instead of a hard-coded value.

Repository: camel
Updated Branches:
  refs/heads/master 58050d04e -> 27931b240


Reuse the xerces-version Maven property instead of a hard-coded value.

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

Branch: refs/heads/master
Commit: 27931b2406f0a2794480e3bf35c9ae24bf3f4f25
Parents: 58050d0
Author: Babak Vahdat <bv...@apache.org>
Authored: Sun Jun 15 13:37:42 2014 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Sun Jun 15 13:37:42 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/27931b24/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5e04e79..f29a951 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2228,7 +2228,7 @@
             <dependency>
               <groupId>xerces</groupId>
               <artifactId>xercesImpl</artifactId>
-              <version>2.8.1</version>
+              <version>${xerces-version}</version>
             </dependency>
           </dependencies>
         </plugin>
@@ -2544,7 +2544,7 @@
               <dependency>
                   <groupId>xerces</groupId>
                   <artifactId>xercesImpl</artifactId>
-                  <version>2.11.0</version>
+                  <version>${xerces-version}</version>
               </dependency>
           </dependencies>
         </plugin>