From ee59c90fce3825731a464846d6c8dd2412a99cbc Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sat, 5 Jan 2019 10:27:16 +0530 Subject: [PATCH 01/19] Update pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 189606b..20a5303 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 + com.kctechnologies maven-web-project war From bde8209fa083d0f34d2364c6278d281decc6d572 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Mon, 7 Jan 2019 11:31:39 +0530 Subject: [PATCH 02/19] Update pom.xml --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20a5303..62c6d58 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,6 @@ Maven Web Project Maven Web Project for Java - 4.1.4.RELEASE 4.11 From 6a38d576e31421275ecb66e44e29efb745955370 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sun, 27 Jan 2019 12:59:30 +0530 Subject: [PATCH 03/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 62c6d58..abe4492 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - + com.kctechnologies maven-web-project war From 3b6750925836e874020e730d58182e6146eaf574 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sun, 27 Jan 2019 13:01:44 +0530 Subject: [PATCH 04/19] Update SampleController.java --- src/main/java/com/kc/contoller/SampleController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/kc/contoller/SampleController.java b/src/main/java/com/kc/contoller/SampleController.java index a86586d..2793280 100644 --- a/src/main/java/com/kc/contoller/SampleController.java +++ b/src/main/java/com/kc/contoller/SampleController.java @@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.RestController; + @RestController @RequestMapping("/") public class SampleController { From 9b243be7ec3e81bef3f0de604376b400ec29b552 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Tue, 21 May 2019 21:02:00 +0530 Subject: [PATCH 05/19] Update pom.xml --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index abe4492..4928764 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.kctechnologies maven-web-project war From efd841861ad4e304efb9753f70b4a79d930f9e0d Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Tue, 21 May 2019 21:02:24 +0530 Subject: [PATCH 06/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4928764..0c2c19c 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 1.0-SNAPSHOT Maven Web Project Maven Web Project for Java - + 4.1.4.RELEASE 4.11 From a69f71442ea55a68e63170fb63dfdfaed5166412 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Wed, 22 May 2019 09:02:19 +0530 Subject: [PATCH 07/19] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2da53f6..e7d2689 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,7 @@ #!groovy node { - - + stage('Checkout'){ checkout scm From c99c6aac442db33d3c5e49de58c81ae744e20bc8 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Wed, 22 May 2019 09:02:44 +0530 Subject: [PATCH 08/19] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7d2689..af0d59d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,6 @@ #!groovy node { - stage('Checkout'){ checkout scm From b274808ac122e28dbc05dbb86543ffcc0c8a83e4 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Thu, 18 Jul 2019 08:00:00 +0530 Subject: [PATCH 09/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c2c19c..b6917c5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - 4.0.0 + 4.0.0 com.kctechnologies maven-web-project From 53024b029c8d03c6d8a7e00502d56ccd4014cfd9 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Fri, 19 Jul 2019 07:09:48 +0530 Subject: [PATCH 10/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6917c5..5d25aa0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ maven-web-project war 1.0-SNAPSHOT - Maven Web Project + Maven Web Project Maven Web Project for Java From a6fb199b2522ed5249edaa2dd4c688c4deae72b8 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Fri, 19 Jul 2019 07:13:11 +0530 Subject: [PATCH 11/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d25aa0..b6917c5 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ maven-web-project war 1.0-SNAPSHOT - Maven Web Project + Maven Web Project Maven Web Project for Java From e877256ff61ce86b6c8b98187ab096d6118a9cbc Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sun, 11 Aug 2019 09:13:13 +0530 Subject: [PATCH 12/19] Update Jenkinsfile --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index af0d59d..aa8d524 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ node { checkout scm } - stage('Compiling'){ sh 'mvn deploy' From bdefcb294be22b63b9218e03c527d81009dddb88 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sun, 11 Aug 2019 09:25:09 +0530 Subject: [PATCH 13/19] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aa8d524..435911e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,7 @@ node { stage('Compiling'){ sh 'mvn deploy' - } - + } stage('Sonar') { //add stage sonar sh 'mvn sonar:sonar' From e8bf9864a410b8750ba27fa3a82bd0387681cf85 Mon Sep 17 00:00:00 2001 From: KCTechnologies <45792312+KCTechnologies@users.noreply.github.com> Date: Sun, 11 Aug 2019 09:25:17 +0530 Subject: [PATCH 14/19] Update Jenkinsfile From c5a82f599a59391bfa96dcc9e4cf6704eb1d3ba1 Mon Sep 17 00:00:00 2001 From: chandrajit018 <53138638+chandrajit018@users.noreply.github.com> Date: Sat, 17 Aug 2019 22:03:56 +0530 Subject: [PATCH 15/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6917c5..128823c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.kctechnologies maven-web-project war - 1.0-SNAPSHOT + 1.2.0-SNAPSHOTS Maven Web Project Maven Web Project for Java From 5a17ba416a16e44dbd91edb9a6526d501adfe11d Mon Sep 17 00:00:00 2001 From: chandrajit018 <53138638+chandrajit018@users.noreply.github.com> Date: Sat, 17 Aug 2019 22:11:39 +0530 Subject: [PATCH 16/19] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 128823c..8908610 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.kctechnologies maven-web-project war - 1.2.0-SNAPSHOTS + 1.0-SNAPSHOTS Maven Web Project Maven Web Project for Java From d8bcc9b07088b54bb4ec7c152d9719db459e4b54 Mon Sep 17 00:00:00 2001 From: chandrajit018 Date: Sun, 4 Jul 2021 05:45:16 +0000 Subject: [PATCH 17/19] new --- src/main/a | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/a diff --git a/src/main/a b/src/main/a new file mode 100644 index 0000000..e69de29 From 41af29b17d4dc976b8cc78d9a8b6fc6652ebd63a Mon Sep 17 00:00:00 2001 From: chandrajit018 <53138638+chandrajit018@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:37:02 +0530 Subject: [PATCH 18/19] Update a --- src/main/a | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/a b/src/main/a index e69de29..a6d241e 100644 --- a/src/main/a +++ b/src/main/a @@ -0,0 +1 @@ +hi newday From 92984e428410b80ebe7b8825c73ce23e6a4ddba9 Mon Sep 17 00:00:00 2001 From: chandrajit018 <53138638+chandrajit018@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:39:56 +0530 Subject: [PATCH 19/19] Create roster --- src/main/roster | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/roster diff --git a/src/main/roster b/src/main/roster new file mode 100644 index 0000000..3e75765 --- /dev/null +++ b/src/main/roster @@ -0,0 +1 @@ +new