Skip to content

Commit 2ecc8b0

Browse files
committed
Fix artifactId
1 parent 8fe878e commit 2ecc8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add the following dependency to your `pom.xml` file:
6464
```xml
6565
<dependency>
6666
<groupId>io.apitally</groupId>
67-
<artifactId>apitally-java</artifactId>
67+
<artifactId>apitally</artifactId>
6868
<version>[0.1.0,)</version>
6969
</dependency>
7070
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.apitally</groupId>
8-
<artifactId>apitally-java</artifactId>
8+
<artifactId>apitally</artifactId>
99
<version>0.1.0</version>
1010
<packaging>jar</packaging>
1111
<name>Apitally Java Client</name>

0 commit comments

Comments
 (0)