Skip to content

Commit f0220a2

Browse files
committed
[maven-release-plugin] prepare release v0.3.0
1 parent 699cd5d commit f0220a2

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,19 +1,18 @@
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>com.danubetech</groupId>
75
<artifactId>verifiable-credentials-java</artifactId>
86
<packaging>jar</packaging>
9-
<version>0.3-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
<name>verifiable-credentials-java</name>
119

1210
<scm>
1311
<url>https://github.com/danubetech/verifiable-credentials-java</url>
1412
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
1513
<developerConnection>scm:git:[email protected]:danubetech/verifiable-credentials-java.git</developerConnection>
16-
</scm>
14+
<tag>v0.3.0</tag>
15+
</scm>
1716

1817
<issueManagement>
1918
<url>https://github.com/danubetech/verifiable-credentials-java/issues</url>

0 commit comments

Comments
 (0)