Skip to content

Commit 1aa714f

Browse files
author
Leather Dog Muksihs
authored
Correct group id and package name
Use correct group id and package name to reflect multi-module nature of maven setup to only reference the actual client API implementation and not pull in example or parent (empty) project as dependencies.
1 parent d8aa2be commit 1aa714f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Example below is for latest 0.4.x-SNAPSHOT. Visit https://jitpack.io/#marvin-we/
1717
}
1818
}
1919
dependencies {
20-
compile 'com.github.marvin-we:steem-java-api-wrapper:0.4.x-SNAPSHOT'
20+
compile 'com.github.marvin-we.steem-java-api-wrapper:steemj-core:0.4.x-SNAPSHOT'
2121
}
2222
```
2323

@@ -32,8 +32,8 @@ File: <i>pom.xml</i>
3232
</repositories>
3333
...
3434
<dependency>
35-
<groupId>com.github.marvin-we</groupId>
36-
<artifactId>steem-java-api-wrapper</artifactId>
35+
<groupId>com.github.marvin-we.steem-java-api-wrapper</groupId>
36+
<artifactId>steemj-core</artifactId>
3737
<version>0.4.x-SNAPSHOT</version>
3838
</dependency>
3939
```

0 commit comments

Comments
 (0)