Skip to content

Commit 556ee20

Browse files
committed
Version 3.8-RC4
1 parent 5068345 commit 556ee20

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

blackbox-test-cascade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-jsonb-parent</artifactId>
6-
<version>3.8-RC3</version>
6+
<version>3.8-RC4</version>
77
</parent>
88
<artifactId>blackbox-test-cascade</artifactId>
99

blackbox-test/pom.xml

Lines changed: 4 additions & 4 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>3.8-RC3</version>
7+
<version>3.8-RC4</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-jsonb</artifactId>
31-
<version>3.8-RC3</version>
31+
<version>3.8-RC4</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-json-node</artifactId>
37-
<version>3.8-RC3</version>
37+
<version>3.8-RC4</version>
3838
</dependency>
3939

4040
<!-- <dependency>-->
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.avaje</groupId>
5656
<artifactId>avaje-jsonb-generator</artifactId>
57-
<version>3.8-RC3</version>
57+
<version>3.8-RC4</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>

json-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jsonb-parent</artifactId>
9-
<version>3.8-RC3</version>
9+
<version>3.8-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-json-core</artifactId>

json-node/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jsonb-parent</artifactId>
9-
<version>3.8-RC3</version>
9+
<version>3.8-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-json-node</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.avaje</groupId>
3434
<artifactId>avaje-json-core</artifactId>
35-
<version>3.8-RC3</version>
35+
<version>3.8-RC4</version>
3636
</dependency>
3737

3838
<dependency>

jsonb-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jsonb-parent</artifactId>
9-
<version>3.8-RC3</version>
9+
<version>3.8-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-bom</artifactId>
@@ -24,38 +24,38 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-json-core</artifactId>
27-
<version>3.8-RC3</version>
27+
<version>3.8-RC4</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-json-node</artifactId>
32-
<version>3.8-RC3</version>
32+
<version>3.8-RC4</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-jsonb</artifactId>
37-
<version>3.8-RC3</version>
37+
<version>3.8-RC4</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-jsonb-generator</artifactId>
42-
<version>3.8-RC3</version>
42+
<version>3.8-RC4</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-jsonb-inject-plugin</artifactId>
48-
<version>3.8-RC3</version>
48+
<version>3.8-RC4</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-jsonb-jackson</artifactId>
53-
<version>3.8-RC3</version>
53+
<version>3.8-RC4</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.avaje</groupId>
5757
<artifactId>avaje-jsonb-spring-starter</artifactId>
58-
<version>3.8-RC3</version>
58+
<version>3.8-RC4</version>
5959
</dependency>
6060
</dependencies>
6161
</dependencyManagement>

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>3.8-RC3</version>
7+
<version>3.8-RC4</version>
88
</parent>
99

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

jsonb-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-jsonb-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>3.8-RC3</version>
9+
<version>3.8-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-inject-plugin</artifactId>

jsonb-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.8-RC3</version>
7+
<version>3.8-RC4</version>
88
</parent>
99

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

jsonb-spring-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-jsonb-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>3.8-RC3</version>
9+
<version>3.8-RC4</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-spring-starter</artifactId>

jsonb/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>3.8-RC3</version>
7+
<version>3.8-RC4</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>

0 commit comments

Comments
 (0)