This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
commit 70b597501bfffd433582a44c3afcf7a498f648fb Author: Richard Zowalla <r...@apache.org> AuthorDate: Tue Jun 24 07:47:39 2025 +0200 Update READMEs --- README.md | 2 +- external/opensearch/README.md | 2 +- external/solr/README.md | 2 +- external/warc/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e121711c..1e82ce3a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ StormCrawler requires Java 17 or above. To execute tests, it requires you to hav Once Storm is installed, the easiest way to get started is to generate a new StormCrawler project following the instructions below: ```shell -mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.3.0 +mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-archetype -DarchetypeVersion=3.4.0 ``` diff --git a/external/opensearch/README.md b/external/opensearch/README.md index 502246af..159bb29b 100644 --- a/external/opensearch/README.md +++ b/external/opensearch/README.md @@ -16,7 +16,7 @@ Getting started The easiest way is currently to use the archetype for OpenSearch with: -`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-opensearch-archetype -DarchetypeVersion=3.3.0` +`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-opensearch-archetype -DarchetypeVersion=3.4.0` You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use. diff --git a/external/solr/README.md b/external/solr/README.md index 3a165930..d0415c80 100644 --- a/external/solr/README.md +++ b/external/solr/README.md @@ -6,7 +6,7 @@ Set of [Apache Solr](https://solr.apache.org/) resources for StormCrawler that a The easiest way is currently to use the archetype for Solr with: -`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=3.3.0` +`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-solr-archetype -DarchetypeVersion=3.4.0` You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version, a package name and details about the user agent to use. diff --git a/external/warc/README.md b/external/warc/README.md index c03f531b..b1b0466f 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<String,String> fields = new HashMap<>(); - fields.put("software:", "Apache StormCrawler 3.3.0 http://stormcrawler.net/"); + fields.put("software:", "Apache StormCrawler 3.4.0 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" - - "Apache StormCrawler 3.3.0 http://stormcrawler.net/" + - "Apache StormCrawler 3.4.0 http://stormcrawler.net/" - name: "put" args: - "format"