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/01/09 13:19:18 UTC

[phoenix] branch master updated: PHOENIX-5576 Fix exec-maven-plugin version warning

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d751d9  PHOENIX-5576 Fix exec-maven-plugin version warning
5d751d9 is described below

commit 5d751d9400f867f4f5d00414f47c4a92810415f9
Author: Istvan Toth <st...@stoty.hu>
AuthorDate: Fri Nov 15 15:43:15 2019 -0800

    PHOENIX-5576 Fix exec-maven-plugin version warning
---
 phoenix-core/pom.xml | 1 -
 pom.xml              | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index e6c5021..27cadcf 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -59,7 +59,6 @@
      <plugin>
        <artifactId>exec-maven-plugin</artifactId>
        <groupId>org.codehaus.mojo</groupId>
-       <version>1.2.1</version>
        <executions>
         <execution><!-- Run our version calculation script -->
           <id>Merge Language Reference</id>
diff --git a/pom.xml b/pom.xml
index 2357516..6da9dc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,11 @@
           <artifactId>maven-bundle-plugin</artifactId>
           <version>2.5.3</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>exec-maven-plugin</artifactId>
+          <version>1.6.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>