Skip to content

Commit 97abf1e

Browse files
committed
1.14 in README
1 parent b16e12f commit 97abf1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach
1313

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

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

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

external/warc/src/main/java/com/digitalpebble/stormcrawler/warc/WARCRequestRecordFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public byte[] format(Tuple tuple) {
6363
.append(mainID).append(">").append(CRLF);
6464
/*
6565
* The request record ID is stored in the metadata so that a WARC
66-
* response record can later refer to it.
67-
* Deactivated because of https://github.com/DigitalPebble/storm-crawler/issues/721
66+
* response record can later refer to it. Deactivated because of
67+
* https://github.com/DigitalPebble/storm-crawler/issues/721
6868
*/
6969
// metadata.setValue("_request.warc_record_id_", mainID);
7070

0 commit comments

Comments
 (0)