Commit eb455836 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix typo in build.xml

parent b1832683
......@@ -178,7 +178,7 @@
<exec command="sed 's/${version}-DEV/${version}/' ${project.basedir}/lib/Doctrine/DBAL/Version.php > ${project.basedir}/lib/Doctrine/DBAL/Version2.php" passthru="true" />
<exec command="mv ${project.basedir}/lib/Doctrine/DBAL/Version2.php ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git add ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git commit -m 'Release {$version}'" />
<exec command="git commit -m 'Release ${version}'" />
<exec command="git tag -a ${version}" passthru="true" />
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment