From 4ffea87983262f2d1d53e6e09608f67a88c662db Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Wed, 13 Apr 2022 11:13:33 +0100 Subject: [PATCH] pre-2.4 release Signed-off-by: Julien Nioche --- README.md | 2 +- external/elasticsearch/README.md | 2 +- external/warc/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cd004808..2ee05d4bf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The version of Storm to use must match the one defined in the pom.xml file of yo Once Storm is installed, the easiest way to get started is to generate a brand new StormCrawler project using \: -`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=2.3` +`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=2.4` You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name. diff --git a/external/elasticsearch/README.md b/external/elasticsearch/README.md index 6e07e5d96..baec19710 100644 --- a/external/elasticsearch/README.md +++ b/external/elasticsearch/README.md @@ -20,7 +20,7 @@ Getting started Use the archetype for Elasticsearch with: -`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.3` +`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.4` You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name. diff --git a/external/warc/README.md b/external/warc/README.md index 154a6e457..4a34079f6 100644 --- a/external/warc/README.md +++ b/external/warc/README.md @@ -30,7 +30,7 @@ To configure the WARCHdfsBolt, include the following snippet in your crawl topol .withPath(warcFilePath); Map fields = new HashMap<>(); - fields.put("software:", "StormCrawler 2.3 http://stormcrawler.net/"); + fields.put("software:", "StormCrawler 2.4 http://stormcrawler.net/"); fields.put("format", "WARC File Format 1.0"); fields.put("conformsTo:", "https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.0/"); @@ -80,7 +80,7 @@ components: - name: "put" args: - "software" - - "StormCrawler 2.3 http://stormcrawler.net/" + - "StormCrawler 2.4 http://stormcrawler.net/" - name: "put" args: - "format"