Skip to content

Commit 226e073

Browse files
authored
Merge pull request #90 from tdiesler/ghi89
Align maven coordinates with JitPack
2 parents 26d681d + 3a6adb1 commit 226e073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for Maven, add the following sections to your pom.xml (replacing $LATEST_VERSION
3838
3939
<dependencies>
4040
<dependency>
41-
<groupId>io.ipfs</groupId>
41+
<groupId>com.github.ipfs</groupId>
4242
<artifactId>java-ipfs-api</artifactId>
4343
<version>$LATEST_VERSION</version>
4444
</dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.ipfs</groupId>
6-
<artifactId>api</artifactId>
7-
<version>v1.2.1</version>
5+
<groupId>com.github.ipfs</groupId>
6+
<artifactId>java-ipfs-api</artifactId>
7+
<version>v1.2.2-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>java-ipfs-api</name>

0 commit comments

Comments
 (0)