You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/08/05 19:27:04 UTC

[tomee] branch master updated: Fix groupId for Apache BVal

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b441ff  Fix groupId for Apache BVal
8b441ff is described below

commit 8b441ffb72dda419005c7c23486815bdb0325d2f
Author: David Blevins <da...@gmail.com>
AuthorDate: Mon Aug 5 12:26:39 2019 -0700

    Fix groupId for Apache BVal
---
 arquillian/arquillian-tomee-common/pom.xml        | 2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml | 2 +-
 container/openejb-core/pom.xml                    | 2 +-
 pom.xml                                           | 4 ++--
 tomee/pom.xml                                     | 2 +-
 utils/openejb-core-hibernate/pom.xml              | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index c3b3081..002017a 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -183,7 +183,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.tomee.patch</groupId>
+          <groupId>org.apache.bval</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>
diff --git a/arquillian/arquillian-tomee-webapp-remote/pom.xml b/arquillian/arquillian-tomee-webapp-remote/pom.xml
index 28e2c6f..2f72b0c 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -201,7 +201,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.tomee.patch</groupId>
+          <groupId>org.apache.bval</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 3265d1f..9fd435e 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -695,7 +695,7 @@
     </dependency>
     -->
     <dependency>
-      <groupId>org.apache.tomee.patch</groupId>
+      <groupId>org.apache.bval</groupId>
       <artifactId>bval-jsr</artifactId>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 22cde8f..dffd8b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -952,9 +952,9 @@
         <version>${jetty.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.tomee.patch</groupId>
+        <groupId>org.apache.bval</groupId>
         <artifactId>bval-jsr</artifactId>
-        <version>2.0.2-69c36fa8-1</version>
+        <version>2.0.2</version>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>
diff --git a/tomee/pom.xml b/tomee/pom.xml
index 6270a54..dac135b 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -116,7 +116,7 @@
               <artifactId>openjpa</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>org.apache.tomee.patch</groupId>
+              <groupId>org.apache.bval</groupId>
               <artifactId>bval-jsr</artifactId>
             </exclusion>
             <exclusion>
diff --git a/utils/openejb-core-hibernate/pom.xml b/utils/openejb-core-hibernate/pom.xml
index 6a98b27..049ec35 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -44,7 +44,7 @@
           <artifactId>openjpa</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.tomee.patch</groupId>
+          <groupId>org.apache.bval</groupId>
           <artifactId>bval-jsr</artifactId>
         </exclusion>
         <exclusion>