Author: snagel
Date: Tue Dec 8 19:18:19 2015
New Revision: 1718678
URL: http://svn.apache.org/viewvc?rev=1718678&view=rev
Log:
Update Nutch trunk for new development: 1.11 -> 1.12
Modified:
nutch/trunk/conf/nutch-default.xml
nutch/trunk/default.properties
nutch/trunk/src/bin/nutch
Modified: nutch/trunk/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1718678&r1=1718677&r2=1718678&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Tue Dec 8 19:18:19 2015
@@ -164,7 +164,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.11-SNAPSHOT</value>
+ <value>Nutch-1.12-SNAPSHOT</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/trunk/default.properties
URL:
http://svn.apache.org/viewvc/nutch/trunk/default.properties?rev=1718678&r1=1718677&r2=1718678&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Tue Dec 8 19:18:19 2015
@@ -14,7 +14,7 @@
# limitations under the License.
name=apache-nutch
-version=1.11-SNAPSHOT
+version=1.12-SNAPSHOT
final.name=${name}-${version}
year=2015
Modified: nutch/trunk/src/bin/nutch
URL:
http://svn.apache.org/viewvc/nutch/trunk/src/bin/nutch?rev=1718678&r1=1718677&r2=1718678&view=diff
==============================================================================
--- nutch/trunk/src/bin/nutch (original)
+++ nutch/trunk/src/bin/nutch Tue Dec 8 19:18:19 2015
@@ -53,7 +53,7 @@ done
# if no args specified, show usage
if [ $# = 0 ]; then
- echo "nutch 1.11"
+ echo "nutch 1.12"
echo "Usage: nutch COMMAND"
echo "where COMMAND is one of:"
echo " readdb read / dump crawl db"