From 316877de3610b467696e4739c372bf4c62784efe Mon Sep 17 00:00:00 2001 From: avinash Date: Mon, 17 Jul 2023 18:48:35 +0000 Subject: [PATCH 1/6] code modified in index.jsp --- webapp/src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 1a75d7a0..f01b8ef5 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -5,3 +5,4 @@

We are done with DevOps project-2!!! with ansible deployment!!!

We are done with Docker Deployment!!

We are done with two projects!!

+

From Ameerpert,Hyderabad

From d1b54a48e92973cdffd4008cd4264f26e241de11 Mon Sep 17 00:00:00 2001 From: avinash Date: Fri, 21 Jul 2023 19:20:30 +0000 Subject: [PATCH 2/6] commited after changes --- webapp/src/main/webapp/index.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index f01b8ef5..1a75d7a0 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -5,4 +5,3 @@

We are done with DevOps project-2!!! with ansible deployment!!!

We are done with Docker Deployment!!

We are done with two projects!!

-

From Ameerpert,Hyderabad

From eb96afd3da72fd5a1d26b5f5d57301303d9f4921 Mon Sep 17 00:00:00 2001 From: avinash Date: Fri, 21 Jul 2023 19:25:10 +0000 Subject: [PATCH 3/6] commit-2 --- webapp/src/main/webapp/index.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 1a75d7a0..bdcf33b3 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -3,5 +3,3 @@

It's time to start the DevOps Project-2!! Get ready!!

This is what complete End-to-End CI-CD Pipeline DevOps Project!!

We are done with DevOps project-2!!! with ansible deployment!!!

-

We are done with Docker Deployment!!

-

We are done with two projects!!

From a9bc2e6a666383589ec843bd84ad3239c8e21fd8 Mon Sep 17 00:00:00 2001 From: avinashreddy023 <132837196+avinashreddy023@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:39:46 +0530 Subject: [PATCH 4/6] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index eccd2068..c8550b61 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,11 @@ maven-surefire-report-plugin 2.11 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + maven-surefire-plugin From cdc6cf5210384558d4df18f510b3195edcf28b43 Mon Sep 17 00:00:00 2001 From: avinashreddy023 <132837196+avinashreddy023@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:44:02 +0530 Subject: [PATCH 5/6] Update pom.xml --- pom.xml | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c8550b61..3b959217 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,27 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 + + + enforce-maven + + enforce + + + + + 3.0 + + + + + + + maven-compiler-plugin @@ -135,12 +156,6 @@ maven-surefire-report-plugin 2.11 - - org.apache.maven.plugins - maven-enforcer-plugin - 3.3.0 - - maven-surefire-plugin 2.11 From 3ecac513b5af8d01a7dd4b593d848a927d819170 Mon Sep 17 00:00:00 2001 From: avinashreddy023 <132837196+avinashreddy023@users.noreply.github.com> Date: Tue, 25 Jul 2023 22:48:17 +0530 Subject: [PATCH 6/6] Update pom.xml --- pom.xml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 3b959217..b6b07f4f 100644 --- a/pom.xml +++ b/pom.xml @@ -31,27 +31,6 @@ - - org.apache.maven.plugins - maven-enforcer-plugin - 3.3.0 - - - enforce-maven - - enforce - - - - - 3.0 - - - - - - - maven-compiler-plugin @@ -100,6 +79,11 @@ org.codehaus.mojo taglist-maven-plugin + + org.apache.maven.plugins + maven-enforcer-plugin + 3.3.0 +