RE: [m2] Updates of transitive dependencies not working?

2006-08-24 Thread ArneD
Thank you, Jörg. I filed issue MNG-2528. Arne -- View this message in context: http://www.nabble.com/-m2--Updates-of-transitive-dependencies-not-working--tf2158398.html#a5964861 Sent from the Maven - Users forum at Nabble.com. --

RE: [m2] Updates of transitive dependencies not working?

2006-08-24 Thread Jörg Schaible
ArneD wrote on Thursday, August 24, 2006 3:27 PM: > Jörg Schaible wrote: >> >> ArneD wrote on Thursday, August 24, 2006 2:43 PM: >> >>> I defined two repositories in the settings.xml, both with >>> updatePolicy set to always. >>> >>> My project A has a dependency to version 5.0-SNAPSHOT of a J

RE: [m2] Updates of transitive dependencies not working?

2006-08-24 Thread ArneD
Jörg Schaible wrote: > > ArneD wrote on Thursday, August 24, 2006 2:43 PM: > >> I defined two repositories in the settings.xml, both with >> updatePolicy set to always. >> >> My project A has a dependency to version 5.0-SNAPSHOT of a >> JAR B. That JAR B >> has a dependency to version 1.6 of a

RE: [m2] Updates of transitive dependencies not working?

2006-08-24 Thread Jörg Schaible
ArneD wrote on Thursday, August 24, 2006 2:43 PM: > Hello all, > > I defined two repositories in the settings.xml, both with > updatePolicy set to always. > > My project A has a dependency to version 5.0-SNAPSHOT of a > JAR B. That JAR B > has a dependency to version 1.6 of another JAR C. In my