You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2016/03/17 16:45:12 UTC

karaf git commit: [KARAF-4370] Fix parent pom path

Repository: karaf
Updated Branches:
  refs/heads/master fe928b873 -> 83f13ec02


[KARAF-4370] Fix parent pom path


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

Branch: refs/heads/master
Commit: 83f13ec026739c3804b07b21084f28f41429c275
Parents: fe928b8
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Thu Mar 17 16:45:05 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Thu Mar 17 16:45:05 2016 +0100

----------------------------------------------------------------------
 event/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/83f13ec0/event/pom.xml
----------------------------------------------------------------------
diff --git a/event/pom.xml b/event/pom.xml
index 3028c23..5cd3950 100644
--- a/event/pom.xml
+++ b/event/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>karaf</artifactId>
         <groupId>org.apache.karaf</groupId>
         <version>4.1.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.karaf.event</artifactId>