You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2011/04/22 08:17:30 UTC

svn commit: r1095872 - in /nutch/branches/branch-1.3: CHANGES.txt conf/nutch-default.xml default.properties pom.xml

Author: mattmann
Date: Fri Apr 22 06:17:30 2011
New Revision: 1095872

URL: http://svn.apache.org/viewvc?rev=1095872&view=rev
Log:
Prep for 1.3 release candidate

Modified:
    nutch/branches/branch-1.3/CHANGES.txt
    nutch/branches/branch-1.3/conf/nutch-default.xml
    nutch/branches/branch-1.3/default.properties
    nutch/branches/branch-1.3/pom.xml

Modified: nutch/branches/branch-1.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/CHANGES.txt?rev=1095872&r1=1095871&r2=1095872&view=diff
==============================================================================
--- nutch/branches/branch-1.3/CHANGES.txt (original)
+++ nutch/branches/branch-1.3/CHANGES.txt Fri Apr 22 06:17:30 2011
@@ -1,6 +1,6 @@
 Nutch Change Log
 
-Release 1.3 - Current Development
+Release 1.3 - 4/21/2011
 
 * NUTCH-977 SolrMappingReader uses hardcoded configuration parameter name for mapping file (markus)
 

Modified: nutch/branches/branch-1.3/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/conf/nutch-default.xml?rev=1095872&r1=1095871&r2=1095872&view=diff
==============================================================================
--- nutch/branches/branch-1.3/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.3/conf/nutch-default.xml Fri Apr 22 06:17:30 2011
@@ -123,7 +123,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.3-dev</value>
+  <value>Nutch-1.3</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/branches/branch-1.3/default.properties
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/default.properties?rev=1095872&r1=1095871&r2=1095872&view=diff
==============================================================================
--- nutch/branches/branch-1.3/default.properties (original)
+++ nutch/branches/branch-1.3/default.properties Fri Apr 22 06:17:30 2011
@@ -1,8 +1,8 @@
 Name=Nutch
 name=nutch
-version=1.3-dev
+version=1.3
 final.name=${name}-${version}
-year=2010
+year=2011
 
 basedir = ./
 src.dir = ./src/java

Modified: nutch/branches/branch-1.3/pom.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.3/pom.xml?rev=1095872&r1=1095871&r2=1095872&view=diff
==============================================================================
--- nutch/branches/branch-1.3/pom.xml (original)
+++ nutch/branches/branch-1.3/pom.xml Fri Apr 22 06:17:30 2011
@@ -21,7 +21,7 @@
 	<artifactId>nutch</artifactId>
 	<packaging>jar</packaging>
 	<name>Apache Nutch</name>
-	<version>1.3-dev</version>
+	<version>1.3</version>
 	<description>Nutch is open source web-search software. It builds on 
 	Lucene and Solr, adding web-specifics, such as a crawler, a link-graph 
 	database, parsers for HTML and other document formats, etc.
@@ -77,6 +77,16 @@
 			<name>Sami Siren</name>
 			<email>siren@apache.org</email>
 		</developer>
+                <developer>
+                        <id>markus</id>
+                        <name>Markus Jelsma</name>
+                        <email>markus@apache.org</email>
+                </developer>
+                <developer>
+                        <id>alexis</id>
+                        <name>Alexis Detlegrode</name>
+                        <email>alexis@apache.org</email>
+                </developer>
 	</developers>
 	<dependencies>
 	    <dependency>
@@ -153,12 +163,12 @@
 	    <dependency>
 	       <groupId>org.apache.tika</groupId>
 	       <artifactId>tika-core</artifactId>
-	       <version>0.7</version>
+	       <version>0.9</version>
 	    </dependency>		
 	    <dependency>
 	       <groupId>org.apache.tika</groupId>
 	       <artifactId>tika-parsers</artifactId>
-	       <version>0.7</version>
+	       <version>0.9</version>
 	       <exclusions>
 	         <exclusion>
 	           <groupId>org.sun.jdmk</groupId>
@@ -275,9 +285,9 @@
 	       <version>1.1</version>
 	    </dependency>
 		<dependency>
-			<groupId>org.gora</groupId>
+			<groupId>org.apache.gora</groupId>
 			<artifactId>gora-sql</artifactId>
-			<version>0.1</version>
+			<version>0.1-incubating</version>
 		      <exclusions>
 		        <exclusion>
 		          <groupId>com.sun.jdmk</groupId>