Skip to content

Commit f493a1a

Browse files
authored
Merge branch 'master' into andponlin-streaming-output-1
2 parents 2b1635e + fa0b6de commit f493a1a

File tree

50 files changed

+541
-282
lines changed

Some content is hidden

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

50 files changed

+541
-282
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use source code generation to adapt annotated REST controllers `@Path, @Get, @Po
4242
<dependency>
4343
<groupId>io.avaje</groupId>
4444
<artifactId>avaje-http-{javalin/helidon}-generator</artifactId>
45-
<version>${avaje-http.version}</version>
45+
<version>${avaje.http.version}</version>
4646
<scope>provided</scope>
4747
</dependency>
4848
```

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.6-SNAPSHOT</version>
20+
<version>3.6-RC1</version>
2121
</dependency>
2222

2323
<dependency>

htmx-api/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>avaje-http-parent</artifactId>
9-
<version>3.6-SNAPSHOT</version>
9+
<version>3.6-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-api</artifactId>

htmx-nima-jstache/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>avaje-http-parent</artifactId>
9-
<version>3.6-SNAPSHOT</version>
9+
<version>3.6-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima-jstache</artifactId>

htmx-nima/pom.xml

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

1212
<artifactId>avaje-htmx-nima</artifactId>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-htmx-api</artifactId>
25-
<version>3.6-SNAPSHOT</version>
25+
<version>3.6-RC1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>io.helidon.webserver</groupId>
2929
<artifactId>helidon-webserver</artifactId>
30-
<version>4.3.1</version>
30+
<version>4.3.2</version>
3131
</dependency>
3232
</dependencies>
3333
</project>

http-api-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>3.6-SNAPSHOT</version>
7+
<version>3.6-RC1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-api/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>3.6-SNAPSHOT</version>
7+
<version>3.6-RC1</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6-SNAPSHOT</version>
7+
<version>3.6-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-gson</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-http-client</artifactId>
24-
<version>3.6-SNAPSHOT</version>
24+
<version>3.6-RC1</version>
2525
<scope>provided</scope>
2626
</dependency>
2727

http-client-moshi-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-http-parent</artifactId>
6-
<version>3.6-SNAPSHOT</version>
6+
<version>3.6-RC1</version>
77
</parent>
88
<artifactId>avaje-http-client-moshi</artifactId>
99
<name>avaje-http-client-moshi</name>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-http-client</artifactId>
23-
<version>3.6-SNAPSHOT</version>
23+
<version>3.6-RC1</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.6-SNAPSHOT</version>
7+
<version>3.6-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>
@@ -99,7 +99,7 @@
9999
<plugin> <!-- Multi-Release with 21 -->
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-jar-plugin</artifactId>
102-
<version>3.4.2</version>
102+
<version>3.5.0</version>
103103
<configuration>
104104
<archive>
105105
<manifestEntries>

0 commit comments

Comments
 (0)