- Fixed a problem in the parent pom relationship
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/fc19a24d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/fc19a24d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/fc19a24d Branch: refs/heads/spark Commit: fc19a24da76aaffa74befd96621a1bc75eca6684 Parents: 8f914c1 Author: Christofer Dutz <[email protected]> Authored: Thu May 19 16:57:51 2016 +0200 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:23 2016 -0700 ---------------------------------------------------------------------- frameworks/pom.xml | 1 - frameworks/projects/pom.xml | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fc19a24d/frameworks/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/pom.xml b/frameworks/pom.xml index 4058466..01e513e 100644 --- a/frameworks/pom.xml +++ b/frameworks/pom.xml @@ -24,7 +24,6 @@ <groupId>org.apache.flex.flexjs</groupId> <artifactId>flex-asjs</artifactId> <version>0.7.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.flex.flexjs.framework</groupId> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fc19a24d/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index d8bd39a..63025ca 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -21,13 +21,11 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.flex.flexjs</groupId> - <artifactId>flex-asjs</artifactId> + <groupId>org.apache.flex.flexjs.framework</groupId> + <artifactId>frameworks</artifactId> <version>0.7.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> </parent> - <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>projects</artifactId> <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging>
