Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco and MediaMarco committed Aug 30, 2023
1 parent 9b0d8e3 commit 7a64a03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 3.1.2
* **[all]**
* Spring Boot 3.1.3
* Dependency updates

## 3.1.1
* **[edison-jobs]**
* Fix job check in JobMessageLogAppender
Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform

buildscript {
apply from: 'gradle/dependencies.gradle'

Expand Down Expand Up @@ -28,7 +26,7 @@ plugins {
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
def edison_version = "3.1.2-SNAPSHOT"
def edison_version = "3.1.2"
//
//
//
Expand Down Expand Up @@ -93,13 +91,16 @@ subprojects {
targetCompatibility = '17'
sourceCompatibility = '17'

/*
// uncomment when using podman
test {
OperatingSystem os = DefaultNativePlatform.currentOperatingSystem;
if (os.isMacOsX()) {
environment "DOCKER_HOST", "unix:///tmp/podman.sock"
environment "TESTCONTAINERS_RYUK_DISABLED", "true"
}
}
*/
}

dependencyUpdates.resolutionStrategy {
Expand Down

0 comments on commit 7a64a03

Please sign in to comment.