Skip to content

Commit b4bfebd

Browse files
committed
Pre-release 2.9
Signed-off-by: Julien Nioche <[email protected]>
1 parent 2480323 commit b4bfebd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The version of Storm to use must match the one defined in the pom.xml file of yo
1818

1919
Once Storm is installed, the easiest way to get started is to generate a brand new StormCrawler project using \:
2020

21-
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=2.8`
21+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=2.9`
2222

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

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=2.8`
23+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.9`
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/opensearch/README.md

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

1717
The easiest way is currently to use the archetype for OpenSearch with:
1818

19-
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-opensearch-archetype -DarchetypeVersion=2.8`
19+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-opensearch-archetype -DarchetypeVersion=2.9`
2020

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

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

0 commit comments

Comments
 (0)