Skip to content

Commit

Permalink
Bump OpenSearch to 2.17 + fix archetype version in README
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche authored and rzo1 committed Sep 29, 2024
1 parent dcc6b2c commit 818c94a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/opensearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0`
`mvn archetype:generate -DarchetypeGroupId=org.apache.stormcrawler -DarchetypeArtifactId=stormcrawler-opensearch-archetype -DarchetypeVersion=3.1.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.

Expand Down
2 changes: 1 addition & 1 deletion external/opensearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
</parent>

<properties>
<opensearch.version>2.16.0</opensearch.version>
<opensearch.version>2.17.0</opensearch.version>
<!-- XXX https://github.com/apache/incubator-stormcrawler/issues/1298 -->
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>0.27</jacoco.classRatio>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@Testcontainers(disabledWithoutDocker = true)
public abstract class AbstractOpenSearchTest {

private static final String OPENSEARCH_VERSION = "2.16.0";
private static final String OPENSEARCH_VERSION = "2.17.0";

public static final String PASSWORD = "This1sAPassw0rd";

Expand Down

0 comments on commit 818c94a

Please sign in to comment.