Repository: bval
Updated Branches:
  refs/heads/bv2 30e01238e -> 72edb20ec


upgrade to BeanValidation 2.0.2.Final TCK and fix test setup


Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/72edb20e
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/72edb20e
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/72edb20e

Branch: refs/heads/bv2
Commit: 72edb20ec7b41feab470618c8ab9764e9be27632
Parents: 30e0123
Author: Mark Struberg <strub...@apache.org>
Authored: Fri Feb 23 17:49:59 2018 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Fri Feb 23 17:49:59 2018 +0100

----------------------------------------------------------------------
 bval-tck11/pom.xml | 10 +++++++++-
 pom.xml            |  4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/72edb20e/bval-tck11/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml
index 9a4a805..247f596 100644
--- a/bval-tck11/pom.xml
+++ b/bval-tck11/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <description>Aggregates dependencies and runs the JSR-349 TCK</description>
 
     <properties>
-        <tck.version>1.1.4.Final</tck.version>
+        <tck.version>2.0.2.Final</tck.version>
         <owb.version>2.0.4</owb.version>
         <arquillian.version>1.1.13.Final</arquillian.version>
         
<validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
@@ -139,6 +139,13 @@ under the License.
             <version>${arquillian.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>6.8.21</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <profiles>
@@ -202,6 +209,7 @@ under the License.
                             </systemProperties>
                             <parallel>methods</parallel>
                             <threadCount>4</threadCount>
+
                         </configuration>
                     </plugin>
 

http://git-wip-us.apache.org/repos/asf/bval/blob/72edb20e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8cbc1d3..1ea9278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,12 +562,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.17</version>
+                    <version>2.20.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>2.17</version>
+                    <version>2.20.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>

Reply via email to