Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
- change pom.xml version to 0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  - remove unused classes
  • Loading branch information
blavenie committed Jan 7, 2016
1 parent ea46baf commit 30de01e
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 3,269 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.ucoin</groupId>
<artifactId>ucoinj</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>UCoin Java Client</name>

Expand Down
2 changes: 1 addition & 1 deletion ucoinj-core-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.ucoin</groupId>
<artifactId>ucoinj</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>io.ucoin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ucoinj-core-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.ucoin</groupId>
<artifactId>ucoinj</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>io.ucoin</groupId>
Expand Down
79 changes: 0 additions & 79 deletions ucoinj-core/src/main/java/io/ucoin/client/core/model/Account.java

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions ucoinj-core/src/main/java/io/ucoin/client/core/model/TxOutput.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 30de01e

Please sign in to comment.