pom.xml - spring maven repo is amazon s3
----------------------------------------
Key: CAMEL-635
URL: https://issues.apache.org/activemq/browse/CAMEL-635
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 1.4.0
Reporter: Claus Ibsen
Priority: Minor
Fix For: 1.5.0
We should give the pom.xml files a tweak for all the repos.
Spring in particular is now on the Amazon s3 repo, we should fetch the stuff
from this one:
{code}
<repository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.