Skip to content

Commit

Permalink
small fixes to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drallgood committed Apr 16, 2024
1 parent 8a8c89c commit 270836c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ repositories {
}
}

group = "de.brendamour"
version = "0.4.0-SNAPSHOT"
extra["isReleaseVersion"] = !version.toString().endsWith("SNAPSHOT")

java {
Expand Down
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ plugins {
alias(libs.plugins.net.researchgate.release)
}

version = "0.4.0-SNAPSHOT"
allprojects {
group = "de.brendamour"
version = "0.4.0-SNAPSHOT"
}

nexusPublishing {
repositories {
Expand Down

0 comments on commit 270836c

Please sign in to comment.