diff --git a/README.md b/README.md index 695ac66d..7544e5bb 100644 --- a/README.md +++ b/README.md @@ -218,9 +218,9 @@ Links to articles and blog posts about this library: ## Spring Boot compatibility -| htmx-spring-boot-thymeleaf | Spring Boot | Minimum Java version | +| Library version | Spring Boot | Minimum Java version | |---------------------------------------------------------------------------------------|-------------|----------------------| -| [3.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.1.0) | 3.1.x | 17 | +| [3.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/3.0.0) | 3.1.x | 17 | | [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | | [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 | @@ -238,11 +238,12 @@ Please make sure to update tests as appropriate. To release a new version of the project, follow these steps: -1. Update `pom.xml` with the new version and commit -2. Tag the commit with the version (e.g. `1.0.0`) and push the tag. -3. Create a new release in GitHub via https://github.com/wimdeblauwe/htmx-spring-boot/releases/new - - Select the newly pushed tag - - Update the release notes. This should automatically start - the [release action](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/actions). -4. Update `pom.xml` again with the next `SNAPSHOT` version. -5. Close the milestone in the GitHub issue tracker. +1. Update `pom.xml` with the new version (Use `mvn versions:set -DgenerateBackupPoms=false -DnewVersion=`) +2. Commit the changes locally. +3. Tag the commit with the version (e.g. `1.0.0`) and push the tag. +4. Create a new release in GitHub via https://github.com/wimdeblauwe/htmx-spring-boot/releases/new + - Select the newly pushed tag + - Update the release notes. This should automatically start + the [release action](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/actions). +5. Update `pom.xml` again with the next `SNAPSHOT` version. +6. Close the milestone in the GitHub issue tracker. diff --git a/htmx-spring-boot-thymeleaf/pom.xml b/htmx-spring-boot-thymeleaf/pom.xml index 7640a118..275eaab0 100644 --- a/htmx-spring-boot-thymeleaf/pom.xml +++ b/htmx-spring-boot-thymeleaf/pom.xml @@ -6,10 +6,9 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.0.0-SNAPSHOT + 3.0.0 - io.github.wimdeblauwe htmx-spring-boot-thymeleaf Spring Boot library for htmx and Thymeleaf Spring Boot library to make it easy to work with htmx and Thymeleaf diff --git a/htmx-spring-boot/pom.xml b/htmx-spring-boot/pom.xml index 00add1a4..7a340a9f 100644 --- a/htmx-spring-boot/pom.xml +++ b/htmx-spring-boot/pom.xml @@ -6,10 +6,9 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.0.0-SNAPSHOT + 3.0.0 - io.github.wimdeblauwe htmx-spring-boot Spring Boot library for htmx Spring Boot library to make it easy to work with htmx diff --git a/pom.xml b/pom.xml index 12f57490..23a8eff7 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.0.0-SNAPSHOT + 3.0.0 pom Parent of Spring Boot library for htmx