diff --git a/README.md b/README.md index c50eba8..d61c3ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# test-java +# hello Test-java hi +This is Aravind Java (Maven) application for tracking time on the job Test-java - -Good Morning My Dear Students!!! diff --git a/core/pom.xml b/core/pom.xml index 9542c97..3d4c36e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,7 +10,7 @@ time-tracker-core jar - Time Tracker (Core) + Time Tracker App (Core) diff --git a/pom.xml b/pom.xml index 59296a3..492b042 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,17 @@ - + + 4.0.0 + training.taylor.time-tracker time-tracker-parent - pom 0.5.0-SNAPSHOT - This is Sample Time Tracker Job (Parent) - - This is a simple Maven Job / Java web project. - - 2017 + pom + Sample Time Tracker Job (Parent) + This is a simple Maven project / Java web project. http://taylor.training/ + 2017 5.0.2.RELEASE @@ -41,6 +42,15 @@ ${java.version} + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M9 + + + + + org.codehaus.mojo findbugs-maven-plugin diff --git a/web/src/main/webapp/index.jsp b/web/src/main/webapp/index.jsp index 8af6048..2001a0e 100644 --- a/web/src/main/webapp/index.jsp +++ b/web/src/main/webapp/index.jsp @@ -11,7 +11,7 @@ Super Simple Example for Webpage -

Super Simple Example Web Page

+

Simple Web Page

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