Skip to content

Commit ad8739e

Browse files
committed
Version 1.3
1 parent 31ce377 commit ad8739e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

blackbox-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.3-RC5</version>
7+
<version>1.3</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-jsonb</artifactId>
31-
<version>1.3-RC5</version>
31+
<version>1.3</version>
3232
</dependency>
3333

3434
<!-- <dependency>-->
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>avaje-jsonb-generator</artifactId>
43-
<version>1.3-RC5</version>
43+
<version>1.3</version>
4444
<scope>provided</scope>
4545
</dependency>
4646

jsonb-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.3-RC5</version>
7+
<version>1.3</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-generator</artifactId>

jsonb-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jsonb-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.3-RC5</version>
7+
<version>1.3</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-jackson</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-jsonb</artifactId>
24-
<version>1.3-RC5</version>
24+
<version>1.3</version>
2525
</dependency>
2626

2727
<dependency>

jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.3-RC5</version>
7+
<version>1.3</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>
11-
<version>1.3-RC5</version>
11+
<version>1.3</version>
1212
<name>jsonb</name>
1313

1414
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-jsonb-parent</artifactId>
12-
<version>1.3-RC5</version>
12+
<version>1.3</version>
1313

1414
<packaging>pom</packaging>
1515
<name>jsonb parent</name>

0 commit comments

Comments
 (0)