This is an automated email from the ASF dual-hosted git repository.

snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git

commit 85f7bcb63ee801bdfb0b41ca2555160583105ea2
Author: Sebastian Nagel <sna...@apache.org>
AuthorDate: Thu Sep 8 16:28:27 2022 +0200

    Prepare for new development after release of 1.19
    - bump version number (-> 1.20-NAPSHOT)
---
 conf/nutch-default.xml | 2 +-
 default.properties     | 2 +-
 src/bin/nutch          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index a908bdb16..d05503d23 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -184,7 +184,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.19</value>
+  <value>Nutch-1.20-SNAPSHOT</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>
diff --git a/default.properties b/default.properties
index 38a070e26..df96199c1 100644
--- a/default.properties
+++ b/default.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.19
+version=1.20-SNAPSHOT
 final.name=${name}-${version}
 year=2022
 
diff --git a/src/bin/nutch b/src/bin/nutch
index 3359c7be1..5b999fa6f 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.19"
+  echo "nutch 1.20-SNAPSHOT"
   echo "Usage: nutch COMMAND [-Dproperty=value]... [command-specific args]..."
   echo "where COMMAND is one of:"
   echo "  readdb            read / dump crawl db"

Reply via email to