Skip to content

Commit

Permalink
[pom] Use non deprecated project.basedir
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 10, 2024
1 parent 0ef7ba9 commit 82b6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<phase>prepare-package</phase>
<configuration>
<target>
<ant antfile="${basedir}/build.xml">
<ant antfile="${project.basedir}/build.xml">
<target name="migrateToMyBatis3"/>
</ant>
</target>
Expand Down

0 comments on commit 82b6227

Please sign in to comment.