Skip to content

Commit

Permalink
bump dev version to 1.1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Mar 8, 2024
1 parent 66ca2a0 commit 05873d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
const val project = "1.1.3-SNAPSHOT"

object Plugins {
const val licenseReport = "2.5"
Expand Down
4 changes: 2 additions & 2 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.2"
version = "1.1.3-SNAPSHOT"
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.2"
const val project = "1.1.3-SNAPSHOT"

object Plugins {
const val licenseReport = "2.5"
Expand Down

0 comments on commit 05873d3

Please sign in to comment.