You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2018/10/15 10:24:17 UTC

[02/15] tomee git commit: Moved bval to patched tomee release while waiting for final release.

Moved bval to patched tomee release while waiting for final release.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/28d1438a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/28d1438a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/28d1438a

Branch: refs/heads/tomee-8.0.0-ML1-rel
Commit: 28d1438a977ab0c699f2b7d6534b30a355180c4f
Parents: 082fe81
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Fri Oct 12 22:44:57 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Sun Oct 14 00:23:03 2018 +0100

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/arquillian/arquillian-tomee-common/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-common/pom.xml b/arquillian/arquillian-tomee-common/pom.xml
index b18f869..bd293aa 100644
--- a/arquillian/arquillian-tomee-common/pom.xml
+++ b/arquillian/arquillian-tomee-common/pom.xml
@@ -176,7 +176,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>

http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/arquillian/arquillian-tomee-webapp-remote/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-webapp-remote/pom.xml b/arquillian/arquillian-tomee-webapp-remote/pom.xml
index db0fda8..3ad7dff 100644
--- a/arquillian/arquillian-tomee-webapp-remote/pom.xml
+++ b/arquillian/arquillian-tomee-webapp-remote/pom.xml
@@ -195,7 +195,7 @@
         </exclusion>
         <exclusion>
           <artifactId>bval-jsr</artifactId>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
         </exclusion>
         <exclusion>
           <artifactId>openjpa</artifactId>

http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/container/openejb-core/pom.xml
----------------------------------------------------------------------
diff --git a/container/openejb-core/pom.xml b/container/openejb-core/pom.xml
index 98ab688..b583169 100644
--- a/container/openejb-core/pom.xml
+++ b/container/openejb-core/pom.xml
@@ -690,7 +690,7 @@
     </dependency>
     -->
     <dependency>
-      <groupId>org.apache.bval</groupId>
+      <groupId>org.apache.tomee.patch</groupId>
       <artifactId>bval-jsr</artifactId>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3d9fa8..0b402ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
     <commons-io.version>2.4</commons-io.version>
     <commons-net.version>3.3</commons-net.version>
 
-    <bval.version>2.0.0-SNAPSHOT</bval.version>
+    <bval.version>2.0.0-nonfinal-57300f3</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>
@@ -830,7 +830,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>

http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/tomee/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/pom.xml b/tomee/pom.xml
index ed94bfb..3f7d016 100644
--- a/tomee/pom.xml
+++ b/tomee/pom.xml
@@ -115,7 +115,7 @@
               <artifactId>openjpa</artifactId>
             </exclusion>
             <exclusion>
-              <groupId>org.apache.bval</groupId>
+              <groupId>org.apache.tomee.patch</groupId>
               <artifactId>bval-jsr</artifactId>
             </exclusion>
             <exclusion>

http://git-wip-us.apache.org/repos/asf/tomee/blob/28d1438a/utils/openejb-core-hibernate/pom.xml
----------------------------------------------------------------------
diff --git a/utils/openejb-core-hibernate/pom.xml b/utils/openejb-core-hibernate/pom.xml
index 2dfcdda..4f50be5 100644
--- a/utils/openejb-core-hibernate/pom.xml
+++ b/utils/openejb-core-hibernate/pom.xml
@@ -42,7 +42,7 @@
           <artifactId>openjpa</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.bval</groupId>
+          <groupId>org.apache.tomee.patch</groupId>
           <artifactId>bval-jsr</artifactId>
         </exclusion>
         <exclusion>