Skip to content

Commit ee14aad

Browse files
committed
Version 3.3-RC1
1 parent 3d0e698 commit ee14aad

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

blackbox-test/pom.xml

+4-4
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.3-SNAPSHOT</version>
7+
<version>3.3-RC1</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.3-SNAPSHOT</version>
31+
<version>3.3-RC1</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-json-node</artifactId>
37-
<version>3.3-SNAPSHOT</version>
37+
<version>3.3-RC1</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.3-SNAPSHOT</version>
57+
<version>3.3-RC1</version>
5858
<scope>provided</scope>
5959
</dependency>
6060
<dependency>

json-core/pom.xml

+1-1
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.3-SNAPSHOT</version>
9+
<version>3.3-RC1</version>
1010
</parent>
1111

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

json-node/pom.xml

+2-2
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.3-SNAPSHOT</version>
9+
<version>3.3-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-json-node</artifactId>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-json-core</artifactId>
27-
<version>3.3-SNAPSHOT</version>
27+
<version>3.3-RC1</version>
2828
</dependency>
2929

3030
<dependency>

jsonb-bom/pom.xml

+8-8
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.3-SNAPSHOT</version>
9+
<version>3.3-RC1</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.3-SNAPSHOT</version>
27+
<version>3.3-RC1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-json-node</artifactId>
32-
<version>3.3-SNAPSHOT</version>
32+
<version>3.3-RC1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-jsonb</artifactId>
37-
<version>3.3-SNAPSHOT</version>
37+
<version>3.3-RC1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-jsonb-generator</artifactId>
42-
<version>3.3-SNAPSHOT</version>
42+
<version>3.3-RC1</version>
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-jsonb-inject-plugin</artifactId>
48-
<version>3.3-SNAPSHOT</version>
48+
<version>3.3-RC1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-jsonb-jackson</artifactId>
53-
<version>3.3-SNAPSHOT</version>
53+
<version>3.3-RC1</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.avaje</groupId>
5757
<artifactId>avaje-jsonb-spring-starter</artifactId>
58-
<version>3.3-SNAPSHOT</version>
58+
<version>3.3-RC1</version>
5959
</dependency>
6060
</dependencies>
6161
</dependencyManagement>

jsonb-generator/pom.xml

+1-1
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.3-SNAPSHOT</version>
7+
<version>3.3-RC1</version>
88
</parent>
99

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

jsonb-inject-plugin/pom.xml

+1-1
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.3-SNAPSHOT</version>
9+
<version>3.3-RC1</version>
1010
</parent>
1111

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

jsonb-jackson/pom.xml

+1-1
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.3-SNAPSHOT</version>
7+
<version>3.3-RC1</version>
88
</parent>
99

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

jsonb-spring-adapter/pom.xml

+1-1
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.3-SNAPSHOT</version>
9+
<version>3.3-RC1</version>
1010
</parent>
1111

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

jsonb/pom.xml

+1-1
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.3-SNAPSHOT</version>
7+
<version>3.3-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>

pom.xml

+2-2
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>3.3-SNAPSHOT</version>
12+
<version>3.3-RC1</version>
1313

1414
<packaging>pom</packaging>
1515
<name>avaje json parent pom</name>
@@ -25,7 +25,7 @@
2525
<surefire.useModulePath>false</surefire.useModulePath>
2626
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2727
<spi.version>2.11</spi.version>
28-
<project.build.outputTimestamp>2025-03-28T04:35:33Z</project.build.outputTimestamp>
28+
<project.build.outputTimestamp>2025-03-29T02:03:46Z</project.build.outputTimestamp>
2929
</properties>
3030

3131
<modules>

0 commit comments

Comments
 (0)