File tree Expand file tree Collapse file tree 7 files changed +23
-30
lines changed Expand file tree Collapse file tree 7 files changed +23
-30
lines changed Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >uni-resolver-driver-http</artifactId >
9
8
<parent >
10
9
<groupId >decentralized-identity</groupId >
11
10
<artifactId >uni-resolver</artifactId >
12
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
13
12
</parent >
14
13
15
14
<repositories >
27
26
<dependency >
28
27
<groupId >decentralized-identity</groupId >
29
28
<artifactId >uni-resolver-driver</artifactId >
30
- <version >0.2-SNAPSHOT </version >
29
+ <version >0.2.0 </version >
31
30
<scope >compile</scope >
32
31
</dependency >
33
32
<dependency >
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >uni-resolver-driver</artifactId >
9
8
<parent >
10
9
<groupId >decentralized-identity</groupId >
11
10
<artifactId >uni-resolver</artifactId >
12
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
13
12
</parent >
14
13
15
14
<repositories >
33
32
<dependency >
34
33
<groupId >decentralized-identity</groupId >
35
34
<artifactId >uni-resolver-core</artifactId >
36
- <version >0.2-SNAPSHOT </version >
35
+ <version >0.2.0 </version >
37
36
<scope >compile</scope >
38
37
</dependency >
39
38
</dependencies >
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<groupId >decentralized-identity</groupId >
6
5
<artifactId >uni-resolver</artifactId >
7
6
<packaging >pom</packaging >
8
- <version >0.2-SNAPSHOT </version >
7
+ <version >0.2.0 </version >
9
8
<name >uni-resolver</name >
10
9
<description >A Universal Resolver for decentralized identity.</description >
11
10
<url >https://uniresolver.io/</url >
48
47
<url >https://github.com/decentralized-identity/universal-resolver</url >
49
48
<connection >scm:git:git://github.com/decentralized-identity/universal-resolver.git</connection >
50
49
<
developerConnection >scm:git:
[email protected] :decentralized-identity/universal-resolver.git</
developerConnection >
51
- </scm >
50
+ <tag >v0.2.0</tag >
51
+ </scm >
52
52
53
53
<properties >
54
54
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >uni-resolver-client</artifactId >
9
8
<parent >
10
9
<groupId >decentralized-identity</groupId >
11
10
<artifactId >uni-resolver</artifactId >
12
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
13
12
</parent >
14
13
15
14
<repositories >
27
26
<dependency >
28
27
<groupId >decentralized-identity</groupId >
29
28
<artifactId >uni-resolver-core</artifactId >
30
- <version >0.2-SNAPSHOT </version >
29
+ <version >0.2.0 </version >
31
30
<scope >compile</scope >
32
31
</dependency >
33
32
<dependency >
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >uni-resolver-core</artifactId >
9
8
<parent >
10
9
<groupId >decentralized-identity</groupId >
11
10
<artifactId >uni-resolver</artifactId >
12
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
13
12
</parent >
14
13
15
14
<repositories >
Original file line number Diff line number Diff line change 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" >
4
2
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<artifactId >uni-resolver-local</artifactId >
10
8
<parent >
11
9
<groupId >decentralized-identity</groupId >
12
10
<artifactId >uni-resolver</artifactId >
13
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
14
12
</parent >
15
13
16
14
<repositories >
28
26
<dependency >
29
27
<groupId >decentralized-identity</groupId >
30
28
<artifactId >uni-resolver-core</artifactId >
31
- <version >0.2-SNAPSHOT </version >
29
+ <version >0.2.0 </version >
32
30
<scope >compile</scope >
33
31
</dependency >
34
32
<dependency >
35
33
<groupId >decentralized-identity</groupId >
36
34
<artifactId >uni-resolver-driver</artifactId >
37
- <version >0.2-SNAPSHOT </version >
35
+ <version >0.2.0 </version >
38
36
<scope >compile</scope >
39
37
</dependency >
40
38
<dependency >
41
39
<groupId >decentralized-identity</groupId >
42
40
<artifactId >uni-resolver-driver-http</artifactId >
43
- <version >0.2-SNAPSHOT </version >
41
+ <version >0.2.0 </version >
44
42
<scope >compile</scope >
45
43
</dependency >
46
44
<dependency >
Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >uni-resolver-web</artifactId >
9
8
<parent >
10
9
<groupId >decentralized-identity</groupId >
11
10
<artifactId >uni-resolver</artifactId >
12
- <version >0.2-SNAPSHOT </version >
11
+ <version >0.2.0 </version >
13
12
</parent >
14
13
15
14
<repositories >
100
99
<dependency >
101
100
<groupId >decentralized-identity</groupId >
102
101
<artifactId >uni-resolver-local</artifactId >
103
- <version >0.2-SNAPSHOT </version >
102
+ <version >0.2.0 </version >
104
103
<scope >compile</scope >
105
104
</dependency >
106
105
<dependency >
You can’t perform that action at this time.
0 commit comments