diff --git a/pom.xml b/pom.xml
index 23bb05e..a28e2b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.app
crudApp
- 0.0.1-SNAPSHOT
+ 0.0.2-SNAPSHOT
war
Simple crud app
CRUD application demo
@@ -55,4 +55,4 @@
-
\ No newline at end of file
+
diff --git a/src/main/webapp/listStudents.jsp b/src/main/webapp/listStudents.jsp
index 1923462..d1bdd39 100644
--- a/src/main/webapp/listStudents.jsp
+++ b/src/main/webapp/listStudents.jsp
@@ -13,7 +13,7 @@
-
Student List Page
+
Student List Page first