8000 upgrade to latest 0.90.0; btw: older version still worked · cweibel/elasticsearch-http-basic@8aa6abb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8aa6abb

Browse files
author
Peter 10000
committed
upgrade to latest 0.90.0; btw: older version still worked
1 parent 26b58ce commit 8aa6abb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>com.asquera.elasticsearch</groupId>
66
<artifactId>http-basic</artifactId>
7-
<version>0.20.5-SNAPSHOT</version>
7+
<version>0.90.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Basic Authentication Plugin</name>
1111
<url>http://maven.apache.org</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<elasticsearch.version>0.20.5</elasticsearch.version>
15+
<elasticsearch.version>0.90.0</elasticsearch.version>
1616
</properties>
1717

1818
<dependencies>
@@ -38,12 +38,6 @@
3838
</exclusion>
3939
</exclusions>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.hamcrest</groupId>
43-
<artifactId>hamcrest-all</artifactId>
44-
<version>1.3</version>
45-
<scope>test</scope>
46-
</dependency>
4741
</dependencies>
4842
<build>
4943
<!-- Create a zip file according to elasticsearch naming scheme -->

0 commit comments

Comments
 (0)
0