Skip to content

Commit

Permalink
1.14 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed May 12, 2019
1 parent b16e12f commit 97abf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach

The easiest way to get started is to generate a brand new StormCrawler-based project using \:

`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.13`
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.14`

You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public byte[] format(Tuple tuple) {
.append(mainID).append(">").append(CRLF);
/*
* The request record ID is stored in the metadata so that a WARC
* response record can later refer to it.
* Deactivated because of https://github.com/DigitalPebble/storm-crawler/issues/721
* response record can later refer to it. Deactivated because of
* https://github.com/DigitalPebble/storm-crawler/issues/721
*/
// metadata.setValue("_request.warc_record_id_", mainID);

Expand Down

0 comments on commit 97abf1e

Please sign in to comment.