Skip to content

Commit

Permalink
Updated structured-content-tools to 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
velias committed Apr 17, 2018
1 parent 0ea68cd commit 487a9d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ In order to install the plugin into Elasticsearch 1.3.x, simply run:
`bin/plugin -url https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/elasticsearch/elasticsearch-river-jira/1.7.2/elasticsearch-river-jira-1.7.2.zip -install elasticsearch-river-jira`.

In order to install the plugin into Elasticsearch 1.4.x, simply run:
`bin/plugin -url https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/elasticsearch/elasticsearch-river-jira/1.8.6/elasticsearch-river-jira-1.8.6.zip -install elasticsearch-river-jira`.
`bin/plugin -url https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/elasticsearch/elasticsearch-river-jira/1.8.7/elasticsearch-river-jira-1.8.7.zip -install elasticsearch-river-jira`.

-----------------------------------------------------------------------
| JIRA River | Elasticsearch | JIRA | JIRA REST API | Release date |
-----------------------------------------------------------------------
| master | 1.4.0 | 5+ | 2 | |
-----------------------------------------------------------------------
| 1.8.7 | 1.4.0 | 5+ | 2 | 17.04.2018 |
-----------------------------------------------------------------------
| 1.8.6 | 1.4.0 | 5+ | 2 | 20.06.2017 |
-----------------------------------------------------------------------
| 1.8.5 | 1.4.0 | 5+ | 2 | 04.10.2015 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.elasticsearch</groupId>
<artifactId>elasticsearch-river-jira</artifactId>
<version>1.8.6</version>
<version>1.8.7</version>
<packaging>jar</packaging>
<description>JIRA River for Elasticsearch</description>
<inceptionYear>2012</inceptionYear>
Expand Down Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<elasticsearch.version>1.4.0</elasticsearch.version>
<structured-content-tools.version>1.3.10</structured-content-tools.version>
<structured-content-tools.version>1.3.11</structured-content-tools.version>
<!-- The Base URL of Nexus instance where we want to stage and automatically deploy during release-->
<jboss.nexus.base.url>https://repository.jboss.org/nexus/</jboss.nexus.base.url>
<!-- The URL of Nexus reposutory where we want to stage and deploy during release-->
Expand Down

0 comments on commit 487a9d8

Please sign in to comment.