Skip to content

Commit 1ef6a36

Browse files
committed
Version 2.4
1 parent ac1f01d commit 1ef6a36

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
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>2.4-SNAPSHOT</version>
7+
<version>2.4</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>2.4-SNAPSHOT</version>
31+
<version>2.4</version>
3232
</dependency>
3333

3434
<!-- <dependency>-->
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-jsonb-generator</artifactId>
51-
<version>2.4-SNAPSHOT</version>
51+
<version>2.4</version>
5252
<scope>provided</scope>
5353
</dependency>
5454
<dependency>

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>2.4-SNAPSHOT</version>
7+
<version>2.4</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>2.4-SNAPSHOT</version>
9+
<version>2.4</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>2.4-SNAPSHOT</version>
7+
<version>2.4</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>2.4-SNAPSHOT</version>
9+
<version>2.4</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>2.4-SNAPSHOT</version>
7+
<version>2.4</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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>2.4-SNAPSHOT</version>
12+
<version>2.4</version>
1313

1414
<packaging>pom</packaging>
1515
<name>jsonb parent</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>2024-10-25T04:21:12Z</project.build.outputTimestamp>
28+
<project.build.outputTimestamp>2024-12-09T07:11:19Z</project.build.outputTimestamp>
2929
</properties>
3030

3131
<modules>

0 commit comments

Comments
 (0)