You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/01/06 18:02:33 UTC

[2/2] storm git commit: Update the contact address in configure.ac

Update the contact address in configure.ac


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

Branch: refs/heads/master
Commit: 81ff38d37d4a120f0dd9f0ce0e0f39c9c31cd4d6
Parents: 36f7522
Author: Muneyuki Noguchi <no...@gmail.com>
Authored: Mon Dec 29 05:49:43 2014 +0000
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Jan 6 10:54:25 2015 -0600

----------------------------------------------------------------------
 storm-core/src/native/worker-launcher/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/81ff38d3/storm-core/src/native/worker-launcher/configure.ac
----------------------------------------------------------------------
diff --git a/storm-core/src/native/worker-launcher/configure.ac b/storm-core/src/native/worker-launcher/configure.ac
index ab1ef49..5eab5ad 100644
--- a/storm-core/src/native/worker-launcher/configure.ac
+++ b/storm-core/src/native/worker-launcher/configure.ac
@@ -18,7 +18,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(worker-launcher, 1.0.0, storm-user@googlegroups.com)
+AC_INIT(worker-launcher, 1.0.0, user@storm.apache.org)
 AC_GNU_SOURCE
 
 AM_INIT_AUTOMAKE([subdir-objects foreign no-dist])