Skip to content

Commit bd0be23

Browse files
committed
set version to 0.5.1
1 parent 6d5236a commit bd0be23

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

kodex-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "nl.jolanrensen.kodex"
13-
version = "0.5.1-SNAPSHOT"
13+
version = "0.5.1"
1414

1515
val kotlinVersion = "2.2.21"
1616

kodex-example-gradle-project-jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("jvm") // version "2.2.21"
55

66
// adding the Gradle plugin
7-
id("nl.jolanrensen.kodex") version "0.5.1-SNAPSHOT"
7+
id("nl.jolanrensen.kodex") version "0.5.1"
88
}
99

1010
group = "nl.jolanrensen.example"

kodex-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "nl.jolanrensen.kodex"
17-
version = "0.5.1-SNAPSHOT"
17+
version = "0.5.1"
1818

1919
val kotlinVersion = "2.2.21"
2020
val dokkaVersion = "2.1.0"

kodex-gradle-plugin/src/functionalTest/kotlin/nl/jolanrensen/kodex/DocProcessorFunctionalTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.io.IOException
1313

1414
abstract class DocProcessorFunctionalTest(name: String) {
1515

16-
protected val version = "0.5.1-SNAPSHOT"
16+
protected val version = "0.5.1"
1717

1818
init {
1919
println("NOTE!! make sure you have the plugin installed in your local maven repo")

kodex-intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "nl.jolanrensen.kodex"
17-
version = "0.5.1-SNAPSHOT"
17+
version = "0.5.1"
1818

1919
repositories {
2020
mavenCentral()

0 commit comments

Comments
 (0)