Skip to content

Commit 82b6227

Browse files
committed
[pom] Use non deprecated project.basedir
1 parent 0ef7ba9 commit 82b6227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<phase>prepare-package</phase>
8383
<configuration>
8484
<target>
85-
<ant antfile="${basedir}/build.xml">
85+
<ant antfile="${project.basedir}/build.xml">
8686
<target name="migrateToMyBatis3"/>
8787
</ant>
8888
</target>

0 commit comments

Comments
 (0)