File tree Expand file tree Collapse file tree 5 files changed +13
-17
lines changed Expand file tree Collapse file tree 5 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-jsonb-parent</artifactId >
7
- <version >0.10-SNAPSHOT </version >
7
+ <version >0.10</version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-jsonb-generator</artifactId >
16
16
<dependency >
17
17
<groupId >io.avaje</groupId >
18
18
<artifactId >avaje-jsonb</artifactId >
19
- <version >0.10-SNAPSHOT </version >
19
+ <version >0.10</version >
20
20
</dependency >
21
21
22
22
<!-- test dependencies -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >avaje-jsonb-parent</artifactId >
8
6
<groupId >io.avaje</groupId >
9
- <version >0.10-SNAPSHOT </version >
7
+ <version >0.10</version >
10
8
</parent >
11
9
12
10
<artifactId >avaje-jsonb-jackson</artifactId >
23
21
<dependency >
24
22
<groupId >io.avaje</groupId >
25
23
<artifactId >avaje-jsonb</artifactId >
26
- <version >0.10-SNAPSHOT </version >
24
+ <version >0.10</version >
27
25
</dependency >
28
26
29
27
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >avaje-jsonb-parent</artifactId >
8
6
<groupId >io.avaje</groupId >
9
- <version >0.10-SNAPSHOT </version >
7
+ <version >0.10</version >
10
8
</parent >
11
9
12
10
<artifactId >avaje-jsonb-jakarta</artifactId >
36
34
<dependency >
37
35
<groupId >io.avaje</groupId >
38
36
<artifactId >avaje-jsonb</artifactId >
39
- <version >0.10-SNAPSHOT </version >
37
+ <version >0.10</version >
40
38
</dependency >
41
39
42
40
<dependency >
43
41
<groupId >io.avaje</groupId >
44
42
<artifactId >avaje-jsonb-generator</artifactId >
45
- <version >0.10-SNAPSHOT </version >
43
+ <version >0.10</version >
46
44
<scope >test</scope >
47
45
</dependency >
48
46
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-jsonb-parent</artifactId >
7
- <version >0.10-SNAPSHOT </version >
7
+ <version >0.10</version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-jsonb</artifactId >
11
- <version >0.10-SNAPSHOT </version >
11
+ <version >0.10</version >
12
12
<name >jsonb</name >
13
13
14
14
<dependencies >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >io.avaje</groupId >
11
11
<artifactId >avaje-jsonb-parent</artifactId >
12
- <version >0.10-SNAPSHOT </version >
12
+ <version >0.10</version >
13
13
14
14
<packaging >pom</packaging >
15
15
<name >jsonb parent</name >
16
16
<description >parent pom for jsonb</description >
17
17
18
18
<scm >
19
19
<
developerConnection >scm:git:
[email protected] :avaje/avaje-jsonb.git</
developerConnection >
20
- <tag >HEAD </tag >
20
+ <tag >avaje-jsonb-parent-0.10 </tag >
21
21
</scm >
22
22
23
23
<properties >
You can’t perform that action at this time.
0 commit comments