Skip to content

Commit 19eebb0

Browse files
committed
Upbit API for JAVA v1.0.2
1 parent d71d8c6 commit 19eebb0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<groupId>dev.itcode</groupId>
88
<artifactId>upbit-api-java</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Upbit API for JAVA</name>
1313
<description>Upbit API 자바 라이브러리</description>
14-
<url>https://github.com/RWB0104/upbit-api-java</url>
14+
<url>https://github.com/itcode-dev/upbit-api-java</url>
1515

1616
<licenses>
1717
<license>
@@ -30,9 +30,9 @@
3030
</developers>
3131

3232
<scm>
33-
<connection>scm:git:git://github.com/RWB0104/upbit-api-java,git</connection>
34-
<developerConnection>scm:git:ssh://github.com/RWB0104/upbit-api-java,git</developerConnection>
35-
<url>https://github.com/RWB0104/upbit-api-java</url>
33+
<connection>scm:git:git://github.com/itcode-dev/upbit-api-java.git</connection>
34+
<developerConnection>scm:git:git@github.com:itcode-dev/upbit-api-java.git</developerConnection>
35+
<url>https://github.com/itcode-dev/upbit-api-java</url>
3636
</scm>
3737

3838
<distributionManagement>

0 commit comments

Comments
 (0)