Skip to content

Commit 415a9f7

Browse files
committed
pre-release 2.1
1 parent e484690 commit 415a9f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Getting started
2020

2121
Use the archetype for Elasticsearch with:
2222

23-
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=1.17`
23+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.1`
2424

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

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 2.0 http://stormcrawler.net/");
33+
fields.put("software:", "StormCrawler 2.1 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 2.0 http://stormcrawler.net/"
83+
- "StormCrawler 2.1 http://stormcrawler.net/"
8484
- name: "put"
8585
args:
8686
- "format"

0 commit comments

Comments
 (0)