diff --git a/data/maradona/dbfile.mv.db b/data/maradona/dbfile.mv.db
deleted file mode 100644
index 701ab5c..0000000
Binary files a/data/maradona/dbfile.mv.db and /dev/null differ
diff --git a/pom.xml b/pom.xml
index b4fcbf7..117affd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,9 @@
org.springframework.boot
spring-boot-maven-plugin
+
+ exec
+
diff --git a/src/main/resources/templates/projects/projects.html b/src/main/resources/templates/projects/projects.html
index d2308f8..76a5c8c 100644
--- a/src/main/resources/templates/projects/projects.html
+++ b/src/main/resources/templates/projects/projects.html
@@ -2,7 +2,7 @@
- My Skill Management System
+ Projects
diff --git a/src/main/resources/templates/skills/skills.html b/src/main/resources/templates/skills/skills.html
index 05acd66..673784c 100644
--- a/src/main/resources/templates/skills/skills.html
+++ b/src/main/resources/templates/skills/skills.html
@@ -2,7 +2,7 @@
- My Skill Management System
+ Skills
@@ -10,7 +10,7 @@