Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring 3.1.x milestone repository

Tags:

java

spring

maven

I am currently searching for a maven repository that contains the recent spring milestones of version 3.1.x.

There are a lot of links when searching google, but they all seem to be dead.

Does anyone know the link to the repository?

like image 557
Erik Avatar asked Apr 12 '11 14:04

Erik


2 Answers

This is the repo:

<repository>
    <id>repository.springframework.milestone</id>
    <name>Spring Framework Maven Milestone Repository</name>
    <url>http://maven.springframework.org/milestone</url>
</repository>

Source: http://forum.springsource.org/showthread.php?t=92277

Hint: you can't browse this repo, as it's in an Amazon Cloud. But it is there :-)

like image 115
Sean Patrick Floyd Avatar answered Sep 20 '22 11:09

Sean Patrick Floyd


http://maven.springframework.org/milestone

You can browse the S3 backed repo with Shrub http://shrub.appspot.com/maven.springframework.org/

like image 38
ptomli Avatar answered Sep 18 '22 11:09

ptomli