From 7675eda207276a086c1a006f96bdd1aa3bdedd0d Mon Sep 17 00:00:00 2001 From: chyiphing Date: Thu, 7 Sep 2023 04:24:28 +0800 Subject: [PATCH 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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