From 3d3d7a31f758752a05e5d7df579a9caeebb6b2a8 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 1 Jun 2026 12:10:55 -0700 Subject: [PATCH 1/3] added devopscon text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d89e4..bcd482b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Welcome to DevOpsCon CI/CD demo repo -## This repository contains basic Maven project with Hello-World Java war for CI/CD workshop +## This repository contains basic Maven project with Hello-World Java war for devopscon CI/CD workshop In order to make it work, please follow the instructions below: > [!IMPORTANT] From 120fba6125fc033afe22d648399fdc37eaf72ddc Mon Sep 17 00:00:00 2001 From: sedlacea Date: Mon, 1 Jun 2026 18:26:33 -0500 Subject: [PATCH 2/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..f98c6b7 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

<% From 0afd5fa645f17b06862d9b0262a5da5d93704c0c Mon Sep 17 00:00:00 2001 From: sedlacea Date: Mon, 1 Jun 2026 18:29:52 -0500 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 f98c6b7..32b00d9 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

<%