You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by James M Snell <ja...@gmail.com> on 2008/01/15 22:20:53 UTC

Re: svn commit: r612228 - /incubator/abdera/java/trunk/extensions/html/pom.xml

Thank you.

dandiep@apache.org wrote:
> Author: dandiep
> Date: Tue Jan 15 13:17:29 2008
> New Revision: 612228
> 
> URL: http://svn.apache.org/viewvc?rev=612228&view=rev
> Log:
> Fix HTML POM.
> 
> Modified:
>     incubator/abdera/java/trunk/extensions/html/pom.xml
> 
> Modified: incubator/abdera/java/trunk/extensions/html/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/extensions/html/pom.xml?rev=612228&r1=612227&r2=612228&view=diff
> ==============================================================================
> --- incubator/abdera/java/trunk/extensions/html/pom.xml (original)
> +++ incubator/abdera/java/trunk/extensions/html/pom.xml Tue Jan 15 13:17:29 2008
> @@ -85,6 +85,7 @@
>      <dependency>
>        <groupId>nu.validator.htmlparser</groupId>  
>        <artifactId>htmlparser</artifactId>
> +      <version>1.0.5</version>
>      </dependency>
>    </dependencies>
>  </project>
> 
> 
>