<?xml version="1.0" encoding="UTF-8"?>

<project name="antfoo" default="propdemo" xmlns:artifact="antlib:org.apache.maven.artifact.ant">

    <target name="propdemo">
        <artifact:pom id="mypom" file="pom.xml" />
        <echo>The version is ${mypom.project.version}</echo>
    </target>

</project>
