Skip to content

Commit d855325

Browse files
author
Ahamed Azeem
committed
Release Plugin Updated
1 parent e69312c commit d855325

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

pom.xml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.danubetech</groupId>
66
<artifactId>verifiable-credentials-java</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.2-SNAPSHOT</version>
8+
<version>0.2.0-SNAPSHOT</version>
99
<name>verifiable-credentials-java</name>
1010

1111
<issueManagement>
@@ -19,6 +19,14 @@
1919
<developerConnection>scm:git:git@danubetech/verifiable-credentials-java.git</developerConnection>
2020
</scm>
2121

22+
<distributionManagement>
23+
<repository>
24+
<id>github</id>
25+
<name>GitHub danubetech verifiable-credentials-java</name>
26+
<url>https://maven.pkg.github.com/danubetech/verifiable-credentials-java</url>
27+
</repository>
28+
</distributionManagement>
29+
2230
<properties>
2331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2432
<github.global.server>github</github.global.server>
@@ -73,6 +81,23 @@
7381
<includeScope>runtime</includeScope>
7482
</configuration>
7583
</plugin>
84+
<plugin>
85+
<groupId>org.apache.maven.plugins</groupId>
86+
<artifactId>maven-release-plugin</artifactId>
87+
<version>3.0.0-M1</version>
88+
<configuration>
89+
<tagNameFormat>v@{project.version}</tagNameFormat>
90+
<scmReleaseCommitComment>Latest Release @{releaseLabel}</scmReleaseCommitComment>
91+
<pomFileName>pom.xml</pomFileName>
92+
</configuration>
93+
<dependencies>
94+
<dependency>
95+
<groupId>org.apache.maven.plugins</groupId>
96+
<artifactId>maven-scm-plugin</artifactId>
97+
<version>1.8.1</version>
98+
</dependency>
99+
</dependencies>
100+
</plugin>
76101
</plugins>
77102

78103
</build>
@@ -105,8 +130,7 @@
105130
<dependency>
106131
<groupId>info.weboftrust</groupId>
107132
<artifactId>ld-signatures-java</artifactId>
108-
<version>0.2-SNAPSHOT</version>
109-
<scope>compile</scope>
133+
<version>0.2.0</version>
110134
</dependency>
111135
<dependency>
112136
<groupId>com.nimbusds</groupId>

0 commit comments

Comments
 (0)