diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7c1d1b3..ec7aa0d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,9 @@ -- Branch for Spring Boot 2.x: +2.1.6 Concurrency fixes + Fix concurrency issues + Fix encoding bug in resouce bundles + (Thanks to pycnik ) + 2.1.5 Code improvements 2.1.4 Revert breaking changes diff --git a/README.md b/README.md index 5e0f603..0bcf375 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Attention: The current master is for Spring Boot 2 and Spring Framework 5. The latest production ready releases: -* For Spring Boot 1.5.x is 1.4.5. -* For Spring Boot 2.x is 2.1.5. +* For Spring Boot 1.5.x is 1.4.5. (End of life!) +* For Spring Boot 2.x is 2.1.6. Spring Boot and JavaFx - A perfect match! diff --git a/pom.xml b/pom.xml index 81178f6..6b943f2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.roskenet springboot-javafx-support - 2.1.6-SNAPSHOT + 2.1.6 jar springboot-javafx-support @@ -18,7 +18,7 @@ 1.8 5.0.0.RELEASE 2.0.0.RELEASE - 1.2.0 + 1.3.0 1.7.25 @@ -101,32 +101,6 @@ - - - - - spring-snapshots - http://repo.spring.io/snapshot - - true - - - - spring-milestones - http://repo.spring.io/milestone - - - - - spring-snapshots - http://repo.spring.io/snapshot - - - spring-milestones - http://repo.spring.io/milestone - - -