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/21 14:36:23 UTC

[5/5] git commit: add description in pom

add description in pom


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

Branch: refs/heads/master
Commit: 4f12873055cda4acc8e3d2a3fbe034fb156fbaec
Parents: 6b82832
Author: olivier lamy <ol...@apache.org>
Authored: Fri Dec 21 14:22:19 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Dec 21 14:22:19 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/4f128730/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 987e61d..c6ae8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,10 @@ under the License.
   <packaging>pom</packaging>
   <name>Apache Helix</name>
 
+  <description>
+    Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.
+  </description>
+
   <url>http://helix.incubator.apache.org</url>
   <developers>
     <developer>
@@ -194,10 +198,15 @@ under the License.
     <!-- fix issue with current apache parent pom -->
     <arguments />
 
+    <!-- for svnpubsub site deployment -->
     <helix.release.preparationGoals>clean install</helix.release.preparationGoals>
     <helix.release.performGoals>deploy</helix.release.performGoals>
     <helix.release.arguments>-Papache-release</helix.release.arguments>
 
+    <!-- for release changelog page -->
+    <currentRelease>0.6.0-incubating</currentRelease>
+
+
   </properties>
 
   <distributionManagement>