From 1c58dd9d897f6089a5d042c84527169fdcdc314b Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 9 Dec 2011 13:09:11 +0000 Subject: [PATCH] Upgrade to Hibernate Validator 4.2.0.Final 4.1/4.2 use is optional; users may compile and run against validator versions back to 4.0. --- org.springframework.context/.classpath | 2 +- org.springframework.context/context.iml | 4 ++-- org.springframework.context/ivy.xml | 2 +- org.springframework.context/pom.xml | 2 +- org.springframework.web.servlet/ivy.xml | 2 +- org.springframework.web.servlet/web-servlet.iml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/org.springframework.context/.classpath b/org.springframework.context/.classpath index 4387b2cd72..ad95241199 100644 --- a/org.springframework.context/.classpath +++ b/org.springframework.context/.classpath @@ -36,7 +36,7 @@ - + diff --git a/org.springframework.context/context.iml b/org.springframework.context/context.iml index 9612512be7..f9e93f8898 100644 --- a/org.springframework.context/context.iml +++ b/org.springframework.context/context.iml @@ -158,11 +158,11 @@ - + - + diff --git a/org.springframework.context/ivy.xml b/org.springframework.context/ivy.xml index 79f5f5d899..14af9cf517 100644 --- a/org.springframework.context/ivy.xml +++ b/org.springframework.context/ivy.xml @@ -51,7 +51,7 @@ - + diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index 7b808d3fe0..2fba91849a 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -208,7 +208,7 @@ org.hibernate com.springsource.org.hibernate.validator - 4.1.0.GA + 4.2.0.Final compile true diff --git a/org.springframework.web.servlet/ivy.xml b/org.springframework.web.servlet/ivy.xml index 55833c0a05..46022e53d1 100644 --- a/org.springframework.web.servlet/ivy.xml +++ b/org.springframework.web.servlet/ivy.xml @@ -103,7 +103,7 @@ conf="test->compile"/> - + - + - +