Skip to content

Commit

Permalink
Latest Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Aug 5, 2020
1 parent e5d28bd commit 031a8d0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 30 deletions.
7 changes: 3 additions & 4 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand All @@ -27,7 +26,7 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-driver</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand All @@ -33,7 +32,7 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions resolver/java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<packaging>pom</packaging>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<name>uni-resolver</name>
<description>A Universal Resolver for decentralized identity.</description>
<url>https://uniresolver.io/</url>
Expand Down Expand Up @@ -48,7 +47,8 @@
<url>https://github.com/decentralized-identity/universal-resolver</url>
<connection>scm:git:git://github.com/decentralized-identity/universal-resolver.git</connection>
<developerConnection>scm:git:[email protected]:decentralized-identity/universal-resolver.git</developerConnection>
</scm>
<tag>v0.2.0</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
7 changes: 3 additions & 4 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand All @@ -27,7 +26,7 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand Down
12 changes: 5 additions & 7 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand All @@ -28,19 +26,19 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-core</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-driver</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-driver-http</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions resolver/java/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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<repositories>
Expand Down Expand Up @@ -100,7 +99,7 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-local</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 031a8d0

Please sign in to comment.