Skip to content

Commit 19e54ed

Browse files
committed
Version 2.9-RC5
1 parent aea8623 commit 19e54ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

http-generator-javalin/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-http-parent</artifactId>
7-
<version>2.9-RC4</version>
7+
<version>2.9-RC5</version>
88
</parent>
99

1010
<artifactId>avaje-http-javalin-generator</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-http-parent</artifactId>
12-
<version>2.9-RC4</version>
12+
<version>2.9-RC5</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>
@@ -23,7 +23,7 @@
2323
<jackson.version>2.14.2</jackson.version>
2424
<jex.version>3.0-RC10</jex.version>
2525
<avaje.prisms.version>1.36</avaje.prisms.version>
26-
<project.build.outputTimestamp>2024-12-03T09:51:55Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2024-12-08T19:46:23Z</project.build.outputTimestamp>
2727
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
2828
</properties>
2929

tests/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-http-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>2.9-RC4</version>
7+
<version>2.9-RC5</version>
88
</parent>
99

1010
<artifactId>tests</artifactId>

tests/test-nima-jsonb/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>tests</artifactId>
9-
<version>2.9-RC4</version>
9+
<version>2.9-RC5</version>
1010
</parent>
1111

1212
<artifactId>test-nima-jsonb</artifactId>

0 commit comments

Comments
 (0)