Skip to content

Commit

Permalink
Latest Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahamed Azeem committed Mar 6, 2020
1 parent 819105e commit ddb66f3
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
@@ -1,12 +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>ld-signatures-java</artifactId>
<packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>ld-signatures-java</name>

<issueManagement>
Expand All @@ -18,7 +16,8 @@
<url>https://github.com/WebOfTrustInfo/ld-signatures-java</url>
<connection>scm:git:git://github.com/WebOfTrustInfo/ld-signatures-java.git</connection>
<developerConnection>scm:git:[email protected]:WebOfTrustInfo/ld-signatures-java.git</developerConnection>
</scm>
<tag>v0.2.0</tag>
</scm>
<distributionManagement>
<repository>
<id>github</id>
Expand Down

0 comments on commit ddb66f3

Please sign in to comment.