Skip to content

Commit 1f616be

Browse files
author
jeevan
committed
Renamed artifactId and version in align to repo name
1 parent 23f6191 commit 1f616be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Add the following dependency to your pom file
1414
```xml
1515
<dependency>
1616
<groupId>com.indix.api</groupId>
17-
<artifactId>apiv2-java-client</artifactId>
18-
<version>1.1.0</version>
17+
<artifactId>indix-api-java</artifactId>
18+
<version>1.0.0</version>
1919
</dependency>
2020
```
2121

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</properties>
1010

1111
<groupId>com.indix.api</groupId>
12-
<artifactId>apiv2-java-client</artifactId>
13-
<version>1.1.0</version>
12+
<artifactId>indix-api-java</artifactId>
13+
<version>1.0.0</version>
1414
<packaging>jar</packaging>
1515
<name>Indix API-V2 Java Client</name>
1616
<description>Java client which is used to access API V2 endpoints</description>

0 commit comments

Comments
 (0)