Skip to content

Commit 9a7d32c

Browse files
committed
Version 3.4-RC1
1 parent 5d7bd79 commit 9a7d32c

File tree

27 files changed

+58
-54
lines changed

27 files changed

+58
-54
lines changed

aws-cognito/http-client-authtoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>io.avaje</groupId>
1919
<artifactId>avaje-http-client</artifactId>
20-
<version>3.3</version>
20+
<version>3.4-RC1</version>
2121
</dependency>
2222

2323
<dependency>

htmx-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-api</artifactId>
13-
14-
<properties>
15-
</properties>
13+
<name>avaje-htmx-api</name>
1614

1715
<dependencies>
1816
<dependency>

htmx-nima-jstache/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima-jstache</artifactId>
13+
<name>avaje-htmx-nima-jstache</name>
1314

1415
<properties>
1516
<maven.compiler.source>21</maven.compiler.source>

htmx-nima/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima</artifactId>
13+
<name>avaje-htmx-nima</name>
1314

1415
<properties>
1516
<maven.compiler.release>21</maven.compiler.release>
@@ -21,7 +22,7 @@
2122
<dependency>
2223
<groupId>io.avaje</groupId>
2324
<artifactId>avaje-htmx-api</artifactId>
24-
<version>3.3</version>
25+
<version>3.4-RC1</version>
2526
</dependency>
2627
<dependency>
2728
<groupId>io.helidon.webserver</groupId>

http-api-javalin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<artifactId>avaje-http-api-javalin</artifactId>
12+
<name>avaje-http-api-javalin</name>
1213

1314
<scm>
1415
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>

http-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<artifactId>avaje-http-api</artifactId>
12+
<name>avaje-http-api</name>
1213

1314
<scm>
1415
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>

http-client-gson-adapter/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-gson</artifactId>
11+
<name>avaje-http-client-gson</name>
1112

1213
<dependencies>
1314

@@ -20,7 +21,7 @@
2021
<dependency>
2122
<groupId>io.avaje</groupId>
2223
<artifactId>avaje-http-client</artifactId>
23-
<version>3.3</version>
24+
<version>3.4-RC1</version>
2425
<scope>provided</scope>
2526
</dependency>
2627

http-client-moshi-adapter/pom.xml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,25 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-http-parent</artifactId>
6-
<version>3.3</version>
6+
<version>3.4-RC1</version>
77
</parent>
88
<artifactId>avaje-http-client-moshi</artifactId>
9+
<name>avaje-http-client-moshi</name>
910

1011
<dependencies>
1112

12-
<dependency>
13-
<groupId>com.squareup.moshi</groupId>
14-
<artifactId>moshi</artifactId>
15-
<version>1.15.2</version>
16-
<optional>true</optional>
17-
</dependency>
18-
1913
<dependency>
20-
<groupId>io.avaje</groupId>
21-
<artifactId>avaje-http-client</artifactId>
22-
<version>3.3</version>
23-
<scope>provided</scope>
14+
<groupId>com.squareup.moshi</groupId>
15+
<artifactId>moshi</artifactId>
16+
<version>1.15.2</version>
17+
<optional>true</optional>
2418
</dependency>
2519

26-
<!-- test dependencies -->
27-
2820
<dependency>
2921
<groupId>io.avaje</groupId>
30-
<artifactId>junit</artifactId>
31-
<version>1.6</version>
32-
<scope>test</scope>
22+
<artifactId>avaje-http-client</artifactId>
23+
<version>3.4-RC1</version>
24+
<scope>provided</scope>
3325
</dependency>
3426

3527
</dependencies>

http-client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>
11+
<name>avaje-http-client</name>
1112

1213
<scm>
1314
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>

http-generator-client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-generator</artifactId>
11+
<name>avaje-http-client-generator</name>
1112

1213
<properties>
1314
<maven.compiler.release>11</maven.compiler.release>

http-generator-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-generator-core</artifactId>
11+
<name>avaje-http-generator-core</name>
1112

1213
<dependencies>
1314
<dependency>

http-generator-helidon/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<artifactId>avaje-http-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-helidon-generator</artifactId>
11+
<name>avaje-http-helidon-generator</name>
1112

1213
<properties>
1314
<maven.compiler.release>21</maven.compiler.release>

http-generator-javalin/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-javalin-generator</artifactId>
11+
<name>avaje-http-javalin-generator</name>
1112

1213
<dependencies>
1314

@@ -23,7 +24,7 @@
2324
<version>${avaje.prisms.version}</version>
2425
<scope>provided</scope>
2526
</dependency>
26-
27+
2728
<dependency>
2829
<groupId>io.avaje</groupId>
2930
<artifactId>avaje-http-api-javalin</artifactId>

http-generator-jex/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,30 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-jex-generator</artifactId>
11-
11+
<name>avaje-http-jex-generator</name>
12+
1213
<properties>
1314
<maven.compiler.release>21</maven.compiler.release>
1415
</properties>
15-
16+
1617
<dependencies>
1718

1819
<dependency>
1920
<groupId>io.avaje</groupId>
2021
<artifactId>avaje-http-generator-core</artifactId>
2122
<version>${project.version}</version>
2223
</dependency>
23-
24+
2425
<dependency>
2526
<groupId>io.avaje</groupId>
2627
<artifactId>avaje-prisms</artifactId>
2728
<version>${avaje.prisms.version}</version>
2829
<scope>provided</scope>
2930
</dependency>
30-
31+
3132
</dependencies>
3233
</project>

http-generator-sigma/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-sigma-generator</artifactId>
11+
<name>avaje-http-sigma-generator</name>
1112

1213
<properties>
1314
<maven.compiler.release>17</maven.compiler.release>

http-inject-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<artifactId>avaje-http-inject-plugin</artifactId>
12+
<name>avaje-http-inject-plugin</name>
1213

1314
<scm>
1415
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-parent</artifactId>
12-
<version>3.3</version>
12+
<name>avaje-http-parent</name>
13+
<version>3.4-RC1</version>
1314
<packaging>pom</packaging>
1415

1516
<scm>
@@ -23,7 +24,7 @@
2324
<jackson.version>2.14.2</jackson.version>
2425
<jex.version>3.0-RC10</jex.version>
2526
<avaje.prisms.version>1.42</avaje.prisms.version>
26-
<project.build.outputTimestamp>2025-04-29T22:40:45Z</project.build.outputTimestamp>
27+
<project.build.outputTimestamp>2025-06-03T19:27:32Z</project.build.outputTimestamp>
2728
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
2829
</properties>
2930

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>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>tests</artifactId>

tests/test-client-generation/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>tests</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>test-client-generation</artifactId>

tests/test-client/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>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>test-client</artifactId>

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>tests</artifactId>
8-
<version>3.3</version>
8+
<version>3.4-RC1</version>
99
</parent>
1010

1111
<artifactId>test-javalin-jsonb</artifactId>

tests/test-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>tests</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>test-javalin</artifactId>

tests/test-jex/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>tests</artifactId>
7-
<version>3.3</version>
7+
<version>3.4-RC1</version>
88
</parent>
99

1010
<artifactId>test-jex</artifactId>

tests/test-nima-htmx/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>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>test-nima-htmx</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>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

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

tests/test-nima/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>3.3</version>
9+
<version>3.4-RC1</version>
1010
</parent>
1111

1212
<artifactId>test-nima</artifactId>

tests/test-sigma/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>tests</artifactId>
8-
<version>3.3</version>
8+
<version>3.4-RC1</version>
99
</parent>
1010

1111
<artifactId>test-sigma</artifactId>

0 commit comments

Comments
 (0)