From 086f2fa6333b407c940dfb9f9df9b3e5fdadb387 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 20 Oct 2008 14:29:57 +0000 Subject: [PATCH] pom polish --- spring-binding/pom.xml | 9 ++++-- spring-faces/pom.xml | 13 ++++---- spring-js/pom.xml | 31 ++++++++++++++++---- spring-webflow-samples/booking-faces/ivy.xml | 2 +- spring-webflow-samples/booking-faces/pom.xml | 2 +- spring-webflow-samples/booking-mvc/ivy.xml | 4 +-- spring-webflow-samples/booking-mvc/pom.xml | 4 +-- spring-webflow/ivy.xml | 2 +- spring-webflow/pom.xml | 21 +++++++------ 9 files changed, 59 insertions(+), 29 deletions(-) diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 50f35691..e4787c5c 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -15,17 +15,17 @@ org.springframework spring-beans - 2.5.5 + ${spring.version} org.springframework spring-context - 2.5.5 + ${spring.version} org.springframework spring-core - 2.5.5 + ${spring.version} ognl @@ -40,4 +40,7 @@ provided + + 2.5.5 + \ No newline at end of file diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index d0920873..29d35d8f 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -15,27 +15,27 @@ org.springframework spring-beans - 2.5.5 + ${spring.version} org.springframework spring-context - 2.5.5 + ${spring.version} org.springframework spring-core - 2.5.5 + ${spring.version} org.springframework spring-web - 2.5.5 + ${spring.version} org.springframework spring-webmvc - 2.5.5 + ${spring.version} org.springframework.webflow @@ -89,4 +89,7 @@ provided + + 2.5.5 + \ No newline at end of file diff --git a/spring-js/pom.xml b/spring-js/pom.xml index 04dc746b..f03da233 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -15,17 +15,17 @@ org.springframework spring-beans - 2.5.5 + ${spring.version} org.springframework spring-context - 2.5.5 + ${spring.version} org.springframework spring-core - 2.5.5 + ${spring.version} javax.servlet @@ -54,14 +54,35 @@ org.springframework spring-web - 2.5.5 + ${spring.version} true org.springframework spring-webmvc - 2.5.5 + ${spring.version} true + + org.easymock + easymock + 2.3 + test + + + junit + junit + 3.8.2 + test + + + org.springframework + org.springframework.test + ${spring.version} + test + + + 2.5.5 + \ No newline at end of file diff --git a/spring-webflow-samples/booking-faces/ivy.xml b/spring-webflow-samples/booking-faces/ivy.xml index 1a2dfa2d..3e336458 100755 --- a/spring-webflow-samples/booking-faces/ivy.xml +++ b/spring-webflow-samples/booking-faces/ivy.xml @@ -42,7 +42,7 @@ - + diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index ca1f24ca..ae4f881e 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -105,7 +105,7 @@ org.springframework.security org.springframework.security - 2.0.2.A + 2.0.4.A org.springframework.webflow diff --git a/spring-webflow-samples/booking-mvc/ivy.xml b/spring-webflow-samples/booking-mvc/ivy.xml index cd616c8c..70a3fbc7 100755 --- a/spring-webflow-samples/booking-mvc/ivy.xml +++ b/spring-webflow-samples/booking-mvc/ivy.xml @@ -46,8 +46,8 @@ - - + + diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml index d2862e26..c7db8a8c 100644 --- a/spring-webflow-samples/booking-mvc/pom.xml +++ b/spring-webflow-samples/booking-mvc/pom.xml @@ -125,12 +125,12 @@ org.springframework.security org.springframework.security - 2.0.2.A + 2.0.4.A org.springframework.security org.springframework.security.taglibs - 2.0.2.A + 2.0.4.A org.springframework.webflow diff --git a/spring-webflow/ivy.xml b/spring-webflow/ivy.xml index a89c93b0..6373fb42 100644 --- a/spring-webflow/ivy.xml +++ b/spring-webflow/ivy.xml @@ -38,7 +38,7 @@ - + diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 9429c471..0424e25e 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -15,27 +15,27 @@ org.springframework spring-beans - 2.5.5 + ${spring.version} org.springframework spring-context - 2.5.5 + ${spring.version} org.springframework spring-core - 2.5.5 + ${spring.version} org.springframework spring-web - 2.5.5 + ${spring.version} org.springframework spring-webmvc - 2.5.5 + ${spring.version} org.springframework.webflow @@ -98,25 +98,25 @@ org.springframework spring-orm - 2.5.5 + ${spring.version} true org.springframework spring-webmvc-portlet - 2.5.5 + ${spring.version} true org.springframework spring-tx - 2.5.5 + ${spring.version} true org.springframework.security spring-security-core - 2.0.2 + 2.0.4 true @@ -126,4 +126,7 @@ true + + 2.5.5 + \ No newline at end of file