File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed 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
<groupId >io.avaje</groupId >
8
6
<artifactId >avaje-jsonb-parent</artifactId >
9
- <version >1.2-SNAPSHOT </version >
7
+ <version >1.2</version >
10
8
</parent >
11
9
12
10
<artifactId >avaje-jsonb-generator</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >avaje-jsonb-parent</artifactId >
6
6
<groupId >io.avaje</groupId >
7
- <version >1.2-SNAPSHOT </version >
7
+ <version >1.2</version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-jsonb-jackson</artifactId >
21
21
<dependency >
22
22
<groupId >io.avaje</groupId >
23
23
<artifactId >avaje-jsonb</artifactId >
24
- <version >1.2-SNAPSHOT </version >
24
+ <version >1.2</version >
25
25
</dependency >
26
26
27
27
<dependency >
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 >1.2-SNAPSHOT </version >
7
+ <version >1.2</version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-jsonb</artifactId >
11
- <version >1.2-SNAPSHOT </version >
11
+ <version >1.2</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 >1.2-SNAPSHOT </version >
12
+ <version >1.2</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:git@github.com:avaje/avaje-jsonb.git</developerConnection >
20
- <tag >avaje-jsonb-parent-1.1 </tag >
20
+ <tag >avaje-jsonb-parent-1.2 </tag >
21
21
</scm >
22
22
23
23
<properties >
You can’t perform that action at this time.
0 commit comments