Hi, > I'm trying to build a project using Maven to package the latest spring > 3.1.2.RELEASE jars into a war file. For some reason, it's pulling the latest > version for some of the spring modules, but not for all of them. For > example, the 3.1.2.RELEASE spring-orm module is downloaded, but the 3.0.0.GA > spring-core module is downloaded... Can anyone tell me why this could be > happening? I'm not nesting or inheriting pom.xml files. I've pasted part of > my pom.xml below:
I don't use Spring, but have you tried "mvn help:effective-pom"? HTH Thorsten
