From 2a78f3ef7cfba70f7e3ace424c00a546a835915f Mon Sep 17 00:00:00 2001 From: SuzanneHMindtree Date: Sat, 27 Oct 2018 15:25:06 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 934b71e0..89509483 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # A Java/Maven/JUnit HelloWorld example +## Sample testing for polling A „Hello World!” sample written in Java using Maven for the build, that showcases a few very simple tests. From 4a7a2537dc4fdac09644bc22208d9a2c23520c56 Mon Sep 17 00:00:00 2001 From: SuzanneHMindtree Date: Sat, 27 Oct 2018 16:46:43 +0530 Subject: [PATCH 2/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1c0d7dda..e6aeec0d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.example java-maven-junit-helloworld - 2.0-SNAPSHOT + 2.0 jar From 98b4fa925ccfdefe26b510f72bd9c0e25876726d Mon Sep 17 00:00:00 2001 From: SuzanneHMindtree Date: Sat, 27 Oct 2018 19:00:33 +0530 Subject: [PATCH 3/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6aeec0d..9ac02ffc 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.example java-maven-junit-helloworld 2.0 - jar + war UTF-8