mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
upgrade to spring 3.0.0.m3
This commit is contained in:
parent
d8014ae193
commit
098cfb60b6
1 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<packaging>war</packaging>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<properties>
|
||||
<spring.version>2.5.6</spring.version>
|
||||
<spring.version>3.0.0.M3</spring.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<!-- Compile dependencies -->
|
||||
|
@ -114,6 +114,13 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>org.springsource.maven.snapshot</id>
|
||||
<name>SpringSource Maven Central-compatible Milestone Repository</name>
|
||||
<url>http://maven.springframework.org/milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue