On 13 December 2010 18:51, <[email protected]> wrote: > Author: jonm > Date: Mon Dec 13 18:51:55 2010 > New Revision: 1045291 > > URL: http://svn.apache.org/viewvc?rev=1045291&view=rev > Log: > Fixing pom (build was barfing on "--" inside an XML comment).
Oops sorry - I did not notice the syntax error. > Modified: > httpcomponents/httpclient/trunk/httpclient-cache/pom.xml > > Modified: httpcomponents/httpclient/trunk/httpclient-cache/pom.xml > URL: > http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/pom.xml?rev=1045291&r1=1045290&r2=1045291&view=diff > ============================================================================== > --- httpcomponents/httpclient/trunk/httpclient-cache/pom.xml (original) > +++ httpcomponents/httpclient/trunk/httpclient-cache/pom.xml Mon Dec 13 > 18:51:55 2010 > @@ -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> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
