You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/15 00:58:20 UTC

git commit: fix default release arguments

Updated Branches:
  refs/heads/master ed9e925f5 -> 035509593


fix default release arguments


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

Branch: refs/heads/master
Commit: 0355095936b2b395edb427fac066aed99e088b9c
Parents: ed9e925
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 15 00:58:10 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 15 00:58:10 2012 +0100

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/03550959/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02cb42c..7307806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@ under the License.
 
     <helix.release.preparationGoals>clean install</helix.release.preparationGoals>
     <helix.release.performGoals>deploy</helix.release.performGoals>
-    <helix.release.arguments />
+    <helix.release.arguments>-Papache-release</helix.release.arguments>
 
   </properties>