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 07:19:43 UTC

[royale-asjs] 04/04: Revert "[maven-release-plugin] prepare branch @{releaseLabel}"

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

commit 9bdbcb67d6d8ce14f92e9bbffa0a4a99a0fd12c3
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Thu Jul 22 10:11:49 2021 +0300

    Revert "[maven-release-plugin] prepare branch @{releaseLabel}"
    
    This reverts commit 2e6e1d7bbd719e89dc4c7dead8b81c225e83415f.
---
 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 +-
 pom.xml                                      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/distribution/jars/compc/pom.xml b/distribution/jars/compc/pom.xml
index da01d6b..0c0d39d 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-asc/pom.xml b/distribution/jars/compiler-asc/pom.xml
index 0581e7f..e00329a 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-compc/pom.xml b/distribution/jars/compiler-compc/pom.xml
index 765bee2..9b06967 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-compjsc/pom.xml b/distribution/jars/compiler-compjsc/pom.xml
index 846d6ac..3156cfd 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-mxmlc/pom.xml b/distribution/jars/compiler-mxmlc/pom.xml
index 2bc14d3..0e73fc8 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-mxmljsc/pom.xml b/distribution/jars/compiler-mxmljsc/pom.xml
index 9a57e40..dd1688f 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-optimizer/pom.xml b/distribution/jars/compiler-optimizer/pom.xml
index 8acd830..73ad6f6 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/compiler-swfdump/pom.xml b/distribution/jars/compiler-swfdump/pom.xml
index 8f5013c..2c165a9 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/distribution/jars/mxmlc/pom.xml b/distribution/jars/mxmlc/pom.xml
index b762427..7b802c0 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>0.9.8-SNAPSHOT</version>
+  <version>${project.royale.compiler.version}</version>
 
   <build>
     <plugins>
diff --git a/pom.xml b/pom.xml
index 833253b..e6e4579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-asjs.git</developerConnection>
     <url>https://github.com/apache/royale-asjs</url>
-    <tag>release/0.9.8</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>