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 2018/01/03 23:03:55 UTC

[royale-compiler] branch release/0.9.0 updated: try using releaseProfiles

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

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


The following commit(s) were added to refs/heads/release/0.9.0 by this push:
     new de9e8ad  try using releaseProfiles
de9e8ad is described below

commit de9e8ad45cc05800ee44c9289b6a2125955f9518
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 3 15:03:45 2018 -0800

    try using releaseProfiles
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8e0f7a0..4321932 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,6 +506,18 @@
         <artifactId>sonar-maven-plugin</artifactId>
         <version>3.2</version>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5.3</version>
+        <configuration>
+            <!--
+             During release:perform, enable the "msin" profile
+             -->
+            <releaseProfiles>msin</releaseProfiles>
+        </configuration>
+      </plugin>
     </plugins>
 
     <pluginManagement>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].