The s3 repo URL is given in the downloads page on the Spring Batch website - actually it's slightly cryptic because we only list the milestone repo explicitly (I'll fix that). Also it is in the parent pom:
Code:<repository> <id>spring-release</id> <name>Spring Portfolio Release Repository</name> <url>http://s3.amazonaws.com/maven.springframework.org/release</url> </repository>


Reply With Quote