Skip to content

Commit

Permalink
set version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Jun 24, 2024
1 parent a24a00c commit e2064b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc-processor-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "nl.jolanrensen.docProcessor"
version = "0.3.9-SNAPSHOT"
version = "0.3.9"

repositories {
mavenCentral()
Expand Down Expand Up @@ -45,4 +45,4 @@ java {
}
}

// TODO users should be able to just depend on this module to build extensions
// TODO users should be able to just depend on this module to build extensions
4 changes: 2 additions & 2 deletions doc-processor-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "nl.jolanrensen.docProcessor"
version = "0.3.9-SNAPSHOT"
version = "0.3.9"

publishing {
repositories {
Expand Down Expand Up @@ -117,4 +117,4 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import java.io.IOException

abstract class DocProcessorFunctionalTest(name: String) {

protected val version = "0.3.9-SNAPSHOT"
protected val version = "0.3.9"

init {
println("NOTE!! make sure you have the plugin installed in your local maven repo")
Expand Down Expand Up @@ -260,4 +260,4 @@ abstract class DocProcessorFunctionalTest(name: String) {

FileWriter(this).use { writer -> writer.write(string) }
}
}
}
4 changes: 2 additions & 2 deletions doc-processor-intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "nl.jolanrensen.docProcessor"
version = "0.3.9-SNAPSHOT"
version = "0.3.9"

repositories {
mavenCentral()
Expand Down Expand Up @@ -58,4 +58,4 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
}

0 comments on commit e2064b5

Please sign in to comment.