Skip to content

Commit

Permalink
Merge pull request #48 from isdixit/roller-6.0.x
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 3457d03 + 5956f26 commit 50a3717
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 @@ -573,7 +573,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 50a3717

Please sign in to comment.