From c73a348d23017f52217819c5c150d89e51c038c3 Mon Sep 17 00:00:00 2001 From: Ubuntu <ubuntu@ip-172-31-86-248.ec2.internal> Date: Thu, 4 Jul 2024 11:04:47 +0000 Subject: [PATCH 1/3] empty commit to trigger Jenkins build From 303ac511b530fc150a61c32c884612bd3bfff40a Mon Sep 17 00:00:00 2001 From: Ubuntu <ubuntu@ip-172-31-80-13.ec2.internal> Date: Fri, 5 Jul 2024 06:11:35 +0000 Subject: [PATCH 2/3] Github maven project 1 part2 From 65694c4d48f062d31fc0d687769543e1fdbe1691 Mon Sep 17 00:00:00 2001 From: Gaurav Mathur <ecegauravmathur90@gmail.com> Date: Fri, 5 Jul 2024 12:45:42 +0530 Subject: [PATCH 3/3] Update pom.xml Updated mavin version to 3.8.1 and java source and target version to 17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index eccd206883..8fdaae6f0a 100644 --- a/pom.xml +++ b/pom.xml @@ -34,8 +34,8 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>17</source> + <target>17</target> </configuration> </plugin> @@ -93,7 +93,7 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> + <version>3.8.1</version> </plugin> <plugin>