Skip to content

Commit

Permalink
Latest Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-bot committed Aug 21, 2021
1 parent a98c759 commit 8390e7a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 23 deletions.
5 changes: 2 additions & 3 deletions driver-http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
<artifactId>uni-resolver-driver-http</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions driver/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
<artifactId>uni-resolver-driver</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<packaging>pom</packaging>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
<name>uni-resolver</name>
<description>A Universal Resolver for decentralized identity.</description>
<url>https://uniresolver.io/</url>
Expand Down Expand Up @@ -38,7 +37,8 @@
<url>https://github.com/decentralized-identity/universal-resolver</url>
<connection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</connection>
<developerConnection>scm:git:https://github.com/decentralized-identity/universal-resolver.git</developerConnection>
</scm>
<tag>v0.4.0</tag>
</scm>

<issueManagement>
<url>https://github.com/decentralized-identity/universal-resolver/issues</url>
Expand Down
5 changes: 2 additions & 3 deletions uni-resolver-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
<artifactId>uni-resolver-client</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions uni-resolver-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
<artifactId>uni-resolver-core</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions uni-resolver-local/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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>
<artifactId>uni-resolver-local</artifactId>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions uni-resolver-web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<artifactId>uni-resolver-web</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<build>
Expand Down

0 comments on commit 8390e7a

Please sign in to comment.