Skip to content

Commit

Permalink
[skip ci]prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-bot committed Jan 5, 2022
1 parent 8532029 commit b9aaaa6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion driver-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<packaging>pom</packaging>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
<name>uni-resolver</name>
<description>A Universal Resolver for decentralized identity.</description>
<url>https://uniresolver.io/</url>
Expand Down Expand Up @@ -37,7 +37,7 @@
<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>
<tag>HEAD</tag>
<tag>0.5.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion uni-resolver-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uni-resolver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion uni-resolver-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.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="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-web</artifactId>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down

0 comments on commit b9aaaa6

Please sign in to comment.