From efa34b297275122da9ded50ceb40e1e2498bc4ca Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Sun, 13 Oct 2019 17:53:17 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba526f3..3559bb6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # jenkins-demo -#This tests the changes in the file +#This tests the changes in the file done. From 4ce48822ffa3ff532594c5cf612c2fc536a1201b Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:00:37 -0700 Subject: [PATCH 2/9] Update pom.xml --- MavenProject/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml index a9f5271..56b349e 100644 --- a/MavenProject/pom.xml +++ b/MavenProject/pom.xml @@ -34,6 +34,12 @@ maven-jar-plugin 2.4 + + + maven-compiler-plugin + 3.6.0 + + org.apache.maven.plugins maven-war-plugin From 0c0aae8e0a5007e9a89a6ba6db10d3391875fc75 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Sun, 13 Oct 2019 23:19:52 -0700 Subject: [PATCH 3/9] Update pom.xml --- MavenProject/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml index 56b349e..b841e1b 100644 --- a/MavenProject/pom.xml +++ b/MavenProject/pom.xml @@ -38,6 +38,10 @@ maven-compiler-plugin 3.6.0 + + 1.6 + 1.6 + From 69e4a41af624a86ff01d8497a5bdf67c2593bf60 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:18:26 -0700 Subject: [PATCH 4/9] Update pom.xml --- MavenProject/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml index b841e1b..91833d2 100644 --- a/MavenProject/pom.xml +++ b/MavenProject/pom.xml @@ -39,8 +39,8 @@ maven-compiler-plugin 3.6.0 - 1.6 - 1.6 + 1.8 + 1.8 @@ -60,6 +60,7 @@ org.apache.maven.plugins maven-jar-plugin + false From 91a19e9f43cfd0dc7c1186286b3dfaf42afbb0d1 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:21:21 -0700 Subject: [PATCH 5/9] Update pom.xml --- MavenProject/pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml index 91833d2..a7c6221 100644 --- a/MavenProject/pom.xml +++ b/MavenProject/pom.xml @@ -36,13 +36,14 @@ - maven-compiler-plugin - 3.6.0 - - 1.8 - 1.8 - - + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + org.apache.maven.plugins From 0f48a756c10886021d312a4e5208b388337f7b82 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Wed, 16 Oct 2019 20:11:31 -0700 Subject: [PATCH 6/9] Update pom.xml --- MavenProject/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml index a7c6221..f41f0e2 100644 --- a/MavenProject/pom.xml +++ b/MavenProject/pom.xml @@ -15,6 +15,10 @@ UTF-8 + + 1.6 + 1.6 + 3.6.0 From f1001e92cd81ff415324e15863625fcef3f312ab Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Thu, 17 Oct 2019 10:13:23 -0700 Subject: [PATCH 7/9] Update Fibonacci.sh --- Fibonacci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fibonacci.sh b/Fibonacci.sh index 434ed6a..f770b35 100755 --- a/Fibonacci.sh +++ b/Fibonacci.sh @@ -32,4 +32,4 @@ do f2=$fn done -echo +echo "Invoked and Executed by Mithilesh Singh" From 877123c98013de48f952e1f21d243b22db8a8142 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Sat, 19 Oct 2019 02:04:40 +0530 Subject: [PATCH 8/9] Update Fibonacci.sh --- Fibonacci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fibonacci.sh b/Fibonacci.sh index f770b35..bc63c8b 100755 --- a/Fibonacci.sh +++ b/Fibonacci.sh @@ -19,7 +19,7 @@ else read Num fi -f1=0 +f1=100 f2=1 echo "The Fibonacci sequences for the number $Num is : " From 144efb8df8fdca96a156568068463149c29c2fc9 Mon Sep 17 00:00:00 2001 From: mithileshkrsinghniitians <56216297+mithileshkrsinghniitians@users.noreply.github.com> Date: Fri, 18 Oct 2019 20:32:03 -0700 Subject: [PATCH 9/9] Update pom.xml --- MavenProject/multi1/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/MavenProject/multi1/pom.xml b/MavenProject/multi1/pom.xml index e64e9c2..7851717 100644 --- a/MavenProject/multi1/pom.xml +++ b/MavenProject/multi1/pom.xml @@ -37,6 +37,7 @@ org.apache.maven.plugins maven-jar-plugin + test-jar