Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate.elasticsearch-client-jbossmodules</groupId>
<artifactId>elasticsearch-client-jbossmodules-parent</artifactId>
<version>5.6.8-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbossmodules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.elasticsearch-client-jbossmodules</groupId>
<artifactId>elasticsearch-client-jbossmodules-parent</artifactId>
<version>5.6.8-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<url>https://github.com/hibernate/elasticsearch-client-jbossmodules</url>
<description>Distribution of Elasticsearch Client packaged into JBoss Modules</description>
<packaging>pom</packaging>
<version>5.6.8-SNAPSHOT</version>
<version>6.3.1-SNAPSHOT</version>
<inceptionYear>2017</inceptionYear>

<properties>
<version.elasticsearch>5.6.8</version.elasticsearch>
<version.elasticsearch>6.3.1</version.elasticsearch>
<!-- This should match the major.minor of the Elasticsearch version, optionally revisioned with module micro fixes -->
<slot.simple.id>5.6</slot.simple.id>
<slot.simple.id>6.3</slot.simple.id>
<slot.full.id>${version.elasticsearch}</slot.full.id>
<version.wildfly>12.0.0.Final</version.wildfly>
<!-- Integration test dependencies; typically need to match WildFly version -->
Expand Down