Readded maven-model

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-11-20 21:23:03 +00:00
parent 369f239308
commit ccc462de40

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plug-in</name>
<currentVersion>1.3.4</currentVersion>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
<shortDescription>Check xdoc links</shortDescription>
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
@@ -143,14 +143,11 @@
<artifactId>maven-jelly-tags</artifactId>
<version>1.0</version>
</dependency>
<!--
<dependency>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
-->
<dependency>
<!-- Required for commons-httpclient -->