You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/05/15 22:29:37 UTC

git commit: [flex-asjs] [refs/heads/ide-projects] - - Resolved a problem in the parent relationship (Thanks to Sergio Fernandez)

Repository: flex-asjs
Updated Branches:
  refs/heads/ide-projects c3063dcdf -> d9282324d


- 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/d9282324
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d9282324
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d9282324

Branch: refs/heads/ide-projects
Commit: d9282324dab090e62c2b2993b76b6746a0af5170
Parents: c3063dc
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun May 15 15:29:25 2016 -0700
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun May 15 15:29:25 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/d9282324/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>