You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/01/17 14:08:28 UTC

[royale-asjs] branch develop updated: maven-distribution: fix defaultTargetFolder

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1a2256d  maven-distribution: fix defaultTargetFolder
1a2256d is described below

commit 1a2256defa15ac241f23e76ac7c50d88cf790556
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Jan 17 15:08:18 2020 +0100

    maven-distribution: fix defaultTargetFolder
---
 distribution/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 883130a..d9da1e7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -34,6 +34,7 @@
   <description>The Apache Royale: Royale distribution, source and binary, in zip and tar.gz formats.</description>
 
   <properties>
+    <assemblyVersion>3.2.0</assemblyVersion>
     <distributionFileName>apache-royale-${project.version}</distributionFileName>
     <timestamp>${maven.build.timestamp}</timestamp>
     <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
@@ -595,6 +596,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
+        <version>${assemblyVersion}</version>
         <executions>
           <execution>
             <id>create-distro-packages</id>
@@ -620,6 +622,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <version>${assemblyVersion}</version>
             <executions>
               <execution>
                 <id>make-src-assembly</id>
@@ -747,6 +750,7 @@
           </plugin-->
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <version>${assemblyVersion}</version>
             <executions>
               <execution>
                 <id>create-distribution-folder</id>