You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ka...@apache.org on 2013/07/30 07:11:43 UTC

git commit: SQOOP-1109: Sqoop2: Add new committers to root pom.xml file (Jarek Jarcec Cecho via Kate Ting)

Updated Branches:
  refs/heads/sqoop2 a7d9b1b33 -> 81e71dc45


SQOOP-1109: Sqoop2: Add new committers to root pom.xml file
(Jarek Jarcec Cecho via Kate Ting)


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

Branch: refs/heads/sqoop2
Commit: 81e71dc45c8bd1105283c0e6b508bb0b0af44643
Parents: a7d9b1b
Author: Kate Ting <ka...@apache.org>
Authored: Tue Jul 30 01:10:55 2013 -0400
Committer: Kate Ting <ka...@apache.org>
Committed: Tue Jul 30 01:10:55 2013 -0400

----------------------------------------------------------------------
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/81e71dc4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 520c107..04cf479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,6 +583,14 @@ limitations under the License.
       </roles>
     </developer>
     <developer>
+      <id>hshreedharan</id>
+      <name>Hari Shreedharan</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
+    <developer>
       <id>jarcec</id>
       <name>Jaroslav Cecho</name>
       <organization>Cloudera</organization>
@@ -627,7 +635,7 @@ limitations under the License.
         <role>PMC Member</role>
       </roles>
     </developer>
-     <developer>
+    <developer>
       <id>posix4e</id>
       <name>Alex Newman</name>
       <organization>Opower</organization>
@@ -653,5 +661,13 @@ limitations under the License.
         <role>PMC Member</role>
       </roles>
     </developer>
+    <developer>
+      <id>venkatnrangan</id>
+      <name>Venkat Ranganathan</name>
+      <organization>Hortonworks</organization>
+      <roles>
+        <role>Committer</role>
+      </roles>
+    </developer>
   </developers>
 </project>