From 0eb1e65a559e8848d212134b1f2285277e1d9170 Mon Sep 17 00:00:00 2001 From: Aqeel Assif Date: Mon, 1 Jun 2026 12:12:28 -0700 Subject: [PATCH 1/3] Edit for ReadMe file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d89e4..2919101 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to DevOpsCon CI/CD demo repo +# DevOpsCon CI/CD demo repo ## This repository contains basic Maven project with Hello-World Java war for CI/CD workshop In order to make it work, please follow the instructions below: From 47d9bc8319123fd0b40fe715f7458e733b75eda7 Mon Sep 17 00:00:00 2001 From: Ageel Assif Date: Mon, 1 Jun 2026 16:25:45 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2919101..e3ffb46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DevOpsCon CI/CD demo repo +# DevOpsCon CI/CD demo repo 22 ## This repository contains basic Maven project with Hello-World Java war for CI/CD workshop In order to make it work, please follow the instructions below: @@ -21,4 +21,4 @@ In order to make it work, please follow the instructions below: > > > - > ``` \ No newline at end of file + > ``` From 5a0bc37f8a696eb62144616b439f1c4b61a29410 Mon Sep 17 00:00:00 2001 From: Ageel Assif Date: Mon, 1 Jun 2026 16:28:39 -0700 Subject: [PATCH 3/3] Update index.jsp --- build-war/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-war/src/main/webapp/index.jsp b/build-war/src/main/webapp/index.jsp index f86e6fa..c8411d9 100644 --- a/build-war/src/main/webapp/index.jsp +++ b/build-war/src/main/webapp/index.jsp @@ -1,6 +1,6 @@ <%@page import="org.nirkoren.maven.demo.HelloHandler"%> - +

Welcome to DevOpsCon Demo repo

CI/CD Workshop, Maven / Tomcat WAR example

<%