Skip to content

Commit b9aaaa6

Browse files
author
admin-bot
committed
[skip ci]prepare release 0.5.0
1 parent 8532029 commit b9aaaa6

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

driver-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>decentralized-identity</groupId>
1010
<artifactId>uni-resolver</artifactId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1212
</parent>
1313

1414
<dependencies>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>decentralized-identity</groupId>
1010
<artifactId>uni-resolver</artifactId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>decentralized-identity</groupId>
55
<artifactId>uni-resolver</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.5-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
<name>uni-resolver</name>
99
<description>A Universal Resolver for decentralized identity.</description>
1010
<url>https://uniresolver.io/</url>
@@ -37,7 +37,7 @@
3737
<url>https://github.com/decentralized-identity/universal-resolver</url>
3838
<connection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</connection>
3939
<developerConnection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>0.5.0</tag>
4141
</scm>
4242

4343
<issueManagement>

uni-resolver-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>decentralized-identity</groupId>
1010
<artifactId>uni-resolver</artifactId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1212
</parent>
1313

1414
<dependencies>

uni-resolver-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>decentralized-identity</groupId>
1010
<artifactId>uni-resolver</artifactId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1212
</parent>
1313

1414
<dependencies>

uni-resolver-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>decentralized-identity</groupId>
1010
<artifactId>uni-resolver</artifactId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1212
</parent>
1313

1414
<dependencies>

uni-resolver-web/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
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">
32

43
<modelVersion>4.0.0</modelVersion>
54
<artifactId>uni-resolver-web</artifactId>
@@ -9,7 +8,7 @@
98
<parent>
109
<groupId>decentralized-identity</groupId>
1110
<artifactId>uni-resolver</artifactId>
12-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5.0</version>
1312
</parent>
1413

1514
<properties>

0 commit comments

Comments
 (0)