Skip to content

Commit

Permalink
Merge pull request #277 from tomorrow-one/release-next-non-snapshot-v…
Browse files Browse the repository at this point in the history
…ersion

Release next non snapshot version
  • Loading branch information
danielrehmann authored Jan 4, 2024
2 parents 9be4e49 + f6a3217 commit 15f38d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
import org.gradle.api.tasks.testing.logging.TestLogEvent.*
import java.util.*

project(":commons").version = "2.2.2-SNAPSHOT"
project(":outbox-kafka-spring").version = "3.2.1-SNAPSHOT"
project(":outbox-kafka-spring-reactive").version = "3.1.2-SNAPSHOT"
project(":commons").version = "2.3.0"
project(":outbox-kafka-spring").version = "3.3.0"
project(":outbox-kafka-spring-reactive").version = "3.2.0"

plugins {
id("java-library")
Expand Down

0 comments on commit 15f38d1

Please sign in to comment.