Skip to content

Commit 3884c2d

Browse files
committed
prepare for next development cycle
1 parent 31b4875 commit 3884c2d

File tree

70 files changed

+87
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+87
-72
lines changed

jooby/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.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby</artifactId>
1212
<name>jooby</name>

modules/jooby-apt/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-apt</artifactId>
1212
<name>jooby-apt</name>

modules/jooby-avaje-inject/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-avaje-inject</artifactId>
1212
<name>jooby-avaje-inject</name>

modules/jooby-avaje-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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-avaje-jsonb</artifactId>
1212
<name>jooby-avaje-jsonb</name>

modules/jooby-avaje-validator/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-avaje-validator</artifactId>
1212
<name>jooby-avaje-validator</name>

modules/jooby-awssdk-v1/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-awssdk-v1</artifactId>
1212
<name>jooby-awssdk-v1</name>

modules/jooby-awssdk-v2/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-awssdk-v2</artifactId>
1212
<name>jooby-awssdk-v2</name>

modules/jooby-bom/pom.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<groupId>io.jooby</groupId>
99
<artifactId>modules</artifactId>
10-
<version>4.1.0</version>
10+
<version>4.1.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>io.jooby</groupId>
1414
<artifactId>jooby-bom</artifactId>
1515
<name>jooby-bom</name>
1616
<packaging>pom</packaging>
17-
<version>4.1.0</version>
17+
<version>4.1.1-SNAPSHOT</version>
1818
<description>Jooby (Bill of Materials)</description>
1919
<url>https://jooby.io</url>
2020

@@ -155,6 +155,11 @@
155155
<artifactId>jooby-jackson</artifactId>
156156
<version>${project.version}</version>
157157
</dependency>
158+
<dependency>
159+
<groupId>io.jooby</groupId>
160+
<artifactId>jooby-jackson3</artifactId>
161+
<version>${project.version}</version>
162+
</dependency>
158163
<dependency>
159164
<groupId>io.jooby</groupId>
160165
<artifactId>jooby-jasypt</artifactId>
@@ -195,6 +200,11 @@
195200
<artifactId>jooby-kotlin</artifactId>
196201
<version>${project.version}</version>
197202
</dependency>
203+
<dependency>
204+
<groupId>io.jooby</groupId>
205+
<artifactId>jooby-langchain4j</artifactId>
206+
<version>${project.version}</version>
207+
</dependency>
198208
<dependency>
199209
<groupId>io.jooby</groupId>
200210
<artifactId>jooby-log4j</artifactId>
@@ -295,6 +305,11 @@
295305
<artifactId>jooby-thymeleaf</artifactId>
296306
<version>${project.version}</version>
297307
</dependency>
308+
<dependency>
309+
<groupId>io.jooby</groupId>
310+
<artifactId>jooby-trpc</artifactId>
311+
<version>${project.version}</version>
312+
</dependency>
298313
<dependency>
299314
<groupId>io.jooby</groupId>
300315
<artifactId>jooby-undertow</artifactId>

modules/jooby-caffeine/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-caffeine</artifactId>
1212
<name>jooby-caffeine</name>

modules/jooby-camel/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.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>jooby-camel</artifactId>
1212
<name>jooby-camel</name>

0 commit comments

Comments
 (0)