Skip to content

Commit

Permalink
Version update and libtxref plugin from maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahamed Azeem committed Mar 10, 2020
1 parent a1dbb23 commit 5b541b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>info.weboftrust</groupId>
<artifactId>btc-tx-lookup-java</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>
<name>btc-tx-lookup-java</name>

<issueManagement>
Expand Down Expand Up @@ -92,10 +92,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>design.contract</groupId>
<artifactId>libtxref</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
<groupId>design.contract</groupId>
<artifactId>libtxref</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>wf.bitcoin</groupId>
Expand Down

0 comments on commit 5b541b0

Please sign in to comment.