- Resolved a problem in the parent relationship (Thanks to Sergio Fernandez)
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7cda7797 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7cda7797 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7cda7797 Branch: refs/heads/spark Commit: 7cda779714fabc6037ec39e0fc799c3015aa336f Parents: 44b6619 Author: Christofer Dutz <[email protected]> Authored: Sun May 15 15:29:25 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:21 2016 -0700 ---------------------------------------------------------------------- frameworks/projects/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7cda7797/frameworks/projects/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 9ac0738..d8bd39a 100644 --- a/frameworks/projects/pom.xml +++ b/frameworks/projects/pom.xml @@ -21,9 +21,10 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>14</version> + <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>
