You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2017/03/17 04:27:43 UTC

gora git commit: Remove hadoop2 release profile

Repository: gora
Updated Branches:
  refs/heads/master ce8daea35 -> f05ac1822


Remove hadoop2 release profile


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

Branch: refs/heads/master
Commit: f05ac182262ce28750d0667f16061b11bc78ee97
Parents: ce8daea
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Mar 16 21:27:37 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Mar 16 21:27:37 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/gora/blob/f05ac182/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a313234..349c94e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
             <tagNameFormat>apache-gora-@{project.version}</tagNameFormat>
-            <arguments>-Papache-release,release,hadoop2</arguments>
+            <arguments>-Papache-release,release</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
           <dependencies>