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:
parent
888f35b0d4
commit
a26fb6a846
|
@ -114,9 +114,8 @@
|
||||||
<!-- cache was not present in 4.0; it first appeared in 4.1-alpha2 -->
|
<!-- cache was not present in 4.0; it first appeared in 4.1-alpha2 -->
|
||||||
<comparisonVersion>4.1-alpha2</comparisonVersion>
|
<comparisonVersion>4.1-alpha2</comparisonVersion>
|
||||||
<!--
|
<!--
|
||||||
-- Allow separate override of cache version, e.g.
|
Allow separate override of cache version, e.g.
|
||||||
--
|
$ mvn clirr:clirr -DcomparisonVersion=4.1-alpha1 -Dcache.comparisonVersion=4.1-alpha2
|
||||||
-- mvn clirr:clirr -DcomparisonVersion=4.1-alpha1 -Dcache.comparisonVersion=4.1-alpha2
|
|
||||||
-->
|
-->
|
||||||
<cache.comparisonVersion>${comparisonVersion}</cache.comparisonVersion>
|
<cache.comparisonVersion>${comparisonVersion}</cache.comparisonVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue