You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/01 20:47:18 UTC

svn commit: r981281 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Author: dennisl
Date: Sun Aug  1 18:47:17 2010
New Revision: 981281

URL: http://svn.apache.org/viewvc?rev=981281&view=rev
Log:
o Use released version of doxia-linkcheck

Modified:
    maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=981281&r1=981280&r2=981281&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Sun Aug  1 18:47:17 2010
@@ -122,7 +122,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-linkcheck</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1</version>
     </dependency>
 
     <!-- plexus -->