Skip to content

Commit

Permalink
[maven-release-plugin]prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-bot committed Nov 25, 2021
1 parent 752cd4e commit 87e01b0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<groupId>com.danubetech</groupId>
<artifactId>verifiable-credentials-java</artifactId>
<packaging>jar</packaging>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
<name>verifiable-credentials-java</name>

<scm>
<url>https://github.com/danubetech/verifiable-credentials-java</url>
<connection>scm:git:https://github.com/danubetech/verifiable-credentials-java.git</connection>
<developerConnection>scm:git:https://github.com/danubetech/verifiable-credentials-java.git</developerConnection>
</scm>
<tag>v0.4.0</tag>
</scm>

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

0 comments on commit 87e01b0

Please sign in to comment.