This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 817af69d4 Boostrap Nutch 1.21 development drive.
817af69d4 is described below
commit 817af69d451609d725fc7fb040bc32f1fa0052bc
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Sun Apr 28 17:34:10 2024 -0700
Boostrap Nutch 1.21 development drive.
---
conf/nutch-default.xml | 2 +-
default.properties | 4 ++--
src/bin/nutch | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index edcaeb569..c00d9776b 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -203,7 +203,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.20-SNAPSHOT</value>
+ <value>Nutch-1.21-SNAPSHOT</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
diff --git a/default.properties b/default.properties
index 385e53e57..47041f465 100644
--- a/default.properties
+++ b/default.properties
@@ -14,9 +14,9 @@
# limitations under the License.
name=apache-nutch
-version=1.20-SNAPSHOT
+version=1.21-SNAPSHOT
final.name=${name}-${version}
-year=2022
+year=2024
basedir = ./
src.dir = ./src/java
diff --git a/src/bin/nutch b/src/bin/nutch
index 561c79e77..b3e0a256b 100755
--- a/src/bin/nutch
+++ b/src/bin/nutch
@@ -61,7 +61,7 @@ done
# if no args specified, show usage
if [ $# = 0 ]; then
- echo "nutch 1.20-SNAPSHOT"
+ echo "nutch 1.21-SNAPSHOT"
echo "Usage: nutch COMMAND [-Dproperty=value]... [command-specific args]..."
echo "where COMMAND is one of:"
echo " readdb read / dump crawl db"