Skip to content

Commit

Permalink
Merge pull request #47 from isdixit/master
Browse files Browse the repository at this point in the history
Improved: Replaced pom.basedir deprecated property with project.basedir. (ROL-2158)
  • Loading branch information
adityasharma7 authored Nov 12, 2019
2 parents 79419bd + b317b48 commit 6dacccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6dacccf

Please sign in to comment.