From 463ff57c615809e3cf2d5d7cef2f8f01a3fedd11 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Sat, 15 Aug 2009 20:38:36 +0000 Subject: [PATCH] moved to separately released hibernate-commons-annotations; moved validation versions to dependencyManagement git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17325 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- annotations/pom.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index 9481c58e07..c48121c783 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -56,7 +56,6 @@ org.hibernate hibernate-commons-annotations - 3.2.0-SNAPSHOT org.hibernate.java-persistence @@ -75,17 +74,35 @@ javax.validation validation-api - 1.0.CR4 true org.hibernate hibernate-validator - 4.0.0.Beta3 test + + + + org.hibernate + hibernate-commons-annotations + 3.2.0.Beta1 + + + javax.validation + validation-api + 1.0.CR4 + + + org.hibernate + hibernate-validator + 4.0.0.Beta3 + + + +