You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/01/27 16:18:27 UTC

git commit: [KARAF-2738] Fix xercesImpl groupId

Updated Branches:
  refs/heads/master 3d0191753 -> 6e4d4140d


[KARAF-2738] Fix xercesImpl groupId


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

Branch: refs/heads/master
Commit: 6e4d4140d79b4e543be552af85ef9d9a3de75576
Parents: 3d01917
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Jan 27 16:17:55 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Jan 27 16:17:55 2014 +0100

----------------------------------------------------------------------
 assemblies/features/framework/pom.xml | 2 +-
 pom.xml                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/6e4d4140/assemblies/features/framework/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/framework/pom.xml b/assemblies/features/framework/pom.xml
index 484b594..013c65e 100644
--- a/assemblies/features/framework/pom.xml
+++ b/assemblies/features/framework/pom.xml
@@ -356,7 +356,7 @@
                                     <outputDirectory>target/classes/resources/lib/endorsed</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>
-                                    <groupId>org.apache.xerces</groupId>
+                                    <groupId>xerces</groupId>
                                     <artifactId>xercesImpl</artifactId>
                                     <outputDirectory>target/classes/resources/lib/endorsed</outputDirectory>
                                 </artifactItem>

http://git-wip-us.apache.org/repos/asf/karaf/blob/6e4d4140/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 951eaf7..9f05cbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1000,7 +1000,7 @@
                 <version>${maven.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.xerces</groupId>
+                <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
                 <version>${xerces.version}</version>
             </dependency>