You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/10/07 22:15:38 UTC

svn commit: r307186 - /maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml

Author: ltheussl
Date: Fri Oct  7 13:15:35 2005
New Revision: 307186

URL: http://svn.apache.org/viewcvs?rev=307186&view=rev
Log:
Fix dependency type

Modified:
    maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml

Modified: maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml?rev=307186&r1=307185&r2=307186&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml (original)
+++ maven/maven-1/plugins/trunk/ant/src/plugin-test/project.xml Fri Oct  7 13:15:35 2005
@@ -66,7 +66,7 @@
       <groupId>maven-plugins</groupId>
       <artifactId>maven-jaxb-plugin</artifactId>
       <version>1.0</version>
-      <type>jar</type>
+      <type>plugin</type>
       <properties/>
     </dependency>