From b510fe8a33faaf4e8fdf5ff9bffd988cc20a8226 Mon Sep 17 00:00:00 2001 From: Diogo Almeida <77130268+diogovalmeida@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:36:17 +0000 Subject: [PATCH] Update pom.xml --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index baec0d9..11f119c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,10 +7,10 @@ easy-notes 1.0.0 jar - + easy-notes Rest API for a Simple Note Taking Application - + org.springframework.boot spring-boot-starter-parent @@ -21,7 +21,7 @@ UTF-8 UTF-8 - 11 + 1.8 @@ -60,6 +60,11 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-resources-plugin + 3.* +