Skip to content

Commit f207171

Browse files
author
Andrea Sessa
committed
Update repo name and url
1 parent cdc6260 commit f207171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.cleafy.elasticsearch</groupId>
7-
<artifactId>elasticsearch-http-basic</artifactId>
7+
<artifactId>elasticsearch-http-basic-auth-plugin</artifactId>
88
<version>0.1.0</version>
99
<packaging>jar</packaging>
1010
<name>Elasticsearch Http Basic plugin</name>
1111
<description>Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description>
12-
<url>https://github.com/Cleafy/elasticsearch6-http-basic</url>
12+
<url>https://github.com/Cleafy/elasticsearch-http-basic-auth-plugin</url>
1313
<inceptionYear>2018</inceptionYear>
1414

1515
<properties>
@@ -40,7 +40,7 @@
4040
</dependencies>
4141

4242
<build>
43-
<finalName>elasticsearch-http-basic-plugin</finalName>
43+
<finalName>elasticsearch-http-basic-auth-plugin</finalName>
4444
<resources>
4545
<resource>
4646
<directory>src/main/resources</directory>

0 commit comments

Comments
 (0)