Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 792ed0e

Browse files
committed
Upgrade SPR-9943 to 3.1.4.BUILD-SNAPSHOT
1 parent 96899fe commit 792ed0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

SPR-9943/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
10-
<org.springframework.version>3.1.3.RELEASE</org.springframework.version>
10+
<org.springframework.version>3.1.4.BUILD-SNAPSHOT</org.springframework.version>
1111
</properties>
1212

13+
<repositories>
14+
<repository>
15+
<id>s2-release</id>
16+
<url>http://repo.springsource.org/libs-snapshot</url>
17+
</repository>
18+
</repositories>
19+
1320
<build>
1421
<plugins>
1522
<plugin>

0 commit comments

Comments
 (0)