From 58c40a5770e72a4346766182300616c402e5a49f Mon Sep 17 00:00:00 2001 From: Alejandro Date: Fri, 2 Aug 2019 16:05:15 +0300 Subject: [PATCH 1/4] Use https for Maven repositories See https://github.com/vaadin/platform/issues/766 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5eed463..2a33b4b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ vaadin-addons - http://maven.vaadin.com/vaadin-addons + https://maven.vaadin.com/vaadin-addons From 3f3259b289b4b134951e96d6c4db0fefa259ae2e Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:45:55 +0300 Subject: [PATCH 2/4] Use https for Maven repositories replace the usage in profiles See vaadin/platform#766 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2a33b4b..0088ca3 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ vaadin-prereleases - http://maven.vaadin.com/vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases vaadin-snapshots @@ -154,7 +154,7 @@ vaadin-prereleases - http://maven.vaadin.com/vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases vaadin-snapshots From 8909cf94baeabcb2a5e1eae5d228f37eb69096a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=A4yry?= Date: Thu, 30 Apr 2020 14:14:52 +0300 Subject: [PATCH 3/4] Update readme with a correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6ceff..7c023a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Vaadin Tutorial application ============== -**This repository contains the source code of the application built in [Vaadin Framework tutorial](http://vaadin.com/tutorial).** +**This repository contains the source code of the application built in [Vaadin 8 tutorial](https://vaadin.com/docs/v8/framework/tutorial.html).** If you are new to Maven, read [these instructions](https://vaadin.com/blog/-/blogs/the-maven-essentials-for-the-impatient-developer) to get your project properly imported into Eclipse or your IDE of choice. From 19d07dc3026a56a9e2ecd24aec35d920ddf36dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20H=C3=A4yry?= Date: Thu, 30 Apr 2020 14:20:42 +0300 Subject: [PATCH 4/4] Update readme with a link to Vaadin 14 tutorial --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c023a3..92fde2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Vaadin Tutorial application +**Please visit [Building Modern Web Apps with Spring Boot and Vaadin](https://vaadin.com/learn/tutorials/modern-web-apps-with-spring-boot-and-vaadin)** for a tutorial on Vaadin 14. + +Vaadin 8 tutorial application ============== **This repository contains the source code of the application built in [Vaadin 8 tutorial](https://vaadin.com/docs/v8/framework/tutorial.html).**