Skip to content

Commit

Permalink
Latest Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahamed Azeem committed Mar 9, 2020
1 parent 69e8af3 commit d30bb46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>info.weboftrust</groupId>
<artifactId>btc-tx-lookup-java</artifactId>
<packaging>jar</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>btc-tx-lookup-java</name>

<issueManagement>
Expand All @@ -17,7 +16,8 @@
<url>https://github.com/WebOfTrustInfo/btc-tx-lookup-java</url>
<connection>scm:git:git://github.com/WebOfTrustInfo/btc-tx-lookup-java.git</connection>
<developerConnection>scm:git:git@github.com:WebOfTrustInfo/btc-tx-lookup-java.git</developerConnection>
</scm>
<tag>v0.1.0</tag>
</scm>

<distributionManagement>
<repository>
Expand Down

0 comments on commit d30bb46

Please sign in to comment.