diff --git a/README.md b/README.md index 27d89e4..e3ffb46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Welcome to 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 + > ``` 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

<%