Skip to content

Commit

Permalink
Remove SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Jun 10, 2024
1 parent eb3624f commit a0e5617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.3-SNAPSHOT"
const val project = "1.1.3"

object Plugins {
const val licenseReport = "2.5"
Expand Down
6 changes: 3 additions & 3 deletions radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
signing
}

version = "1.1.3-SNAPSHOT"
version = Versions.project
group = "org.radarbase"
description = "RADAR-base common Gradle plugin setup"

Expand Down Expand Up @@ -176,7 +176,7 @@ tasks.withType<PublishToMavenRepository> {
// They should be copied from the Versions.kt file directly to maintain consistency.
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "1.1.3-SNAPSHOT"
const val project = "1.1.3"

object Plugins {
const val licenseReport = "2.5"
Expand All @@ -196,7 +196,7 @@ object Versions {
const val avro = "1.11.3"
const val jackson = "2.15.3"
const val okhttp = "4.12.0"
const val junit = "5.10.3"
const val junit = "5.10.0"
const val mockito = "5.5.0"
const val mockitoKotlin = "5.1.0"
const val hamcrest = "2.2"
Expand Down

0 comments on commit a0e5617

Please sign in to comment.