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 2020/04/12 01:07:21 UTC

[royale-compiler] branch develop updated (7107813 -> 6eaabb3)

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

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


    from 7107813  approval script works for me
     new 20138f9  add staging profile to help test staged artifacts
     new 6eaabb3  don't need this dependency

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debugger/pom.xml |  6 ------
 pom.xml          | 15 ++++++++++++++-
 2 files changed, 14 insertions(+), 7 deletions(-)


[royale-compiler] 02/02: don't need this dependency

Posted by ah...@apache.org.
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-compiler.git

commit 6eaabb3f4d1e4bae24ae2bf1f0704f125b78b064
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 11 18:06:56 2020 -0700

    don't need this dependency
---
 debugger/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debugger/pom.xml b/debugger/pom.xml
index aa44df6..39cf563 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -116,12 +116,6 @@ Do all the JBurg code generation.
       <version>0.0-20170809-b9c14c6b</version>
     </dependency>
 
-   <dependency>
-      <groupId>org.apache.royale.compiler</groupId>
-      <artifactId>compiler-build-tools</artifactId>
-      <version>${compiler-build-tools.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>


[royale-compiler] 01/02: add staging profile to help test staged artifacts

Posted by ah...@apache.org.
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-compiler.git

commit 20138f9e03fb068ee016b931adf4ecf7834b3e64
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 11 18:06:42 2020 -0700

    add staging profile to help test staged artifacts
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec35d03..4aa6b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <compiler-build-tools.version>1.1.0</compiler-build-tools.version>
+    <compiler-build-tools.version>1.2.0</compiler-build-tools.version>
     <compiler-jburg-types.version>1.1.0</compiler-jburg-types.version>
 
     <flex.version>4.15.0</flex.version>
@@ -625,6 +625,19 @@
       </properties>
     </profile>
 
+    <profile>
+      <!-- This profile is used to test against staged release artifacts.
+           Be sure to clear out artifacts in the local repository before
+           and after using -->
+      <id>staged-releases</id>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>staged-releases</id>
+          <url>https://repository.apache.org/content/repositories/orgapacheroyale-${maven.folder.number}</url>
+        </pluginRepository>
+      </pluginRepositories>
+    </profile>
+
     <!--
       This profile enables the changes required to do releases on the Royale CI server.
       It should not be used otherwise.