diff --git a/core/build.gradle.kts b/core/build.gradle.kts index f066d9c..bc4884e 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.6.1-SNAPSHOT" +version = "0.6.2-SNAPSHOT" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { diff --git a/examples/jte-demo/build.gradle.kts b/examples/jte-demo/build.gradle.kts index f0ad497..f2e2cc8 100644 --- a/examples/jte-demo/build.gradle.kts +++ b/examples/jte-demo/build.gradle.kts @@ -18,8 +18,8 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-jte:0.6.1-SNAPSHOT") - kapt("de.tschuehly:spring-view-component-core:0.6.1-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-jte:0.6.2-SNAPSHOT") + kapt("de.tschuehly:spring-view-component-core:0.6.2-SNAPSHOT") implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-web") diff --git a/examples/thymeleaf-kotlin-example/build.gradle.kts b/examples/thymeleaf-kotlin-example/build.gradle.kts index 9b68ab0..3411566 100644 --- a/examples/thymeleaf-kotlin-example/build.gradle.kts +++ b/examples/thymeleaf-kotlin-example/build.gradle.kts @@ -25,8 +25,8 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-thymeleaf:0.6.1-SNAPSHOT") - kapt("de.tschuehly:spring-view-component-core:0.6.1-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-thymeleaf:0.6.2-SNAPSHOT") + kapt("de.tschuehly:spring-view-component-core:0.6.2-SNAPSHOT") implementation("org.webjars.npm:htmx.org:1.9.2") implementation("org.webjars:webjars-locator:0.47") diff --git a/examples/thymeleaf-kotlin-example/src/main/kotlin/de/tschuehly/spring/viewcomponent/thymeleaf/application/web/action/ActionViewComponent.html b/examples/thymeleaf-kotlin-example/src/main/kotlin/de/tschuehly/spring/viewcomponent/thymeleaf/application/web/action/ActionViewComponent.html index 7f7801f..43975ee 100644 --- a/examples/thymeleaf-kotlin-example/src/main/kotlin/de/tschuehly/spring/viewcomponent/thymeleaf/application/web/action/ActionViewComponent.html +++ b/examples/thymeleaf-kotlin-example/src/main/kotlin/de/tschuehly/spring/viewcomponent/thymeleaf/application/web/action/ActionViewComponent.html @@ -4,7 +4,6 @@
-HELLO WORLD94