Skip to content

Commit

Permalink
1.10 in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Jun 14, 2018
1 parent ea10234 commit 5ffa50d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions external/elasticsearch/README.md
Expand Up @@ -41,15 +41,15 @@ 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

```
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-elasticsearch</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion external/solr/README.md
Expand Up @@ -11,7 +11,7 @@ In your project you can use this by adding the following dependency:
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-solr</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
```

Expand Down

0 comments on commit 5ffa50d

Please sign in to comment.