aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2009-01-20 05:32:11 +0000
committerMaria Odea B. Ching <oching@apache.org>2009-01-20 05:32:11 +0000
commit03a080a1d532c7ffe6ffbcf2c40cf322c3c589be (patch)
treee55e330b5cd01d8b83e45260ea59225d6cedcd59 /pom.xml
parentcc74d51a5b152054e3e9a49a0b555305b126bd01 (diff)
downloadarchiva-03a080a1d532c7ffe6ffbcf2c40cf322c3c589be.tar.gz
archiva-03a080a1d532c7ffe6ffbcf2c40cf322c3c589be.zip
[MRM-1068]
submitted by Maria Catherine Tan - upgrade redback to 1.2-beta-2 - needed to upgrade spring to 2.5.6 to be compatible with redback 1.2-beta-2 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@735937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 1cc0bcd5d..ddef5f76f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -952,7 +952,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.5.5</version>
+ <version>${spring.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -963,7 +963,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>2.5.5</version>
+ <version>${spring.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -974,7 +974,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.5.5</version>
+ <version>${spring.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -1043,9 +1043,10 @@
<properties>
<maven.version>2.0.8</maven.version>
<wagon.version>1.0-beta-4</wagon.version>
- <redback.version>1.2-beta-1</redback.version>
+ <redback.version>1.2-beta-2</redback.version>
<jetty.version>6.1.6</jetty.version>
<binder.version>0.9</binder.version>
+ <spring.version>2.5.6</spring.version>
</properties>
<profiles>
<profile>