diff --git a/Fibonacci.sh b/Fibonacci.sh
index 434ed6a..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 : "
@@ -32,4 +32,4 @@ do
f2=$fn
done
-echo
+echo "Invoked and Executed by Mithilesh Singh"
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
diff --git a/MavenProject/pom.xml b/MavenProject/pom.xml
index a9f5271..f41f0e2 100644
--- a/MavenProject/pom.xml
+++ b/MavenProject/pom.xml
@@ -15,6 +15,10 @@
UTF-8
+
+ 1.6
+ 1.6
+ 3.6.0
@@ -34,6 +38,17 @@
maven-jar-plugin
2.4
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.5.1
+
+ 1.8
+ 1.8
+
+
+
org.apache.maven.plugins
maven-war-plugin
@@ -50,6 +65,7 @@
org.apache.maven.plugins
maven-jar-plugin
+
false
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.