Skip to content

Commit

Permalink
Preparation of 3.4.0 release
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 Dec 18, 2024
1 parent 9de258a commit 84d8245
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 3.4.0

* **[all]**: Update to Spring Boot 3.4.0

* See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes for an upgrade guide

## 3.3.3

* **[edison-validation]**: Add annotation `@UrlParameterEntity` to mark classes that are used to hold request
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ It's purpose is to provide a common implementation for cross-cutting requirement

This project maintains its roadmap with [issues](https://github.com/otto-de/edison-microservice/issues) and [milestones](https://github.com/otto-de/edison-microservice/milestones).

**3.4.x**: Edison Microservices for Spring Boot 3.4.x &#10004; - Compatible with Java 17 and greater

**3.3.x**: Edison Microservices for Spring Boot 3.3.x &#10004; - Compatible with Java 17 and greater

**2.7.x (EOL)**: Edison Microservices for Spring Boot 2.7.x &#10004; - Compatible with Java 11 and greater - End of Life, not updated any more
Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ plugins {
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
def edison_version = "3.3.4-SNAPSHOT"
//
//
def edison_version = "3.4.0-SNAPSHOT"
//
//
//
Expand Down

0 comments on commit 84d8245

Please sign in to comment.