From 11d3fc4cfe4560fb6e562e6ea2da5b0edfecd4a2 Mon Sep 17 00:00:00 2001 From: Ruc12 Date: Sat, 29 Dec 2018 00:09:59 +0530 Subject: [PATCH 1/4] Adding a problem on purpose to test failure build --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 9542c979c..88af95c23 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -35,4 +35,4 @@ - + From 20591525cba5b45c4cddcb072535a555792c6eac Mon Sep 17 00:00:00 2001 From: Ruc12 Date: Sat, 29 Dec 2018 00:15:38 +0530 Subject: [PATCH 2/4] Update pom.xml --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 88af95c23..9542c979c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -35,4 +35,4 @@ - + From 99f6867c0358b16c3156ffc75b838ad2d16f7168 Mon Sep 17 00:00:00 2001 From: Ruc12 Date: Sat, 29 Dec 2018 00:26:30 +0530 Subject: [PATCH 3/4] on purpose adding chnages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e3d4e79b..62aed896c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Java (Maven) application for tracking time on the job Time tracker +#purpose +this is just for checking auto detection of changess From 4f8664b22655a78f87250d43b1dd6b33e9e3a15d Mon Sep 17 00:00:00 2001 From: Ruc12 Date: Sat, 29 Dec 2018 16:39:08 +0530 Subject: [PATCH 4/4] update index.jsp to see changes --- web/src/main/webapp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/main/webapp/index.jsp b/web/src/main/webapp/index.jsp index be1217da3..97a8d6e55 100644 --- a/web/src/main/webapp/index.jsp +++ b/web/src/main/webapp/index.jsp @@ -8,10 +8,10 @@ <%@ page contentType="text/html;charset=UTF-8" language="java" %> - Super Simple Example Webpage + Very Simple Super Simple Example Webpage -

Super Simple Example Web Page

+

Very Simple Super Simple Example Web Page

This is a very simple example web page on a JSP.