Skip to content

Commit a3d6564

Browse files
author
Ahamed Azeem
committed
Latest Release v0.2.0
1 parent b2fd068 commit a3d6564

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

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

43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.danubetech</groupId>
65
<artifactId>verifiable-credentials-java</artifactId>
76
<packaging>jar</packaging>
8-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
98
<name>verifiable-credentials-java</name>
109

1110
<issueManagement>
@@ -17,7 +16,8 @@
1716
<url>https://github.com/danubetech/verifiable-credentials-java</url>
1817
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
1918
<developerConnection>scm:git:[email protected]:danubetech/verifiable-credentials-java.git</developerConnection>
20-
</scm>
19+
<tag>v0.2.0</tag>
20+
</scm>
2121

2222
<distributionManagement>
2323
<repository>

0 commit comments

Comments
 (0)