Skip to content

Commit aecc2bf

Browse files
committed
Release 5.1.0
1 parent f2814f2 commit aecc2bf

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,9 @@ Links to articles and blog posts about this library:
404404

405405
| Library version | Spring Boot | Minimum Java version | Documentation |
406406
|---------------------------------------------------------------------------------------|--------------|----------------------|----------------------------------------------------------------------------------------|
407-
| [5.0.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/5.0.0) | 4.0.0 | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/5.0.0-rc.1/README.md) |
408-
| [4.0.2](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/4.0.2) | 3.4.x, 3.5.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/4.0.2/README.md) |
407+
| [5.1.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/5.0.0) | 4.0.3 | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/5.1.0/README.md) |
408+
| [5.0.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/5.0.0) | 4.0.0 | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/5.0.0/README.md) |
409+
| [4.0.3](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/4.0.3) | 3.4.x, 3.5.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/4.0.3/README.md) |
409410
| [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) |
410411
| [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) |
411412
| [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) |

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.1.0-SNAPSHOT</version>
9+
<version>5.1.0</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.1.0-SNAPSHOT</version>
9+
<version>5.1.0</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.1.0-SNAPSHOT</version>
15+
<version>5.1.0</version>
1616
<packaging>pom</packaging>
1717
<name>Parent of Spring Boot library for htmx</name>
1818

0 commit comments

Comments
 (0)