Skip to content

Commit

Permalink
Prepare for new development after release of 1.19
Browse files Browse the repository at this point in the history
- bump version number (-> 1.20-NAPSHOT)
  • Loading branch information
sebastian-nagel committed Sep 8, 2022
1 parent 27cf929 commit 85f7bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/nutch-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

name=apache-nutch
version=1.19
version=1.20-SNAPSHOT
final.name=${name}-${version}
year=2022

Expand Down
2 changes: 1 addition & 1 deletion src/bin/nutch
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85f7bcb

Please sign in to comment.