Skip to content

Commit df211a4

Browse files
committed
Version 3.0-RC7
1 parent e1ee31f commit df211a4

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
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.0-RC6</version>
7+
<version>3.0-RC7</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.0-RC6</version>
31+
<version>3.0-RC7</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-json-node</artifactId>
37-
<version>3.0-RC6</version>
37+
<version>3.0-RC7</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.0-RC6</version>
57+
<version>3.0-RC7</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.0-RC6</version>
9+
<version>3.0-RC7</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.0-RC6</version>
9+
<version>3.0-RC7</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.0-RC6</version>
27+
<version>3.0-RC7</version>
2828
</dependency>
2929

3030
<dependency>

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.0-RC6</version>
7+
<version>3.0-RC7</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.0-RC6</version>
9+
<version>3.0-RC7</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.0-RC6</version>
7+
<version>3.0-RC7</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.0-RC6</version>
9+
<version>3.0-RC7</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.0-RC6</version>
7+
<version>3.0-RC7</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.0-RC6</version>
12+
<version>3.0-RC7</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.7</spi.version>
28-
<project.build.outputTimestamp>2025-01-08T11:21:14Z</project.build.outputTimestamp>
28+
<project.build.outputTimestamp>2025-02-10T00:35:46Z</project.build.outputTimestamp>
2929
</properties>
3030

3131
<modules>

0 commit comments

Comments
 (0)