Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created October 20, 2011 20:17
Show Gist options
  • Save eugenp/1302219 to your computer and use it in GitHub Desktop.
Save eugenp/1302219 to your computer and use it in GitHub Desktop.
Bootstraping a web application with Spring 3.1 and Java based Configuration, part 1 - the milestone spring repository
<repository>
<id>org.springframework.maven.milestone</id>
<name>Maven Central Compatible Spring Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment