Skip to content

Commit

Permalink
release version 2.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
janschawo1111 committed Feb 5, 2019
1 parent c3f1a55 commit e1f1643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
## 2.0.0-rc2
* **[general]**: Updated to Spring Boot 2.1.2

## 2-0.0-rc1
## 2.0.0-rc1

* **[general]**: Updated to Gradle 5.0
* **[general]**: Updated to AWS SDK 2.2.0

## 2-0.0-m5
## 2.0.0-m5

**New Features:**
* **[edison-core]** Enhanced LDAP configuration to require a specific role to access secured paths. To achieve this you
Expand Down Expand Up @@ -53,7 +53,7 @@
**Maintenance:**
* **[general]** Tests have been moved from JUnit4 to JUnit5 in all projects.

## 2-0.0-m4
## 2.0.0-m4

* **[general]**: You need Java >9 to compile, but target compatibility is set back to 1.8
* **[edison-mongo]** create compound index of `type` and `started` in job repository
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
// 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
version = '2.0.0-rc3-SNAPSHOT'
version = '2.0.0-rc3'
group = 'de.otto.edison'

repositories {
Expand Down

0 comments on commit e1f1643

Please sign in to comment.