You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/04 21:42:37 UTC

[royale-asjs] 03/03: use dash instead of dot

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit c6d672c542fe0620a6208adc96e9b6cfe01960ca
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 4 13:42:21 2018 -0800

    use dash instead of dot
---
 archetypes/pom.xml                           | 2 +-
 distribution/jars/compc/pom.xml              | 2 +-
 distribution/jars/compiler-asc/pom.xml       | 2 +-
 distribution/jars/compiler-compc/pom.xml     | 2 +-
 distribution/jars/compiler-mxmlc/pom.xml     | 2 +-
 distribution/jars/compiler-optimizer/pom.xml | 2 +-
 distribution/jars/compiler-swfdump/pom.xml   | 2 +-
 distribution/jars/mxmlc/pom.xml              | 2 +-
 distribution/pom.xml                         | 2 +-
 examples/pom.xml                             | 2 +-
 frameworks/pom.xml                           | 2 +-
 manualtests/pom.xml                          | 2 +-
 testsuite/pom.xml                            | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 1e4b8bd..ce92c97 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.1-SNAPSHOT</version>
   </parent>
 
diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml
index 8ee6d4b..0b26bd9 100644
--- a/distribution/jars/compc/pom.xml
+++ b/distribution/jars/compc/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/compiler-asc/pom.xml b/distribution/jars/compiler-asc/pom.xml
index 72ed495..a9898e9 100644
--- a/distribution/jars/compiler-asc/pom.xml
+++ b/distribution/jars/compiler-asc/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/compiler-compc/pom.xml b/distribution/jars/compiler-compc/pom.xml
index 9cdb2b1..bf0b711 100644
--- a/distribution/jars/compiler-compc/pom.xml
+++ b/distribution/jars/compiler-compc/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/compiler-mxmlc/pom.xml b/distribution/jars/compiler-mxmlc/pom.xml
index 239a7e2..0c5f181 100644
--- a/distribution/jars/compiler-mxmlc/pom.xml
+++ b/distribution/jars/compiler-mxmlc/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/compiler-optimizer/pom.xml b/distribution/jars/compiler-optimizer/pom.xml
index d348a16..a0f8408 100644
--- a/distribution/jars/compiler-optimizer/pom.xml
+++ b/distribution/jars/compiler-optimizer/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/compiler-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml
index a65225b..3cea5cf 100644
--- a/distribution/jars/compiler-swfdump/pom.xml
+++ b/distribution/jars/compiler-swfdump/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml
index da9d99c..dd2a80d 100644
--- a/distribution/jars/mxmlc/pom.xml
+++ b/distribution/jars/mxmlc/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 2d703eb..db37c52 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 07962aa..270ce20 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
 
diff --git a/frameworks/pom.xml b/frameworks/pom.xml
index 67b5d13..3d3a50f 100644
--- a/frameworks/pom.xml
+++ b/frameworks/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.1-SNAPSHOT</version>
   </parent>
 
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 853fe90..6463dde 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
 	<relativePath />
   </parent>
diff --git a/testsuite/pom.xml b/testsuite/pom.xml
index bb1f110..b3f4f54 100644
--- a/testsuite/pom.xml
+++ b/testsuite/pom.xml
@@ -22,7 +22,7 @@
 
   <parent>
     <groupId>org.apache.royale.framework</groupId>
-    <artifactId>royale.framework-parent</artifactId>
+    <artifactId>royale-framework-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.