Re: Dependency version problem in multi-module project

2006-01-31 Thread Napoleon Esmundo Ramirez
Hello, I recreated the situation and I got a similar result. Instead of both (B and C) using A-1.0.3-SNAPSHOT, both used A-1.0.2. Looks like I can't answer your question. Haha! Cheers! Nap On 1/31/06, Espen Amble Kolstad <[EMAIL PROTECTED]> wrote: > > Hi, > > Layout: > /pom.xml-- no de

Dependency version problem in multi-module project

2006-01-31 Thread Espen Amble Kolstad
Hi, Layout: /pom.xml-- no dependencies /A/pom.xml -- no dependencies (Versions 1.0.2 and 1.0.3-SNAPSHOT) /B/pom.xml -- Depends on A-1.0.2 /C/pom.xml -- Depends on A-1.0.3-SNAPSHOT Here's the problem: When building all modules using the reactor: /> mvn clean package B contai