File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach
1313
1414The 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
1818You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.
1919
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments