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:22 UTC

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

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.