Skip to content

Commit

Permalink
o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@965780 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Jul 20, 2010
1 parent 4ab8f13 commit 4e7e933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ END SNIPPET: ant-bootstrap -->

<target name="initTaskDefs">
<xmlproperty file="pom.xml" prefix="pom.xml" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1-SNAPSHOT.jar" />
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.1.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
</target>

Expand Down
Binary file not shown.

0 comments on commit 4e7e933

Please sign in to comment.