I'm trying to upgrade an old Roo-based project to 1.1.5.RELEASE. When I perform a Maven build, it complains of several missing 1.1.5 bundles from the repo.
I have "http://spring-roo-repository.springsource.org/release" configured in my POM (and my settings.xml). Browsing the XML feed from the Spring Roo repository, it does appear that the missing bundles are in fact not there.
Is there an updated repo containing all 1.1.5 dependencies, or do I have to manually install them in my local repo one by one from the 1.1.5 release disto zip?
Missing artifacts:
org.springframework.roo:org.springframework.roo.me tadata:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.pr ocess.manager:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.pr oject:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.su pport:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.sh ell:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.cl asspath:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.ad don.entity:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.ad don.web.mvc.controller:bundle:1.1.5.RELEASE
org.springframework.roo:org.springframework.roo.ad don.web.mvc.jsp:bundle:1.1.5.RELEASE


Reply With Quote
