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 02:09:50 UTC

[tomee-jakarta] branch master updated (de37455 -> a9ce682)

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

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


    from de37455  Add the :jar: to the GAV
     new ba2f2fd  Fix gav
     new edd2710  Merge branch 'master' of github.com:apache/tomee-jakarta
     new a9ce682  Merge branch 'master' of github.com:apache/tomee-jakarta

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[tomee-jakarta] 03/03: Merge branch 'master' of github.com:apache/tomee-jakarta

Posted by jg...@apache.org.
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

commit a9ce6824cb4a71740e197320b6d109511442b6d9
Merge: edd2710 de37455
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat May 1 03:09:35 2021 +0100

    Merge branch 'master' of github.com:apache/tomee-jakarta


[tomee-jakarta] 02/03: Merge branch 'master' of github.com:apache/tomee-jakarta

Posted by jg...@apache.org.
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

commit edd2710e53b4c0bb66d32eac69c8365203cb58b1
Merge: ba2f2fd f0096a5
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat May 1 03:09:24 2021 +0100

    Merge branch 'master' of github.com:apache/tomee-jakarta

 tomee/tomee-plume-webapp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)


[tomee-jakarta] 01/03: Fix gav

Posted by jg...@apache.org.
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

commit ba2f2fd76c3e78bf9060a377e818759771bd1227
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Sat May 1 02:55:48 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 7c6f20b..0ca962c 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:7.0.0.Final</hibernate-validator-7.0.0.Final.jar>
+              <hibernate-validator-7.0.0.Final.jar>org.hibernate.validator:hibernate-validator:jar: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>