Skip to content

Commit ddb66f3

Browse files
author
Ahamed Azeem
committed
Latest Release v0.2.0
1 parent 819105e commit ddb66f3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64
<groupId>info.weboftrust</groupId>
75
<artifactId>ld-signatures-java</artifactId>
86
<packaging>jar</packaging>
9-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
108
<name>ld-signatures-java</name>
119

1210
<issueManagement>
@@ -18,7 +16,8 @@
1816
<url>https://github.com/WebOfTrustInfo/ld-signatures-java</url>
1917
<connection>scm:git:git://github.com/WebOfTrustInfo/ld-signatures-java.git</connection>
2018
<developerConnection>scm:git:[email protected]:WebOfTrustInfo/ld-signatures-java.git</developerConnection>
21-
</scm>
19+
<tag>v0.2.0</tag>
20+
</scm>
2221
<distributionManagement>
2322
<repository>
2423
<id>github</id>

0 commit comments

Comments
 (0)