diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index 70f6f591..00000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,24 +0,0 @@
-pipeline {
- agent any
-
- stages {
- stage('Validate') {
- steps {
- echo '-----------------------Fetching Code-----------------------'
- git 'https://github.com/ravi2krishna/JavaWebCalculator.git'
- sh 'mvn compile'
- }
- }
- stage('Test') {
- steps {
- echo '-----------------------Testing Code-----------------------'
- sh 'mvn test'
- }
- }
- stage('Deploy') {
- steps {
- echo 'Deploying....'
- }
- }
- }
-}
diff --git a/pom.xml b/pom.xml
index c2d76926..267d029d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
com.web.cal
- WebAppCal
+ webapp
war
- 0.0.5
+ 0.2
WebAppCal Maven Webapp
http://maven.apache.org
+
+ UTF-8
+ 1.6
+ 1.6
+
junit
@@ -24,7 +29,8 @@
releases
- http://52.204.135.48:8081/nexus/content/repositories/releases
+
+ http://binary.ibm.com/nexus/content/repositories/releases
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 42c2bc35..5cf11b1e 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -18,8 +18,14 @@
addition
+
+