This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new b317b48  Improved: Replaced pom.basedir deprecated property with 
project.basedir.
     new 6dacccf  Merge pull request #47 from isdixit/master
b317b48 is described below

commit b317b48086bb4d0944042590cac00fb441ef69e9
Author: Saurabh Dixit <saurabh.di...@hotwaxsystems.com>
AuthorDate: Thu Nov 7 11:07:00 2019 +0530

    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.
---
 app/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/pom.xml b/app/pom.xml
index 94bf7ae..d0d0658 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -575,7 +575,7 @@ limitations under the License.
                             <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>

Reply via email to