Author: lewismc
Date: Thu Aug  4 10:24:04 2011
New Revision: 1153833

URL: http://svn.apache.org/viewvc?rev=1153833&view=rev
Log:
commit to address NUTCH-1065 - New mvn.template and update of changes.txt

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/conf/domain-urlfilter.txt
    nutch/trunk/ivy/mvn.template

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1153833&r1=1153832&r2=1153833&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Aug  4 10:24:04 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.0 - Current Development
 
+* NUTCH-1065 New mvn.template (lewismc)
+
 * NUTCH-1045 MimeUtil to rely on default config provided by Tika (jnioche)
 
 * NUTCH-1037 Option to deduplicate anchors prior to indexing (markus)

Modified: nutch/trunk/conf/domain-urlfilter.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/domain-urlfilter.txt?rev=1153833&r1=1153832&r2=1153833&view=diff
==============================================================================
--- nutch/trunk/conf/domain-urlfilter.txt (original)
+++ nutch/trunk/conf/domain-urlfilter.txt Thu Aug  4 10:24:04 2011
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# config file for urlfilter-domsin plugin
\ No newline at end of file
+# config file for urlfilter-domain plugin

Modified: nutch/trunk/ivy/mvn.template
URL: 
http://svn.apache.org/viewvc/nutch/trunk/ivy/mvn.template?rev=1153833&r1=1153832&r2=1153833&view=diff
==============================================================================
--- nutch/trunk/ivy/mvn.template (original)
+++ nutch/trunk/ivy/mvn.template Thu Aug  4 10:24:04 2011
@@ -64,11 +64,6 @@
                        <email>jnio...@apache.org</email>
                </developer>
                <developer>
-                       <id>otis</id>
-                       <name>Otis Gospodnetić</name>
-                       <email>o...@apache.org</email>
-               </developer>
-               <developer>
                        <id>siren</id>
                        <name>Sami Siren</name>
                        <email>si...@apache.org</email>
@@ -83,6 +78,11 @@
                         <name>Alexis Detlegrode</name>
                         <email>ale...@apache.org</email>
                 </developer>
+               <developer>
+                       <id>lewismc</id>
+                       <name>Lewis John McGibbney</name>
+                       <email>lewi...@apache.org</email>
+               </developer>
        </developers>
         <build>
           <sourceDirectory>src/java</sourceDirectory>


Reply via email to