diff --git a/core/build.gradle.kts b/core/build.gradle.kts index be9f030..8f5e83e 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "de.tschuehly" -version = "0.8.4-SNAPSHOT" +version = "0.8.4" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { diff --git a/examples/jte-example/build.gradle.kts b/examples/jte-example/build.gradle.kts index 6f86c03..d755258 100644 --- a/examples/jte-example/build.gradle.kts +++ b/examples/jte-example/build.gradle.kts @@ -26,14 +26,14 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-web") - implementation("de.tschuehly:spring-view-component-jte:0.8.4-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-jte:0.8.4") implementation("org.webjars.npm:htmx.org:1.9.11") implementation("org.webjars:webjars-locator-core:0.58") testImplementation("org.springframework.boot:spring-boot-starter-test") testRuntimeOnly("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4")) } tasks.withType { diff --git a/examples/jte-example/pom.xml b/examples/jte-example/pom.xml index a765db1..f314f74 100644 --- a/examples/jte-example/pom.xml +++ b/examples/jte-example/pom.xml @@ -15,7 +15,7 @@ JTE Example 17 - 0.8.4-SNAPSHOT + 0.8.4 diff --git a/examples/kte-example/build.gradle.kts b/examples/kte-example/build.gradle.kts index a34aafb..c2625c6 100644 --- a/examples/kte-example/build.gradle.kts +++ b/examples/kte-example/build.gradle.kts @@ -31,8 +31,8 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-kte:0.8.4-SNAPSHOT") - implementation("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-kte:0.8.4") + implementation("de.tschuehly:spring-view-component-core:0.8.4") implementation("io.github.wimdeblauwe:htmx-spring-boot:3.1.1") implementation("org.webjars.npm:htmx.org:1.9.11") @@ -47,7 +47,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4")) } tasks.withType { diff --git a/examples/thymeleaf-java-example/build.gradle.kts b/examples/thymeleaf-java-example/build.gradle.kts index deabac2..31fb0f4 100644 --- a/examples/thymeleaf-java-example/build.gradle.kts +++ b/examples/thymeleaf-java-example/build.gradle.kts @@ -29,14 +29,14 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-web") - implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.4-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.4") implementation("org.webjars.npm:htmx.org:1.9.11") implementation("org.webjars:webjars-locator-core:0.58") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4")) } tasks.withType { diff --git a/examples/thymeleaf-java-example/pom.xml b/examples/thymeleaf-java-example/pom.xml index 2d8bf5d..f5d52f6 100644 --- a/examples/thymeleaf-java-example/pom.xml +++ b/examples/thymeleaf-java-example/pom.xml @@ -15,7 +15,7 @@ Thymeleaf Java Example 17 - 0.8.4-SNAPSHOT + 0.8.4 diff --git a/examples/thymeleaf-kotlin-example/build.gradle.kts b/examples/thymeleaf-kotlin-example/build.gradle.kts index b096ba6..4779360 100644 --- a/examples/thymeleaf-kotlin-example/build.gradle.kts +++ b/examples/thymeleaf-kotlin-example/build.gradle.kts @@ -18,8 +18,8 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.4-SNAPSHOT") - implementation("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.4") + implementation("de.tschuehly:spring-view-component-core:0.8.4") implementation("org.webjars.npm:htmx.org:1.9.2") implementation("org.webjars:webjars-locator:0.47") @@ -35,7 +35,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.4")) } tasks.withType { diff --git a/jte/build.gradle.kts b/jte/build.gradle.kts index f27e728..e27fd1e 100644 --- a/jte/build.gradle.kts +++ b/jte/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.8.4-SNAPSHOT" +version = "0.8.4" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -22,7 +22,7 @@ repositories { } dependencies { api("gg.jte:jte:3.1.12") - api("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.8.4") implementation("gg.jte:jte-spring-boot-starter-3:3.1.12") implementation("org.springframework.boot:spring-boot-starter-web") diff --git a/kte/build.gradle.kts b/kte/build.gradle.kts index 0b956b9..26be7ee 100644 --- a/kte/build.gradle.kts +++ b/kte/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.8.4-SNAPSHOT" +version = "0.8.4" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -21,7 +21,7 @@ repositories { } dependencies { api("gg.jte:jte-kotlin:3.1.12") - api("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.8.4") implementation("gg.jte:jte-spring-boot-starter-3:3.1.12") implementation("org.springframework.boot:spring-boot-starter-web") diff --git a/thymeleaf/build.gradle.kts b/thymeleaf/build.gradle.kts index 5ba4298..bf825fe 100644 --- a/thymeleaf/build.gradle.kts +++ b/thymeleaf/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.8.4-SNAPSHOT" +version = "0.8.4" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -21,7 +21,7 @@ repositories { } dependencies { - api("de.tschuehly:spring-view-component-core:0.8.4-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.8.4") api("org.springframework.boot:spring-boot-devtools") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-thymeleaf")