You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2021/05/01 01:53:19 UTC

[tomee-jakarta] branch master updated: Fix GAV

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 10d8ec5  Fix GAV
10d8ec5 is described below

commit 10d8ec5005af81c6df4b965ea20112b46616847a
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat May 1 02:53:01 2021 +0100

    Fix GAV
---
 tomee/tomee-plume-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 720c9d5..7c6f20b 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -505,7 +505,7 @@
             <!-- We don't want these bytecode modified at all, so we overwrite
             any modifications made by the Eclipse Transformer with the originals -->
             <jars>
-              <hibernate-validator-7.0.0.Final.jar>org.hibernate.validator:hibernate-validator:6.0.2.Final</hibernate-validator-7.0.0.Final.jar>
+              <hibernate-validator-7.0.0.Final.jar>org.hibernate.validator:hibernate-validator:7.0.0.Final</hibernate-validator-7.0.0.Final.jar>
               <jakarta.faces-3.0.0.jar>org.glassfish:jakarta.faces:jar:3.0.0</jakarta.faces-3.0.0.jar>
               <eclipselink-3.0.0.jar>org.eclipse.persistence:eclipselink:jar:3.0.0</eclipselink-3.0.0.jar>
             </jars>