You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/22 08:04:47 UTC

[royale-asjs] branch develop updated: distribution: jars should not use project.royale.compiler.version for their main version.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new bf5a111  distribution: jars should not use project.royale.compiler.version for their main version.
bf5a111 is described below

commit bf5a111410ab73a74d9a384ffc135b19bda07630
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu Jun 17 14:46:11 2021 -0700

    distribution: jars should not use project.royale.compiler.version for their main version.
    
    Like other poms, it should be a concrete version instead of a property value. This was causing the build to fail because it was considered recursive.
---
 distribution/jars/compc/pom.xml              | 2 +-
 distribution/jars/compiler-asc/pom.xml       | 2 +-
 distribution/jars/compiler-compc/pom.xml     | 2 +-
 distribution/jars/compiler-compjsc/pom.xml   | 2 +-
 distribution/jars/compiler-mxmlc/pom.xml     | 2 +-
 distribution/jars/compiler-mxmljsc/pom.xml   | 2 +-
 distribution/jars/compiler-optimizer/pom.xml | 2 +-
 distribution/jars/compiler-swfdump/pom.xml   | 2 +-
 distribution/jars/mxmlc/pom.xml              | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml
index 0c0d39d..da01d6b 100644
--- a/distribution/jars/compc/pom.xml
+++ b/distribution/jars/compc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-asc/pom.xml b/distribution/jars/compiler-asc/pom.xml
index e00329a..0581e7f 100644
--- a/distribution/jars/compiler-asc/pom.xml
+++ b/distribution/jars/compiler-asc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-asc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-compc/pom.xml b/distribution/jars/compiler-compc/pom.xml
index 9b06967..765bee2 100644
--- a/distribution/jars/compiler-compc/pom.xml
+++ b/distribution/jars/compiler-compc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-compc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-compjsc/pom.xml b/distribution/jars/compiler-compjsc/pom.xml
index 3156cfd..846d6ac 100644
--- a/distribution/jars/compiler-compjsc/pom.xml
+++ b/distribution/jars/compiler-compjsc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-compjsc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-mxmlc/pom.xml b/distribution/jars/compiler-mxmlc/pom.xml
index 0e73fc8..2bc14d3 100644
--- a/distribution/jars/compiler-mxmlc/pom.xml
+++ b/distribution/jars/compiler-mxmlc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-mxmlc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-mxmljsc/pom.xml b/distribution/jars/compiler-mxmljsc/pom.xml
index dd1688f..9a57e40 100644
--- a/distribution/jars/compiler-mxmljsc/pom.xml
+++ b/distribution/jars/compiler-mxmljsc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-mxmljsc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-optimizer/pom.xml b/distribution/jars/compiler-optimizer/pom.xml
index 73ad6f6..8acd830 100644
--- a/distribution/jars/compiler-optimizer/pom.xml
+++ b/distribution/jars/compiler-optimizer/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-optimizer</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml
index 2c165a9..8f5013c 100644
--- a/distribution/jars/compiler-swfdump/pom.xml
+++ b/distribution/jars/compiler-swfdump/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>compiler-swfdump</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml
index 7b802c0..b762427 100644
--- a/distribution/jars/mxmlc/pom.xml
+++ b/distribution/jars/mxmlc/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.framework.distribution</groupId>
   <artifactId>mxmlc</artifactId>
-  <version>${project.royale.compiler.version}</version>
+  <version>0.9.8-SNAPSHOT</version>
 
   <build>
     <plugins>