You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/12/02 05:04:01 UTC

[phoenix-omid] branch master updated: OMID-191 Fix missing executable permission because of MASSEMBLY-941

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new edce851  OMID-191 Fix missing executable permission because of MASSEMBLY-941
edce851 is described below

commit edce85130175ad022117a8fde7b5709f317908ba
Author: Richard Antal <ri...@cloudera.com>
AuthorDate: Tue Dec 1 17:20:47 2020 +0100

    OMID-191 Fix missing executable permission because of MASSEMBLY-941
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 41cba74..f0463ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,7 @@
         <commons-pool2.version>2.4.2</commons-pool2.version>
 
         <!-- Maven Plugin Versioning -->
+        <maven-assembly-plugin-version>3.1.1</maven-assembly-plugin-version>
         <maven-coveralls-plugin.version>4.1.0</maven-coveralls-plugin.version>
         <maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version>
         <maven-license-plugin.version>2.11</maven-license-plugin.version>
@@ -250,6 +251,7 @@
 
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
+                    <version>${maven-assembly-plugin-version}</version>
                     <configuration>
                         <skipAssembly>true</skipAssembly>
                         <descriptors>