Skip to content

Commit 181b53e

Browse files
committed
0.90.10.1
1 parent 8805340 commit 181b53e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ES version Plugin Release date Command
2727
------------- ----------------- ----------------- -----------------------------------------------------------
2828
0.90.9 0.90.9.1 Jan 9, 2013 ./bin/plugin --install knapsack --url http://bit.ly/1e81hwh
2929
0.90.9 0.90.9.1 (S3) Jan 9, 2013 ./bin/plugin --install knapsack --url http://bit.ly/K8QwOJ
30+
0.90.10 0.90.10.1 Jan 14, 2013 ./bin/plugin --install knapsack --url http://bit.ly/1j5rOy2
31+
0.90.10 0.90.10.1 (S3) Jan 14, 2013 ./bin/plugin --install knapsack --url http://bit.ly/1d3kYkp
3032
============= ================= ================= ===========================================================
3133

3234
The S3 version includes Amazon AWS API support, it can optionally transfer archives to S3.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.xbib.elasticsearch.plugin</groupId>
99
<artifactId>elasticsearch-knapsack</artifactId>
10-
<version>0.90.9.1</version>
10+
<version>0.90.10.1</version>
1111

1212
<packaging>jar</packaging>
1313

@@ -58,7 +58,7 @@
5858
<properties>
5959
<github.global.server>github</github.global.server>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61-
<elasticsearch.version>0.90.9</elasticsearch.version>
61+
<elasticsearch.version>0.90.10</elasticsearch.version>
6262
</properties>
6363

6464
<dependencies>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.xbib.elasticsearch.plugin</groupId>
7676
<artifactId>elasticsearch-support</artifactId>
77-
<version>0.90.9.2</version>
77+
<version>0.90.10.1</version>
7878
<type>jar</type>
7979
<scope>compile</scope>
8080
</dependency>

0 commit comments

Comments
 (0)