|
5 | 5 | <groupId>com.danubetech</groupId> |
6 | 6 | <artifactId>verifiable-credentials-java</artifactId> |
7 | 7 | <packaging>jar</packaging> |
8 | | - <version>0.2-SNAPSHOT</version> |
| 8 | + <version>0.2.0-SNAPSHOT</version> |
9 | 9 | <name>verifiable-credentials-java</name> |
10 | 10 |
|
11 | 11 | <issueManagement> |
|
19 | 19 | <developerConnection>scm:git:git@danubetech/verifiable-credentials-java.git</developerConnection> |
20 | 20 | </scm> |
21 | 21 |
|
| 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 | + |
22 | 30 | <properties> |
23 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | 32 | <github.global.server>github</github.global.server> |
|
73 | 81 | <includeScope>runtime</includeScope> |
74 | 82 | </configuration> |
75 | 83 | </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> |
76 | 101 | </plugins> |
77 | 102 |
|
78 | 103 | </build> |
|
105 | 130 | <dependency> |
106 | 131 | <groupId>info.weboftrust</groupId> |
107 | 132 | <artifactId>ld-signatures-java</artifactId> |
108 | | - <version>0.2-SNAPSHOT</version> |
109 | | - <scope>compile</scope> |
| 133 | + <version>0.2.0</version> |
110 | 134 | </dependency> |
111 | 135 | <dependency> |
112 | 136 | <groupId>com.nimbusds</groupId> |
|
0 commit comments