Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
ROO-2894: Support for Spring 3.1 and Spring Security 3.1 - reverted R…
Browse files Browse the repository at this point in the history
…oo's own Spring dependencies to fix CF addon
  • Loading branch information
Andrew Swan committed Dec 16, 2011
1 parent f24f040 commit 39eb957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>${spring.version}</version>
<version>3.1.0.RELEASE</version>
</extension>
</extensions>
<plugins>
Expand Down Expand Up @@ -953,6 +953,6 @@
</build>
<properties>
<powermock.version>1.4.10</powermock.version>
<spring.version>3.1.0.RELEASE</spring.version>
<spring.version>3.0.6.RELEASE</spring.version>
</properties>
</project>

0 comments on commit 39eb957

Please sign in to comment.