You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/01/09 13:20:44 UTC

servicemix git commit: SM-2808: Avoid warnings about 'parent.relativePath' during the maven build

Repository: servicemix
Updated Branches:
  refs/heads/master 10f362b96 -> 5e45e3ed8


SM-2808: Avoid warnings about 'parent.relativePath' during the maven build


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

Branch: refs/heads/master
Commit: 5e45e3ed81c5f27df3ade737b490598e2ba9fd4d
Parents: 10f362b
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Sat Jan 9 13:17:34 2016 +0100
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Sat Jan 9 13:17:34 2016 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/5e45e3ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2877f8..198fbec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>15</version>
+        <relativePath />
     </parent>
 
     <groupId>org.apache.servicemix</groupId>