You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by yo...@apache.org on 2018/10/11 07:48:53 UTC

incubator-omid git commit: change antrun version to work with maven2

Repository: incubator-omid
Updated Branches:
  refs/heads/phoenix-integration 0bc97bea0 -> c725f1be5


change antrun version to work with maven2


Project: http://git-wip-us.apache.org/repos/asf/incubator-omid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-omid/commit/c725f1be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-omid/tree/c725f1be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-omid/diff/c725f1be

Branch: refs/heads/phoenix-integration
Commit: c725f1be57f98a6aa6de6fc513e64ef450adb978
Parents: 0bc97be
Author: Yonatan Gottesman <yo...@gmail.com>
Authored: Thu Oct 11 10:48:38 2018 +0300
Committer: Yonatan Gottesman <yo...@gmail.com>
Committed: Thu Oct 11 10:48:38 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/c725f1be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 499d5a9..bd128bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
         <commons-pool2.version>2.4.2</commons-pool2.version>
 
         <!-- Maven Plugin Versioning -->
-        <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
+        <maven-antrun-plugin.version>1.6</maven-antrun-plugin.version>
         <maven-source-plugin.version>2.4</maven-source-plugin.version>
         <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
         <maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>