Skip to content

Commit

Permalink
Fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralleiter committed Jan 7, 2018
1 parent 88fd3b7 commit ada03fd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<url>https://github.com/marvin-we/steem-java-api-wrapper/tree/master</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/marvin-we/steem-java-api-wrapper/issues</url>
</issueManagement>

<dependencies>
<!-- WS Client -->
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<url>https://github.com/marvin-we/steem-java-api-wrapper/tree/master</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/marvin-we/steem-java-api-wrapper/issues</url>
</issueManagement>

<profiles>
<profile>
<id>release</id>
Expand Down
11 changes: 11 additions & 0 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/marvin-we/steem-java-api-wrapper.git</connection>
<developerConnection>scm:git:ssh://github.com/marvin-we/steem-java-api-wrapper.git</developerConnection>
<url>https://github.com/marvin-we/steem-java-api-wrapper/tree/master</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/marvin-we/steem-java-api-wrapper/issues</url>
</issueManagement>

<dependencies>
<dependency>
<groupId>eu.bittrade.libs</groupId>
Expand Down

0 comments on commit ada03fd

Please sign in to comment.