From 99d03f60d271576a313d8bc1c7f9123bd81429e5 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa <48535135+Guistarcks@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:19:40 +0100 Subject: [PATCH 01/10] Update pom.xml --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index baec0d9..9b59908 100644 --- a/pom.xml +++ b/pom.xml @@ -22,34 +22,48 @@ UTF-8 UTF-8 11 + 2.5.5 + + + spring-releases + https://repo.spring.io/release + + + org.springframework.boot spring-boot-starter-data-jpa + ${spring.boot.version} org.springframework.boot spring-boot-starter-web + ${spring.boot.version} org.springframework.boot spring-boot-starter-validation + ${spring.boot.version} org.springframework.boot spring-boot-devtools + ${spring.boot.version} runtime mysql mysql-connector-java + 8.0.23 runtime org.springframework.boot spring-boot-starter-test + ${spring.boot.version} test @@ -63,5 +77,4 @@ - From a4218f0223f9c1c6e7c450bdedf3eff70701c730 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa <48535135+Guistarcks@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:20:25 +0100 Subject: [PATCH 02/10] Update pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9b59908..60aa1be 100644 --- a/pom.xml +++ b/pom.xml @@ -78,3 +78,4 @@ + From 78204e6cabed1f6dc2ee973bb0eb2481c8084352 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Fri, 8 Dec 2023 13:11:05 +0100 Subject: [PATCH 03/10] Modificacion POM --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 60aa1be..9aab968 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ org.springframework.boot spring-boot-maven-plugin + 1.5.22.RELEASE From 649094bceb290a3c8a736a9efbd7791cfc11f2a5 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Fri, 8 Dec 2023 13:14:00 +0100 Subject: [PATCH 04/10] Modificacion POM --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9aab968..7944c58 100644 --- a/pom.xml +++ b/pom.xml @@ -73,8 +73,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.22.RELEASE - + From 72df6324f4196ed1f04c75cad3baaf775233420e Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Fri, 8 Dec 2023 13:22:18 +0100 Subject: [PATCH 05/10] Modificacion POM --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7944c58..88fdf97 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,12 @@ org.springframework.boot spring-boot-maven-plugin - + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + From 0ee4bc192c234f84b8a3581f61323df165fa3c89 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Fri, 8 Dec 2023 13:34:35 +0100 Subject: [PATCH 06/10] Modificacion POM --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 88fdf97..b7bd719 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,10 @@ UTF-8 11 2.5.5 + + 1.8 + 1.8 + From 9babc332914f01ecef8bf726225e4c349c79c4ef Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Fri, 8 Dec 2023 13:37:48 +0100 Subject: [PATCH 07/10] Modificacion POM --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b7bd719..3f864e8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,10 +23,6 @@ UTF-8 11 2.5.5 - - 1.8 - 1.8 - @@ -81,7 +77,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + From aedcda403e2599350c8ba79bbcba08d710270fa5 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Sat, 9 Dec 2023 13:46:59 +0100 Subject: [PATCH 08/10] Modificacion Pom --- pom.xml | 88 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index 3f864e8..db85f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,3 @@ - 4.0.0 @@ -11,13 +10,7 @@ easy-notes Rest API for a Simple Note Taking Application - - org.springframework.boot - spring-boot-starter-parent - 2.5.5 - - - + UTF-8 UTF-8 @@ -30,42 +23,19 @@ spring-releases https://repo.spring.io/release + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + - - org.springframework.boot - spring-boot-starter-data-jpa - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-validation - ${spring.boot.version} - - - org.springframework.boot - spring-boot-devtools - ${spring.boot.version} - runtime - - - mysql - mysql-connector-java - 8.0.23 - runtime - - - org.springframework.boot - spring-boot-starter-test - ${spring.boot.version} - test - + @@ -73,14 +43,42 @@ org.springframework.boot spring-boot-maven-plugin + 2.5.5 + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + + - org.apache.maven.plugins - maven-resources-plugin - - + org.apache.maven.plugins + maven-resources-plugin + 3.2.1 + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + + + + From 0f8bbc4fdf3d38952440773a4a9d384826cccd9c Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Tue, 12 Dec 2023 09:58:32 +0100 Subject: [PATCH 09/10] Modificacion vs plugin resources --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db85f1d..89a539a 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.2.1 + 3.2.0 From a4c2a23caf70956b5ebdf49daa585597b8ccecf5 Mon Sep 17 00:00:00 2001 From: Agnaldo Cavaleiro Costa Date: Tue, 12 Dec 2023 11:06:15 +0100 Subject: [PATCH 10/10] Modificacion vs plugin resources --- pom.xml | 121 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 71 insertions(+), 50 deletions(-) diff --git a/pom.xml b/pom.xml index 89a539a..2aaa32c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,25 @@ + 4.0.0 - + + + central + https://repo.maven.apache.org/maven2/ + + + + + central + https://repo.maven.apache.org/maven2 + + true + + + false + + + com.example easy-notes 1.0.0 @@ -10,72 +28,75 @@ easy-notes Rest API for a Simple Note Taking Application - + + org.springframework.boot + spring-boot-starter-parent + 2.5.5 + + + UTF-8 UTF-8 11 - 2.5.5 - - - spring-releases - https://repo.spring.io/release - - - central - Central Repository - https://repo.maven.apache.org/maven2 - default - - false - - - - - + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-devtools + runtime + + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-starter-test + test + - + org.springframework.boot spring-boot-maven-plugin - 2.5.5 - - - - central - Central Repository - https://repo.maven.apache.org/maven2 - default - - false - - - - - + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + org.apache.maven.plugins - maven-resources-plugin - 3.2.0 + maven-compiler-plugin + 3.8.1 - - - central - Central Repository - https://repo.maven.apache.org/maven2 - default - - false - - - + 1.8 + 1.8 - + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 +