Author: jdcasey Date: Tue Mar 28 16:08:23 2006 New Revision: 389636 URL: http://svn.apache.org/viewcvs?rev=389636&view=rev Log: Updating version on the artifact-ant assembly referenced here.
Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/sample.build.xml Modified: maven/components/branches/maven-2.0.x/maven-artifact-ant/sample.build.xml URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-artifact-ant/sample.build.xml?rev=389636&r1=389635&r2=389636&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-artifact-ant/sample.build.xml (original) +++ maven/components/branches/maven-2.0.x/maven-artifact-ant/sample.build.xml Tue Mar 28 16:08:23 2006 @@ -23,7 +23,7 @@ <target name="initTaskDefs"> <!-- don't forget to update the version! --> <path id="maven.classpath"> - <pathelement location="target/maven-artifact-ant-2.0.2-SNAPSHOT-dep.jar" /> + <pathelement location="target/maven-artifact-ant-2.0.4-SNAPSHOT-dep.jar" /> </path> <typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant">