I have a project using Spring Roo and Spring Data JPA. I need features present in Spring Data JPA 1.1.0.RELEASE but Spring Roo continually resets my version to 1.0.2.RELEASE.
Is there anyway to prevent Roo from updating my artifact versions in my POM?


Reply With Quote