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 2017/08/07 14:46:14 UTC

karaf git commit: Fix jms module parent pom relative path

Repository: karaf
Updated Branches:
  refs/heads/master 50b55045f -> 5c2185108


Fix jms module parent pom relative path


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

Branch: refs/heads/master
Commit: 5c2185108f19faaa316ef0df16bc025f6786f2b0
Parents: 50b5504
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Aug 7 16:45:55 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Aug 7 16:45:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/5c218510/jms/pom.xml
----------------------------------------------------------------------
diff --git a/jms/pom.xml b/jms/pom.xml
index dd7155c..f2083f9 100644
--- a/jms/pom.xml
+++ b/jms/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
         <version>4.2.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.jms</groupId>