diff --git a/Dockerfile b/Dockerfile
index 70c73fea2..41d29e62d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,4 +3,4 @@ From tomcat:8-jre8
# Maintainer
MAINTAINER "valaxytech@gmail.com"
-COPY ./webapp.war /usr/local/tomcat/webapps
+
diff --git a/file.txt b/file.txt
new file mode 100644
index 000000000..16fa04eea
--- /dev/null
+++ b/file.txt
@@ -0,0 +1,2 @@
+created one file in github
+created one branch name of that Anil
diff --git a/pom.xml b/pom.xml
index eccd20688..80a0815b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,24 +21,38 @@
webapp
-
-
- site-server
- Test Project Site
- file:///tmp/maven-project-site
-
-
+
+
+ nexus-releases
+ Nexus Release Repository
+ http://localhost:8082/repository/maven-releases/
+
+
+ nexus-snapshots
+ Nexus Snapshot Repository
+ http://localhost:8082/repository/maven-snapshots/
+
+
+
maven-compiler-plugin
+ 3.8.1
- 1.6
- 1.6
+ 8
+ 8
-
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.4.0
+
+ false
+
+
maven-release-plugin
@@ -118,7 +132,7 @@
maven-release-plugin
- 2.2.1
+ 3.4.0
diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp
index bb784b798..7315fc72c 100644
--- a/webapp/src/main/webapp/index.jsp
+++ b/webapp/src/main/webapp/index.jsp
@@ -1,2 +1 @@
- Hello, Welcome to Valaxy Technologies !!!
-
+ Hi, This is devops demo class