We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7d2ca commit 79915a5Copy full SHA for 79915a5
pom.xml
@@ -4,14 +4,14 @@
4
<groupId>decentralized-identity</groupId>
5
<artifactId>did-common-java</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
8
<name>did-common-java</name>
9
10
<scm>
11
<url>https://github.com/decentralized-identity/did-common-java</url>
12
<connection>scm:git:git://github.com/decentralized-identity/did-common-java.git</connection>
13
<developerConnection>scm:git:git@github.com:decentralized-identity/did-common-java.git</developerConnection>
14
- <tag>v0.2.0</tag>
+ <tag>HEAD</tag>
15
</scm>
16
17
<issueManagement>
0 commit comments