Yevgeny Zaspitsky has uploaded a new change for review. Change subject: core: Update hibernate-validator version ......................................................................
core: Update hibernate-validator version Update hibernate-validator version to 4.2.0.Final in pom.xml according to the run-time environment (JBoss-7.1.1.Final) Change-Id: I6138000eba51c132f3362b874469c31ba45d642d Signed-off-by: Yevgeny Zaspitsky <[email protected]> --- M pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/98/32198/1 diff --git a/pom.xml b/pom.xml index 96310fc..b97598b 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ <mockito.version>1.9.0</mockito.version> <javassist.version>3.12.0.GA</javassist.version> <javax.mail.version>1.4.4</javax.mail.version> - <hibernate-validator.version>4.0.2.GA</hibernate-validator.version> + <hibernate-validator.version>4.2.0.Final</hibernate-validator.version> <jackson-core-asl.version>1.9.9</jackson-core-asl.version> <jackson-mapper-asl.version>1.9.9</jackson-mapper-asl.version> <commons-configuration.version>1.6</commons-configuration.version> -- To view, visit http://gerrit.ovirt.org/32198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6138000eba51c132f3362b874469c31ba45d642d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
