2008/4/27 <[EMAIL PROTECTED]>: > Author: olegk > Date: Sun Apr 27 14:29:04 2008 > New Revision: 652021 > > URL: http://svn.apache.org/viewvc?rev=652021&view=rev > Log: > Fixed inception year; upgraded JUnit to version 3.8.2 > > Modified: > httpcomponents/httpclient/trunk/pom.xml >
There are inceptionYear tags in the subordinate poms as well ... If the tag is inherited from the parent, maybe they can be removed? > Modified: httpcomponents/httpclient/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=652021&r1=652020&r2=652021&view=diff > > ============================================================================== > --- httpcomponents/httpclient/trunk/pom.xml (original) > +++ httpcomponents/httpclient/trunk/pom.xml Sun Apr 27 14:29:04 2008 > @@ -42,7 +42,7 @@ > <version>4.0-alpha4-SNAPSHOT</version> > <description>Components to build client side HTTP services</description> > <url>http://hc.apache.org/httpcomponents-client</url> > - <inceptionYear>2000</inceptionYear> > + <inceptionYear>1999</inceptionYear> > <packaging>pom</packaging> > > <organization> > @@ -75,7 +75,7 @@ > <commons-codec.version>1.3</commons-codec.version> > <commons-io.version>1.2</commons-io.version> > <mime4j.version>0.3</mime4j.version> > - <junit.version>3.8.1</junit.version> > + <junit.version>3.8.2</junit.version> > </properties> > > <modules> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]