Skip to content

Commit e75add0

Browse files
committed
uped to 1.15 in README
1 parent 5a8957f commit e75add0

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.14`
16+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.15`
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/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following snippet in your crawl topology
1919
.withPath(warcFilePath);
2020

2121
Map<String,String> fields = new HashMap<>();
22-
fields.put("software:", "StormCrawler 1.14 http://stormcrawler.net/");
22+
fields.put("software:", "StormCrawler 1.15 http://stormcrawler.net/");
2323
fields.put("format", "WARC File Format 1.0");
2424
fields.put("conformsTo:",
2525
"https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.0/");
@@ -69,7 +69,7 @@ components:
6969
- name: "put"
7070
args:
7171
- "software"
72-
- "StormCrawler 1.14 http://stormcrawler.net/"
72+
- "StormCrawler 1.15 http://stormcrawler.net/"
7373
- name: "put"
7474
args:
7575
- "format"

0 commit comments

Comments
 (0)