You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/09/14 21:31:08 UTC

[18/30] git commit: [flex-asjs] [refs/heads/spark] - - Cleaned up the group-ids of the parents to be more in-line with the others. - Updated the README_MAVEN.txt in compiler to reflect latest changes

- Cleaned up the group-ids of the parents to be more in-line with the others.
- Updated the README_MAVEN.txt in compiler to reflect latest changes


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2ebc6c22
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2ebc6c22
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2ebc6c22

Branch: refs/heads/spark
Commit: 2ebc6c225d3a403b2f0109d4328ae704d0f1ffe1
Parents: 89ffe2e
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Sep 8 01:31:01 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Sep 8 01:31:01 2016 +0200

----------------------------------------------------------------------
 distribution/pom.xml | 2 +-
 examples/pom.xml     | 2 +-
 frameworks/pom.xml   | 3 +--
 pom.xml              | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2ebc6c22/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 7e67b17..09f41bf 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.flex.flexjs</groupId>
+    <groupId>org.apache.flex.flexjs.framework</groupId>
     <artifactId>flexjs-framework-parent</artifactId>
     <version>0.8.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2ebc6c22/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index c326a6a..c18b9f8 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.flex.flexjs</groupId>
+    <groupId>org.apache.flex.flexjs.framework</groupId>
     <artifactId>flexjs-framework-parent</artifactId>
     <version>0.8.0-SNAPSHOT</version>
   </parent>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2ebc6c22/frameworks/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/pom.xml b/frameworks/pom.xml
index d02637a..75c0749 100644
--- a/frameworks/pom.xml
+++ b/frameworks/pom.xml
@@ -21,12 +21,11 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.flex.flexjs</groupId>
+    <groupId>org.apache.flex.flexjs.framework</groupId>
     <artifactId>flexjs-framework-parent</artifactId>
     <version>0.8.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.flex.flexjs.framework</groupId>
   <artifactId>frameworks</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2ebc6c22/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 284c731..4daf6a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <version>18</version>
   </parent>
 
-  <groupId>org.apache.flex.flexjs</groupId>
+  <groupId>org.apache.flex.flexjs.framework</groupId>
   <artifactId>flexjs-framework-parent</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>