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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
13
12
</parent >
14
13
15
14
<dependencies >
16
15
<dependency >
17
16
<groupId >decentralized-identity</groupId >
18
17
<artifactId >uni-resolver-driver</artifactId >
19
- <version >0.1.0-SNAPSHOT </version >
18
+ <version >0.1.0</version >
20
19
<scope >compile</scope >
21
20
</dependency >
22
21
<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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
13
12
</parent >
14
13
15
14
<dependencies >
22
21
<dependency >
23
22
<groupId >decentralized-identity</groupId >
24
23
<artifactId >uni-resolver-core</artifactId >
25
- <version >0.1.0-SNAPSHOT </version >
24
+ <version >0.1.0</version >
26
25
<scope >compile</scope >
27
26
</dependency >
28
27
</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.1.0-SNAPSHOT </version >
7
+ <version >0.1.0</version >
9
8
<name >uni-resolver</name >
10
9
<description >A Universal Resolver for decentralized identity.</description >
11
10
<url >https://...</url >
39
38
<url >https://github.com/decentralized-identity/universal-resolver</url >
40
39
<connection >scm:git:git://github.com/decentralized-identity/universal-resolver.git</connection >
41
40
<
developerConnection >scm:git:
[email protected] :decentralized-identity/universal-resolver.git</
developerConnection >
42
- </scm >
41
+ <tag >v0.1.0</tag >
42
+ </scm >
43
43
<distributionManagement >
44
44
<repository >
45
45
<id >github</id >
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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
13
12
</parent >
14
13
15
14
<dependencies >
16
15
<dependency >
17
16
<groupId >decentralized-identity</groupId >
18
17
<artifactId >uni-resolver-core</artifactId >
19
- <version >0.1.0-SNAPSHOT </version >
18
+ <version >0.1.0</version >
20
19
<scope >compile</scope >
21
20
</dependency >
22
21
<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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
13
12
</parent >
14
13
15
14
<dependencies >
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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
14
12
</parent >
15
13
16
14
<dependencies >
17
15
<dependency >
18
16
<groupId >decentralized-identity</groupId >
19
17
<artifactId >uni-resolver-core</artifactId >
20
- <version >0.1.0-SNAPSHOT </version >
18
+ <version >0.1.0</version >
21
19
<scope >compile</scope >
22
20
</dependency >
23
21
<dependency >
24
22
<groupId >decentralized-identity</groupId >
25
23
<artifactId >uni-resolver-driver</artifactId >
26
- <version >0.1.0-SNAPSHOT </version >
24
+ <version >0.1.0</version >
27
25
<scope >compile</scope >
28
26
</dependency >
29
27
<dependency >
30
28
<groupId >decentralized-identity</groupId >
31
29
<artifactId >uni-resolver-driver-http</artifactId >
32
- <version >0.1.0-SNAPSHOT </version >
30
+ <version >0.1.0</version >
33
31
<scope >compile</scope >
34
32
</dependency >
35
33
<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.1.0-SNAPSHOT </version >
11
+ <version >0.1.0</version >
13
12
</parent >
14
13
15
14
<build >
89
88
<dependency >
90
89
<groupId >decentralized-identity</groupId >
91
90
<artifactId >uni-resolver-local</artifactId >
92
- <version >0.1.0-SNAPSHOT </version >
91
+ <version >0.1.0</version >
93
92
<scope >compile</scope >
94
93
</dependency >
95
94
<dependency >
You can’t perform that action at this time.
0 commit comments