From 2dcea054094c5d888efa9bcea534a06f4bc2ddb3 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Fri, 24 Sep 2021 10:17:37 +0200 Subject: [PATCH] version 3.1.0 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3277a8..f214dc4 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ this project is built using mvn. The library jar is created by running `mvn pack ## Java versions and branches -* branch 3.x uses Java 15 -* branch 2.x uses Java 11 +* branch 3.x uses Java 17 +* branch 2.x uses Java 11 (not developed further) * branch 1.x uses Java 8 (not developed further) Pull requests should be based on _1.x_ for changes/backports in the Java 8 version and to _2.x_ for the current version. @@ -58,6 +58,11 @@ The test application does not contain all the features, to have that, check ## current version +## 3.1.0 + +* MAPJFX-102 - upgrade to OpenLayers 6.7.0 +* MAPJFX-101 - upgrade to Java 17 + ## 3.0.1 * fix copyright year formats