Fixing pom (build was barfing on "--" inside an XML comment).

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1045291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Moore 2010-12-13 18:51:55 +00:00
parent 888f35b0d4
commit a26fb6a846
1 changed files with 2 additions and 3 deletions

View File

@ -114,9 +114,8 @@
<!-- cache was not present in 4.0; it first appeared in 4.1-alpha2 -->
<comparisonVersion>4.1-alpha2</comparisonVersion>
<!--
-- Allow separate override of cache version, e.g.
--
-- mvn clirr:clirr -DcomparisonVersion=4.1-alpha1 -Dcache.comparisonVersion=4.1-alpha2
Allow separate override of cache version, e.g.
$ mvn clirr:clirr -DcomparisonVersion=4.1-alpha1 -Dcache.comparisonVersion=4.1-alpha2
-->
<cache.comparisonVersion>${comparisonVersion}</cache.comparisonVersion>
</properties>