From 5ffa50d7d354b2075ea7b734dd361a4ff1ad0cdd Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Thu, 14 Jun 2018 11:47:59 +0100 Subject: [PATCH] 1.10 in READMEs --- README.md | 2 +- external/elasticsearch/README.md | 4 ++-- external/solr/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e11057026..2e386bfe8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach The easiest way to get started is to generate a brand new StormCrawler-based project using \: -`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.9` +`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.10` 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 c5fd10a9f..29262ad79 100644 --- a/external/elasticsearch/README.md +++ b/external/elasticsearch/README.md @@ -41,7 +41,7 @@ We'll assume that Elasticsearch and Kibana are installed and running on your mac With a basic project set up, such as the one generated from the archetype \: -`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.9` +`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.10` Copy the es-conf.yaml and flux files to the directory. You can then edit the pom.xml and add the dependency for the Elasticsearch module @@ -49,7 +49,7 @@ Copy the es-conf.yaml and flux files to the directory. You can then edit the pom com.digitalpebble.stormcrawler storm-crawler-elasticsearch - 1.9 + 1.10 ``` diff --git a/external/solr/README.md b/external/solr/README.md index 0b7735d4c..4dd2c93ee 100644 --- a/external/solr/README.md +++ b/external/solr/README.md @@ -11,7 +11,7 @@ In your project you can use this by adding the following dependency: com.digitalpebble.stormcrawler storm-crawler-solr - 1.9 + 1.10 ```