You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by mw...@apache.org on 2016/07/25 08:22:43 UTC

incubator-eagle git commit: [EAGLE-392] fix 'relativePath' error of eagle-common

Repository: incubator-eagle
Updated Branches:
  refs/heads/develop e73e35da0 -> ef84ca1e3


[EAGLE-392] fix 'relativePath' error of eagle-common

modify eagle-core/eagle-common/pom.xml

Author: anyway1021 <mw...@apache.org>

Closes #274 from anyway1021/EAGLE-392.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/ef84ca1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/ef84ca1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/ef84ca1e

Branch: refs/heads/develop
Commit: ef84ca1e3c3b0bfc04ece5d6f453262b00ccff95
Parents: e73e35d
Author: anyway1021 <mw...@apache.org>
Authored: Mon Jul 25 16:22:25 2016 +0800
Committer: anyway1021 <mw...@apache.org>
Committed: Mon Jul 25 16:22:25 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/ef84ca1e/eagle-core/eagle-common/pom.xml
----------------------------------------------------------------------
diff --git a/eagle-core/eagle-common/pom.xml b/eagle-core/eagle-common/pom.xml
index a8b8124..33ed55d 100644
--- a/eagle-core/eagle-common/pom.xml
+++ b/eagle-core/eagle-common/pom.xml
@@ -21,9 +21,9 @@
 
 	<parent>
 		<groupId>org.apache.eagle</groupId>
-		<artifactId>eagle-query-parent</artifactId>
+		<artifactId>eagle-core</artifactId>
 		<version>0.5.0-incubating-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>eagle-common</artifactId>