Skip to content

Commit 5ed9dff

Browse files
committed
2.0 in WAR/README
1 parent e726ddf commit 5ed9dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/warc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To configure the WARCHdfsBolt, include the following snippet in your crawl topol
3030
.withPath(warcFilePath);
3131

3232
Map<String,String> fields = new HashMap<>();
33-
fields.put("software:", "StormCrawler 1.15 http://stormcrawler.net/");
33+
fields.put("software:", "StormCrawler 2.0 http://stormcrawler.net/");
3434
fields.put("format", "WARC File Format 1.0");
3535
fields.put("conformsTo:",
3636
"https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.0/");
@@ -80,7 +80,7 @@ components:
8080
- name: "put"
8181
args:
8282
- "software"
83-
- "StormCrawler 1.16 http://stormcrawler.net/"
83+
- "StormCrawler 2.0 http://stormcrawler.net/"
8484
- name: "put"
8585
args:
8686
- "format"

0 commit comments

Comments
 (0)