Improved: Replaced pom.basedir deprecated property with project.basedir.

NOTE:
Deprecated features are those that have been retained temporarily for backward compatibility, but which will eventually be removed. In effect, deprecation announces a grace period to allow the smooth transition from the old features to the new ones. In that period, no use of the deprecated features should be added, and all existing uses should be gradually removed.
diff --git a/app/pom.xml b/app/pom.xml
index 1d6cd03..aaf3fb8 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -575,7 +575,7 @@
                             <port>4224</port>
                             <sources>
                                 <script>
-                                    <sourceFile>${pom.basedir}/target/dbscripts/derby/createdb.sql</sourceFile>
+                                    <sourceFile>${project.basedir}/target/dbscripts/derby/createdb.sql</sourceFile>
                                 </script>
                             </sources>
                         </configuration>