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

radcortez pushed a commit to branch tomee-8.0.0-ML2-rel
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit e76c5c240cc612a915794fc0bfa980ed546c4887
Author: Roberto Cortez <radcor...@yahoo.com>
AuthorDate: Fri Jan 25 16:43:48 2019 +0000

    Updated bval for patched version and added staging repo for build.
---
 arquillian/arquillian-tomee-common/pom.xml        | 2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml | 2 +-
 container/openejb-core/pom.xml                    | 2 +-
 pom.xml                                           | 9 +++++++--
 tomee/pom.xml                                     | 2 +-
 utils/openejb-core-hibernate/pom.xml              | 2 +-
 6 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/arquillian/arquillian-tomee-common/pom.xml 
b/arquillian/arquillian-tomee-common/pom.xml
index f503054..d4d96ee 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -180,7 +180,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</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 6a2b22c..8f49ef6 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -198,7 +198,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index dd08eba..44191f1 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -694,7 +694,7 @@
     </dependency>
     -->
     <dependency>
-      <groupId>org.apache.bval</groupId>
+      <groupId>org.apache.tomee.patch</groupId>
       <artifactId>bval-jsr</artifactId>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index b834a22..9dfdd14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
     <commons-io.version>2.4</commons-io.version>
     <commons-net.version>3.3</commons-net.version>
 
-    <bval.version>2.0.1-SNAPSHOT</bval.version>
+    <bval.version>2.0.1-83f28d8</bval.version>
     <org.apache.activemq.version>5.15.6</org.apache.activemq.version>
     <org.springframework.version>3.1.4.RELEASE</org.springframework.version>
     <junit.version>4.12</junit.version>
@@ -865,6 +865,11 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>bval2-staging</id>
+      <name>BVal 2 TomEE Patched Staging</name>
+      
<url>https://repository.apache.org/content/repositories/orgapachetomee-1129</url>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
@@ -948,7 +953,7 @@
         <version>${jetty.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.bval</groupId>
+        <groupId>org.apache.tomee.patch</groupId>
         <artifactId>bval-jsr</artifactId>
         <version>${bval.version}</version>
       </dependency>
diff --git a/tomee/pom.xml b/tomee/pom.xml
index af3c28f..5dc739e 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -117,7 +117,7 @@
               <artifactId>openjpa</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>org.apache.bval</groupId>
+              <groupId>org.apache.tomee.patch</groupId>
               <artifactId>bval-jsr</artifactId>
             </exclusion>
             <exclusion>
diff --git a/utils/openejb-core-hibernate/pom.xml 
b/utils/openejb-core-hibernate/pom.xml
index b6ff476..7a5a7ca 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -45,7 +45,7 @@
           <artifactId>openjpa</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
           <artifactId>bval-jsr</artifactId>
         </exclusion>
         <exclusion>

Reply via email to