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/10/23 23:43:06 UTC

[1/3] git commit: add mailing ltsts in pom

Updated Branches:
  refs/heads/master 416320e06 -> 9eed42273


add mailing ltsts 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/d7566e82
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/d7566e82
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/d7566e82

Branch: refs/heads/master
Commit: d7566e82b1bf4ae60169441cabbb1973e6d95b28
Parents: 416320e
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 23 23:09:39 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 23 23:43:00 2012 +0200

----------------------------------------------------------------------
 pom.xml |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/d7566e82/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ae4382..520a2ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,14 +32,46 @@ under the License.
   <version>0.1-incubating</version>
   <packaging>pom</packaging>
   <name>Helix Modules Root</name>
-  <properties>
-    <applicationVersion>0.5.28</applicationVersion>
-  </properties>
+
   <modules>
     <module>helix-core</module>
     <module>helix-admin-webapp</module>
     <module>mockservice</module>
   </modules>
+
+  <mailingLists>
+    <mailingList>
+      <name>Users</name>
+      <post>user@helix.incubator.apache.org</post>
+      <subscribe>user-subscribe@helix.incubator.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@helix.incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/directmemory-user/</archive>
+      <otherArchives>
+        <otherArchive>http://directmemory-user.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Development</name>
+      <post>dev@helix.incubator.apache.org</post>
+      <subscribe>dev-subscribe@helix.incubator.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@helix.incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/directmemory-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://directmemory-dev.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Commits</name>
+      <post>commits@helix.incubator.apache.org</post>
+      <subscribe>commits-subscribe@helix.incubator.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@helix.incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/directmemory-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://directmemory-commits.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
   <build>
     <pluginManagement>
       <plugins>