You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2018/05/01 16:39:07 UTC

bval git commit: upgrade to latest TCK release

Repository: bval
Updated Branches:
  refs/heads/bv2 fc2140130 -> 42a80989b


upgrade to latest TCK release


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

Branch: refs/heads/bv2
Commit: 42a80989bd48f507347b209c32ffd29d173ccd5f
Parents: fc21401
Author: Matt Benson <mb...@apache.org>
Authored: Tue May 1 11:38:52 2018 -0500
Committer: Matt Benson <mb...@apache.org>
Committed: Tue May 1 11:38:52 2018 -0500

----------------------------------------------------------------------
 bval-tck/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/42a80989/bval-tck/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index ecdb6b7..5fdb4c2 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <description>Aggregates dependencies and runs the JSR-349 TCK</description>
 
     <properties>
-        <tck.version>2.0.2.Final</tck.version>
+        <tck.version>2.0.3.Final</tck.version>
         <owb.version>2.0.4</owb.version>
         <arquillian.version>1.1.11.Final</arquillian.version>
         <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>