Skip to content

Commit

Permalink
Update repo name and url
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Sessa committed Mar 25, 2020
1 parent cdc6260 commit f207171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.cleafy.elasticsearch</groupId>
<artifactId>elasticsearch-http-basic</artifactId>
<artifactId>elasticsearch-http-basic-auth-plugin</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>Elasticsearch Http Basic plugin</name>
<description>Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description>
<url>https://github.com/Cleafy/elasticsearch6-http-basic</url>
<url>https://github.com/Cleafy/elasticsearch-http-basic-auth-plugin</url>
<inceptionYear>2018</inceptionYear>

<properties>
Expand Down Expand Up @@ -40,7 +40,7 @@
</dependencies>

<build>
<finalName>elasticsearch-http-basic-plugin</finalName>
<finalName>elasticsearch-http-basic-auth-plugin</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down

0 comments on commit f207171

Please sign in to comment.