Skip to content

Commit 8390e7a

Browse files
author
admin-bot
committed
Latest Release v0.4.0
1 parent a98c759 commit 8390e7a

File tree

7 files changed

+16
-23
lines changed

7 files changed

+16
-23
lines changed

driver-http/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-driver-http</artifactId>
@@ -9,7 +8,7 @@
98
<parent>
109
<groupId>decentralized-identity</groupId>
1110
<artifactId>uni-resolver</artifactId>
12-
<version>0.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1312
</parent>
1413

1514
<dependencies>

driver/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-driver</artifactId>
@@ -9,7 +8,7 @@
98
<parent>
109
<groupId>decentralized-identity</groupId>
1110
<artifactId>uni-resolver</artifactId>
12-
<version>0.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1312
</parent>
1413

1514
<dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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
<groupId>decentralized-identity</groupId>
65
<artifactId>uni-resolver</artifactId>
76
<packaging>pom</packaging>
8-
<version>0.4-SNAPSHOT</version>
7+
<version>0.4.0</version>
98
<name>uni-resolver</name>
109
<description>A Universal Resolver for decentralized identity.</description>
1110
<url>https://uniresolver.io/</url>
@@ -38,7 +37,8 @@
3837
<url>https://github.com/decentralized-identity/universal-resolver</url>
3938
<connection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</connection>
4039
<developerConnection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</developerConnection>
41-
</scm>
40+
<tag>v0.4.0</tag>
41+
</scm>
4242

4343
<issueManagement>
4444
<url>https://github.com/decentralized-identity/universal-resolver/issues</url>

uni-resolver-client/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-client</artifactId>
@@ -9,7 +8,7 @@
98
<parent>
109
<groupId>decentralized-identity</groupId>
1110
<artifactId>uni-resolver</artifactId>
12-
<version>0.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1312
</parent>
1413

1514
<dependencies>

uni-resolver-core/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-core</artifactId>
@@ -9,7 +8,7 @@
98
<parent>
109
<groupId>decentralized-identity</groupId>
1110
<artifactId>uni-resolver</artifactId>
12-
<version>0.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1312
</parent>
1413

1514
<dependencies>

uni-resolver-local/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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
<artifactId>uni-resolver-local</artifactId>
@@ -10,7 +8,7 @@
108
<parent>
119
<groupId>decentralized-identity</groupId>
1210
<artifactId>uni-resolver</artifactId>
13-
<version>0.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1412
</parent>
1513

1614
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.4-SNAPSHOT</version>
11+
<version>0.4.0</version>
1312
</parent>
1413

1514
<build>

0 commit comments

Comments
 (0)