It's a very minor thing, but the version should have an uppercase M: <version>1.0.0.M5</version>
It's a very minor thing, but the version should have an uppercase M: <version>1.0.0.M5</version>
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
apologies for the typo..
had tried with
but gettting the same error.Code:<version>1.0.0.M5</version>
It works for me, except that org.springframework.integration.adapter does not seem to be present in the repository!
could you please post in your repository? because i can browse ,find,download the integration.adapter jars and integration jars without problems using a normal web browser.
It is only through maven i have the error.
I just looked at your configuration again and noticed that the repository URL is incorrect. The "s3browse" URL is for browsing the repository only. For the maven repository configuration, try this instead:
Code:<repository> <id>springsource-milestone</id> <url>http://repository.springsource.com/maven/bundles/milestone</url> </repository>
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
It works! Thanks a lot.
thanks a million.