From be772b856182b88fd30f6feb1d8ecb92f184ee55 Mon Sep 17 00:00:00 2001 From: Francois Steyn Date: Wed, 14 Sep 2022 10:48:49 +0200 Subject: [PATCH] Update README.md (#144) Update Version Information --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index feb93d1..c6ff729 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,12 @@ To deploy to another port set **jetty.port** and/or **jetty.ssl.port** like mvn jetty:run -Djetty.port=8090 -Djetty.ssl.port=8555 ``` -### Branching information +### Version information -* `master` the latest version of the starter, using latest platform snapshot -* `v10` the version for Vaadin 10 -* `v11` the version for Vaadin 11 -* `v12` the version for Vaadin 12 -* `v13` the version for Vaadin 13 +Release version will follow Vaadin's versioning. eg `23.x.x` indicates it depends on Vaadin 23 + +* `master` uses Vaadin 23.x.x +* `v2.0.0-beta13` uses Vaadin 14.x.x ### License