From 7675eda207276a086c1a006f96bdd1aa3bdedd0d Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 04:24:28 +0800 Subject: [PATCH 01/12] updated index.html --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index c8efa8a..d2e1b2c 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -4,6 +4,6 @@ -
Hello, Azure! 2018-10-01 02
+
Hello from UTAR 7-9-2023
From c41d83961bbe8cbec9cb2f0f7c8bdfb326eb75c6 Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 04:32:27 +0800 Subject: [PATCH 02/12] sign index.html --- src/main/webapp/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index d2e1b2c..b4b79f6 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -5,5 +5,6 @@
Hello from UTAR 7-9-2023
+
This is Chyi Phing's commit
From 40ad0b0b92d86af368776883b088641e0d6ce04c Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 04:38:24 +0800 Subject: [PATCH 03/12] updated index.html --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index b4b79f6..c73dc23 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -5,6 +5,6 @@
Hello from UTAR 7-9-2023
-
This is Chyi Phing's commit
+
This is Chyi Phing's commit to chyiphingCommit branch
From eaf92d8fa55674ed250b4ab0881e5bb01c741d54 Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 04:42:50 +0800 Subject: [PATCH 04/12] updated index.html --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index c73dc23..b4b79f6 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -5,6 +5,6 @@
Hello from UTAR 7-9-2023
-
This is Chyi Phing's commit to chyiphingCommit branch
+
This is Chyi Phing's commit
From 9fe4aa182dc84061333db9c0da24a0e209ca4424 Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 05:49:26 +0800 Subject: [PATCH 05/12] pom --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index ee688c9..e018e42 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.9.4 @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.9.4 ${maven.compiler.source} ${maven.compiler.target} @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-war-plugin - 3.2.2 + 3.9.4 org.codehaus.mojo @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 3.9.4 run-integration-test @@ -227,12 +227,12 @@ org.apache.maven.plugins maven-site-plugin - 3.7.1 + 3.9.4 org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.9.4 username password @@ -249,27 +249,27 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 + 3.9.4 org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.9.4 org.apache.maven.plugins maven-jxr-plugin - 2.5 + 3.9.4 org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.9.4 org.apache.maven.plugins maven-pmd-plugin - 3.10.0 + 3.9.4 false @@ -289,7 +289,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.22.0 + 3.9.4 From 49348a4b680e232c5558c7dbf844855c51b6fb8a Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 05:56:03 +0800 Subject: [PATCH 06/12] pom --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index e018e42..ee688c9 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.9.4 + 3.1.0 @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.4 + 3.8.0 ${maven.compiler.source} ${maven.compiler.target} @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-war-plugin - 3.9.4 + 3.2.2 org.codehaus.mojo @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.9.4 + 2.22.0 run-integration-test @@ -227,12 +227,12 @@ org.apache.maven.plugins maven-site-plugin - 3.9.4 + 3.7.1 org.apache.maven.plugins maven-release-plugin - 3.9.4 + 2.5.3 username password @@ -249,27 +249,27 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.9.4 + 3.0.0 org.apache.maven.plugins maven-javadoc-plugin - 3.9.4 + 3.0.1 org.apache.maven.plugins maven-jxr-plugin - 3.9.4 + 2.5 org.apache.maven.plugins maven-checkstyle-plugin - 3.9.4 + 3.0.0 org.apache.maven.plugins maven-pmd-plugin - 3.9.4 + 3.10.0 false @@ -289,7 +289,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 3.9.4 + 2.22.0 From 844e3792017a477c8a71800d364dea2b4368c749 Mon Sep 17 00:00:00 2001 From: Ow3nTanZ Date: Thu, 7 Sep 2023 05:57:40 +0800 Subject: [PATCH 07/12] Configure the pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ee688c9..4edc03b 100644 --- a/pom.xml +++ b/pom.xml @@ -178,11 +178,11 @@ tomcat8x - /Users/maping/apache/tomcat + C:\Program Files\Apache Software Foundation\Tomcat 8.5 existing - /Users/maping/apache/tomcat + C:\Program Files\Apache Software Foundation\Tomcat 8.5 From 4cee30d522333b9bec1615ca5c484dc7d7ab9a5d Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 11:30:00 +0800 Subject: [PATCH 08/12] pom --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ee688c9..db4904f 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.1.0 + 3.9.4 @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.9.4 ${maven.compiler.source} ${maven.compiler.target} From 420274b3bcceec2b32e1bff25875b20a2188ae68 Mon Sep 17 00:00:00 2001 From: chyiphing <39071944+chyiphing@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:04:54 +0800 Subject: [PATCH 09/12] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f27fe27..64b3184 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.9.4 + 3.8.0 @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.4 + 3.8.0 ${maven.compiler.source} ${maven.compiler.target} From ba3fe3ccdfe413244cfb1bacbd13cca026f64880 Mon Sep 17 00:00:00 2001 From: chyiphing <39071944+chyiphing@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:06:27 +0800 Subject: [PATCH 10/12] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64b3184..835097a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ scm:git:https://github.com/maping/java-maven-calculator-web-app.git scm:git:https://github.com/maping/java-maven-calculator-web-app.git - https://github.com/maping/java-maven-calculator-web-app.git + https://github.com/chyiphing/java-maven-calculator-web-app.git HEAD @@ -85,7 +85,7 @@ maven-compiler-plugin 3.8.0 - ${maven.compiler.source} + ${} ${maven.compiler.target} From f9b9b78aa21bd3c702c73485f82198ff7afac6b0 Mon Sep 17 00:00:00 2001 From: Ow3nTanZ Date: Thu, 7 Sep 2023 12:58:32 +0800 Subject: [PATCH 11/12] edited the url to github --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 835097a..847578e 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ - scm:git:https://github.com/maping/java-maven-calculator-web-app.git - scm:git:https://github.com/maping/java-maven-calculator-web-app.git + scm:git:https://github.com/chyiphing/java-maven-calculator-web-app.git + scm:git:https://github.com/chyiphing/java-maven-calculator-web-app.git https://github.com/chyiphing/java-maven-calculator-web-app.git HEAD @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.8.0 + 3.1.0 @@ -85,7 +85,7 @@ maven-compiler-plugin 3.8.0 - ${} + ${maven.compiler.source} ${maven.compiler.target} From d067ac535b4c92ef7015fa1059bc130f1b505983 Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 21:07:18 +0800 Subject: [PATCH 12/12] update index.html --- src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index b4b79f6..e6cb696 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -5,6 +5,6 @@
Hello from UTAR 7-9-2023
-
This is Chyi Phing's commit
+
This is Chyi Phing's commit to index.html