We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b75bbf commit a0e6aa6Copy full SHA for a0e6aa6
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.danubetech</groupId>
5
<artifactId>verifiable-credentials-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.2.1-SNAPSHOT</version>
+ <version>0.2.1</version>
8
<name>verifiable-credentials-java</name>
9
10
<issueManagement>
@@ -16,7 +16,8 @@
16
<url>https://github.com/danubetech/verifiable-credentials-java</url>
17
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
18
<developerConnection>scm:git:[email protected]:danubetech/verifiable-credentials-java.git</developerConnection>
19
- </scm>
+ <tag>v0.2.1</tag>
20
+ </scm>
21
22
23
<distributionManagement>
0 commit comments