You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by th...@apache.org on 2016/07/01 17:51:24 UTC

[1/2] nutch git commit: Update mvn.template to add Thamme Gowda as developer

Repository: nutch
Updated Branches:
  refs/heads/master 34050adae -> 6b141fb10


Update mvn.template to add Thamme Gowda as developer


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/2b4991a9
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/2b4991a9
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/2b4991a9

Branch: refs/heads/master
Commit: 2b4991a9c87888fd598257d8139af0679b4f2f82
Parents: beb48a8
Author: Thamme Gowda <th...@apache.org>
Authored: Fri Jul 1 10:51:13 2016 -0700
Committer: Thamme Gowda <th...@apache.org>
Committed: Fri Jul 1 10:51:13 2016 -0700

----------------------------------------------------------------------
 ivy/mvn.template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/2b4991a9/ivy/mvn.template
----------------------------------------------------------------------
diff --git a/ivy/mvn.template b/ivy/mvn.template
index 3bda967..68813fc 100644
--- a/ivy/mvn.template
+++ b/ivy/mvn.template
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+			<?xml version="1.0"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -94,6 +94,11 @@
       <name>Sebastian Nagel</name>
       <email>snagel@apache.org</email>
     </developer>
+    <developer>
+      <id>thammegowda</id>
+      <name>Thamme Gowda</name>
+      <email>thammegowda@apache.org</email>
+    </developer>
   </developers>
 
   <build>


[2/2] nutch git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nutch

Posted by th...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/nutch


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/6b141fb1
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/6b141fb1
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/6b141fb1

Branch: refs/heads/master
Commit: 6b141fb10dcf7fd284d8e685fc0c7ffa35df6800
Parents: 2b4991a 34050ad
Author: Thamme Gowda <th...@apache.org>
Authored: Fri Jul 1 10:51:41 2016 -0700
Committer: Thamme Gowda <th...@apache.org>
Committed: Fri Jul 1 10:51:41 2016 -0700

----------------------------------------------------------------------
 CHANGES.txt                                     |  1 -
 build.xml                                       |  8 +-
 conf/nutch-default.xml                          |  2 +-
 default.properties                              |  7 +-
 ivy/ivy.xml                                     | 17 ++--
 .../org/apache/nutch/fetcher/FetchItem.java     |  2 +-
 src/java/org/apache/nutch/fetcher/Fetcher.java  | 82 +++++++++-----------
 .../nutch/fetcher/FetcherOutputFormat.java      |  4 +-
 .../org/apache/nutch/metadata/Metadata.java     | 25 ++++++
 src/plugin/indexer-elastic/ivy.xml              |  2 +-
 src/plugin/indexer-elastic/plugin.xml           | 52 ++++++++-----
 .../indexwriter/elastic/ElasticIndexWriter.java | 19 +++--
 src/plugin/indexer-solr/ivy.xml                 |  2 +-
 src/plugin/indexer-solr/plugin.xml              |  2 +-
 .../org/apache/nutch/parse/html/HtmlParser.java |  4 +
 .../apache/nutch/parse/html/TestHtmlParser.java | 11 ++-
 src/plugin/parsefilter-naivebayes/ivy.xml       |  4 +-
 src/plugin/parsefilter-naivebayes/plugin.xml    |  4 +-
 src/plugin/scoring-similarity/build.xml         | 10 +--
 src/plugin/scoring-similarity/ivy.xml           |  1 +
 src/plugin/scoring-similarity/plugin.xml        |  3 +-
 .../similarity/util/LuceneAnalyzerUtil.java     |  4 +-
 .../similarity/util/LuceneTokenizer.java        | 21 +++--
 23 files changed, 167 insertions(+), 120 deletions(-)
----------------------------------------------------------------------