Skip to content

Commit

Permalink
Merge pull request #442 from tomorrow-one/release-341-331
Browse files Browse the repository at this point in the history
Release classic 3.4.1 and reactive 3.3.1
  • Loading branch information
magro authored Nov 22, 2024
2 parents 0a5c2ed + 3e524d0 commit ccba51b
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.3.3-SNAPSHOT"
project(":outbox-kafka-spring").version = "3.4.1-SNAPSHOT"
project(":outbox-kafka-spring-reactive").version = "3.3.1-SNAPSHOT"
project(":commons").version = "2.3.3"
project(":outbox-kafka-spring").version = "3.4.1"
project(":outbox-kafka-spring-reactive").version = "3.3.1"

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

0 comments on commit ccba51b

Please sign in to comment.