|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | | - <groupId>com.cleafy.elasticsearch6</groupId> |
7 | | - <artifactId>elasticsearch6-http-basic</artifactId> |
8 | | - <version>0.0.1</version> |
| 6 | + <groupId>com.cleafy.elasticsearch</groupId> |
| 7 | + <artifactId>elasticsearch-http-basic</artifactId> |
| 8 | + <version>0.1.0</version> |
9 | 9 | <packaging>jar</packaging> |
10 | | - <name>Elasticsearch 6.x Http Basic plugin</name> |
| 10 | + <name>Elasticsearch Http Basic plugin</name> |
11 | 11 | <description>Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description> |
12 | | - <url>https://github.com/Cleafy/elasticsearch-http-basic</url> |
| 12 | + <url>https://github.com/Cleafy/elasticsearch6-http-basic</url> |
13 | 13 | <inceptionYear>2018</inceptionYear> |
14 | 14 |
|
15 | 15 | <properties> |
|
21 | 21 | <dependency> |
22 | 22 | <groupId>org.elasticsearch</groupId> |
23 | 23 | <artifactId>elasticsearch</artifactId> |
24 | | - <version>6.3.2</version> |
| 24 | + <version>7.6.0</version> |
25 | 25 | <scope>provided</scope> |
26 | 26 | </dependency> |
27 | 27 |
|
28 | 28 | <dependency> |
29 | 29 | <groupId>org.elasticsearch.test</groupId> |
30 | 30 | <artifactId>framework</artifactId> |
31 | | - <version>6.3.2</version> |
| 31 | + <version>7.6.0</version> |
32 | 32 | <scope>test</scope> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
|
40 | 40 | </dependencies> |
41 | 41 |
|
42 | 42 | <build> |
43 | | - <finalName>elasticsearch6-http-basic-plugin</finalName> |
| 43 | + <finalName>elasticsearch-http-basic-plugin</finalName> |
44 | 44 | <resources> |
45 | 45 | <resource> |
46 | 46 | <directory>src/main/resources</directory> |
|
0 commit comments