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

ViewAction Get CountUp

diff --git a/jte/build.gradle.kts b/jte/build.gradle.kts index 6c4d7c9..8c4ef35 100644 --- a/jte/build.gradle.kts +++ b/jte/build.gradle.kts @@ -13,14 +13,14 @@ plugins { } group = "de.tschuehly" -version = "0.6.1-SNAPSHOT" +version = "0.6.2-SNAPSHOT" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { mavenCentral() } dependencies { - api("de.tschuehly:spring-view-component-core:0.6.1-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.6.2-SNAPSHOT") // implementation("gg.jte:jte-spring-boot-starter-3:3.0.0") implementation(files("./jte-spring-boot-starter-3-3.0.2-SNAPSHOT.jar")) implementation("org.springframework.boot:spring-boot-starter-web") diff --git a/thymeleaf/build.gradle.kts b/thymeleaf/build.gradle.kts index 279ebc6..c006051 100644 --- a/thymeleaf/build.gradle.kts +++ b/thymeleaf/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 { @@ -21,7 +21,7 @@ repositories { } dependencies { - api("de.tschuehly:spring-view-component-core:0.6.1-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.6.2-SNAPSHOT") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-thymeleaf") implementation("org.springframework.boot:spring-boot-devtools")