diff --git a/README.md b/README.md
index 15ec7e2..49b69c5 100644
--- a/README.md
+++ b/README.md
@@ -243,29 +243,30 @@ sourceSets {
Maven
```xml
-
-
- de.tschuehly
- spring-view-component-thymeleaf
- 0.8.0
-
-
-
-
-
- src/main/java
-
- **/*.html
-
-
-
-
-
- maven-resources-plugin5
- 3.3.0
-
-
-
+
+
+
+ de.tschuehly
+ spring-view-component-thymeleaf
+ 0.8.0
+
+
+
+
+
+ src/main/java
+
+ **/*.html
+
+
+
+
+
+ maven-resources-plugin5
+ 3.3.0
+
+
+
```
@@ -303,7 +304,7 @@ jte{
de.tschuehly
spring-view-component-jte
- ${view.component.version}
+ 0.8.0
diff --git a/core/build.gradle.kts b/core/build.gradle.kts
index 627ddca..853bd97 100644
--- a/core/build.gradle.kts
+++ b/core/build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
}
group = "de.tschuehly"
-version = "0.8.0-SNAPSHOT"
+version = "0.8.0"
java.sourceCompatibility = JavaVersion.VERSION_17
repositories {
diff --git a/examples/jte-example/build.gradle.kts b/examples/jte-example/build.gradle.kts
index f95b7ff..b1bd8f2 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.0-SNAPSHOT")
+ implementation("de.tschuehly:spring-view-component-jte:0.8.0")
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.0-SNAPSHOT"))
+ testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.0"))
}
tasks.withType {
diff --git a/examples/jte-example/pom.xml b/examples/jte-example/pom.xml
index 85a6b48..0ad822f 100644
--- a/examples/jte-example/pom.xml
+++ b/examples/jte-example/pom.xml
@@ -15,7 +15,7 @@
JTE Example
17
- 0.8.0-SNAPSHOT
+ 0.8.0
diff --git a/examples/kte-example/build.gradle.kts b/examples/kte-example/build.gradle.kts
index ed99d12..472edd4 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.0-SNAPSHOT")
- implementation("de.tschuehly:spring-view-component-core:0.8.0-SNAPSHOT")
+ implementation("de.tschuehly:spring-view-component-kte:0.8.0")
+ implementation("de.tschuehly:spring-view-component-core:0.8.0")
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.0-SNAPSHOT"))
+ testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.0"))
}
tasks.withType {
diff --git a/examples/thymeleaf-java-example/build.gradle.kts b/examples/thymeleaf-java-example/build.gradle.kts
index 860d934..eb48846 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.0-SNAPSHOT")
+ implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.0")
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.0-SNAPSHOT"))
+ testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.0"))
}
tasks.withType {
diff --git a/examples/thymeleaf-java-example/pom.xml b/examples/thymeleaf-java-example/pom.xml
index 31cdca5..9e0576c 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.0-SNAPSHOT
+ 0.8.0
diff --git a/examples/thymeleaf-kotlin-example/build.gradle.kts b/examples/thymeleaf-kotlin-example/build.gradle.kts
index cdb18fc..29f4fff 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.0-SNAPSHOT")
- implementation("de.tschuehly:spring-view-component-core:0.8.0-SNAPSHOT")
+ implementation("de.tschuehly:spring-view-component-thymeleaf:0.8.0")
+ implementation("de.tschuehly:spring-view-component-core:0.8.0")
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.0-SNAPSHOT"))
+ testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.8.0"))
}
tasks.withType {
diff --git a/jte/build.gradle.kts b/jte/build.gradle.kts
index b807d79..dcb1e28 100644
--- a/jte/build.gradle.kts
+++ b/jte/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
}
group = "de.tschuehly"
-version = "0.8.0-SNAPSHOT"
+version = "0.8.0"
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.0-SNAPSHOT")
+ api("de.tschuehly:spring-view-component-core:0.8.0")
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 ead7ef3..b3a6457 100644
--- a/kte/build.gradle.kts
+++ b/kte/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
}
group = "de.tschuehly"
-version = "0.8.0-SNAPSHOT"
+version = "0.8.0"
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.0-SNAPSHOT")
+ api("de.tschuehly:spring-view-component-core:0.8.0")
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 15fb881..1908ae6 100644
--- a/thymeleaf/build.gradle.kts
+++ b/thymeleaf/build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
}
group = "de.tschuehly"
-version = "0.8.0-SNAPSHOT"
+version = "0.8.0"
java.sourceCompatibility = JavaVersion.VERSION_17
repositories {
@@ -21,7 +21,7 @@ repositories {
}
dependencies {
- api("de.tschuehly:spring-view-component-core:0.8.0-SNAPSHOT")
+ api("de.tschuehly:spring-view-component-core:0.8.0")
api("org.springframework.boot:spring-boot-devtools")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")