Skip to content

Commit efb62f0

Browse files
committed
Release 5.0.0-rc.1
1 parent ddfd2ab commit efb62f0

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -362,16 +362,17 @@ Links to articles and blog posts about this library:
362362

363363
## Spring Boot compatibility
364364

365-
| Library version | Spring Boot | Minimum Java version | Documentation |
366-
|---------------------------------------------------------------------------------------|--------------|----------------------|------------------------------------------------------------------------------------|
367-
| [4.0.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/4.0.1) | 3.4.x, 3.5.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/4.0.0/README.md) |
368-
| [3.6.2](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.2) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.2/README.md) |
369-
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.5.1/README.md) |
370-
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.4.1/README.md) |
371-
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md) |
372-
| [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.2.0/README.md) |
373-
| [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/2.2.0/README.md) |
374-
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/1.0.0/README.md) |
365+
| Library version | Spring Boot | Minimum Java version | Documentation |
366+
|---------------------------------------------------------------------------------------|--------------|----------------------|----------------------------------------------------------------------------------------|
367+
| [5.0.0-rc.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/5.0.0-rc.1) | 4.0.0-RC1 | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/5.0.0-rc.1/README.md) |
368+
| [4.0.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/4.0.1) | 3.4.x, 3.5.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/4.0.0/README.md) |
369+
| [3.6.2](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.2) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.2/README.md) |
370+
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.5.1/README.md) |
371+
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.4.1/README.md) |
372+
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md) |
373+
| [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.2.0/README.md) |
374+
| [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/2.2.0/README.md) |
375+
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/1.0.0/README.md) |
375376

376377
## Contributing
377378

htmx-spring-boot-thymeleaf/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.github.wimdeblauwe</groupId>
88
<artifactId>htmx-spring-boot-parent</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0-rc.1</version>
1010
</parent>
1111

1212
<artifactId>htmx-spring-boot-thymeleaf</artifactId>

htmx-spring-boot/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.github.wimdeblauwe</groupId>
88
<artifactId>htmx-spring-boot-parent</artifactId>
9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0-rc.1</version>
1010
</parent>
1111

1212
<artifactId>htmx-spring-boot</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.github.wimdeblauwe</groupId>
1414
<artifactId>htmx-spring-boot-parent</artifactId>
15-
<version>5.0.0-SNAPSHOT</version>
15+
<version>5.0.0-rc.1</version>
1616
<packaging>pom</packaging>
1717
<name>Parent of Spring Boot library for htmx</name>
1818

0 commit comments

Comments
 (0)