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 2019/02/14 18:59:37 UTC

[royale-compiler] branch release/0.9.6 updated: try again with property

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

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


The following commit(s) were added to refs/heads/release/0.9.6 by this push:
     new 609e5da  try again with property
609e5da is described below

commit 609e5da42323c5cbe1ee125f5f9625772d3b53b9
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Feb 14 10:59:25 2019 -0800

    try again with property
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8433041..b551969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-gpg-plugin</artifactId>
         <configuration>
-            <skip>true</skip><!--true to skip gpg if building release on CI server -->
+            <skip>${skipgpg}</skip><!--true to skip gpg if building release on CI server -->
         </configuration>
       </plugin>
       <!-- Check if all source files have the required apache license headers -->