Rollback to 3.0.5.RELEASE
http://central.maven.org/maven2/org/springframework/spring-orm/3.0.5.RELEASE/
download the pom
mvn dependency:tree  tree.lst
vi tree.lst
search for spring-core...note this is tagged as 
org.springframework:spring-core:jar:3.0.5.RELEASE:compile

if the behaviour is any different for 3.1.2 in other words you should see
org.springframework:spring-core:jar:3.1.2.RELEASE:compile
file a bug for 3.1.2
and one of us will fix it

Martin
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.


> To: users@maven.apache.org
> Subject: Antwort: Maven + Spring 3.1.2.RELEASE Error
> From: thorsten.h...@vkb.de
> Date: Fri, 10 Aug 2012 10:46:11 +0200
> 
> 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
                                          

Reply via email to