Repository: flex-asjs Updated Branches: refs/heads/develop e779ef5d8 -> ffe4e2f67
- 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/ffe4e2f6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ffe4e2f6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ffe4e2f6 Branch: refs/heads/develop Commit: ffe4e2f67416cbc6a333a284861a686329f11b38 Parents: e779ef5 Author: Christofer Dutz <[email protected]> Authored: Thu May 19 16:57:51 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu May 19 16:57:51 2016 +0200 ---------------------------------------------------------------------- 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/ffe4e2f6/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/ffe4e2f6/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>
