On 24 March 2012 20:46, Simone Tripodi <[email protected]> wrote:
> Hi Mike, > > where did you find commons-cli-2.0? It is a sandbox component and > never been released... > Hi Simo, I found the trunk broken becuase the commons-cli was missing in dependencyManagement from a previous commit and I wrongly set it to an unstable version (2.0), but I fixed it 20 min later to 1.2 as soon as I received a build failure. > Please let me know because if you didn't compiled & put it in our > repo, I have a serious issue to report to the Commons PMC. > > TIA, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > > On Sat, Mar 24, 2012 at 4:47 PM, <[email protected]> wrote: > > Author: mostarda > > Date: Sat Mar 24 15:47:46 2012 > > New Revision: 1304831 > > > > URL: http://svn.apache.org/viewvc?rev=1304831&view=rev > > Log: > > Dependency management declaration was missing. Fixed. > > > > Modified: > > incubator/any23/trunk/pom.xml > > > > Modified: incubator/any23/trunk/pom.xml > > URL: > http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1304831&r1=1304830&r2=1304831&view=diff > > > ============================================================================== > > --- incubator/any23/trunk/pom.xml (original) > > +++ incubator/any23/trunk/pom.xml Sat Mar 24 15:47:46 2012 > > @@ -244,7 +244,12 @@ > > <artifactId>commons-codec</artifactId> > > <version>1.3</version> > > </dependency> > > - <dependency> > > + <dependency> > > + <groupId>commons-cli</groupId> > > + <artifactId>commons-cli</artifactId> > > + <version>2.0</version> > > + </dependency> > > + <dependency> > > <groupId>net.sourceforge.nekohtml</groupId> > > <artifactId>nekohtml</artifactId> > > <version>1.9.14</version> > > > > > -- Michele Mostarda Senior Software Engineer skype: michele.mostarda twitter: micmos mail: [email protected] site : http://www.michelemostarda.com
