File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach
1313
1414The easiest way to get started is to generate a brand new StormCrawler-based project using \:
1515
16- ` mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.17 `
16+ ` mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-archetype -DarchetypeVersion=1.18 `
1717
1818You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.
1919
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Getting started
2020
2121Use the archetype for Elasticsearch with:
2222
23- ` mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=1.17 `
23+ ` mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=1.18 `
2424
2525You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.
2626
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ components:
8080 - name: "put"
8181 args:
8282 - "software"
83- - "StormCrawler 1.17 http://stormcrawler.net/"
83+ - "StormCrawler 1.18 http://stormcrawler.net/"
8484 - name: "put"
8585 args:
8686 - "format"
You can’t perform that action at this time.
0 commit comments