This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 497eb06 use OWB release
497eb06 is described below
commit 497eb06afd2470609d2f4fab76e33bfdb0eed72e
Author: Thomas Andraschko <[email protected]>
AuthorDate: Mon Oct 9 15:15:58 2023 +0200
use OWB release
---
bval-tck/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 1e2801a..00842cb 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -32,7 +32,7 @@ under the License.
<properties>
<tck.version>3.0.1</tck.version>
- <owb.version>4.0.0-SNAPSHOT</owb.version>
+ <owb.version>4.0.0</owb.version>
<arquillian.version>1.7.0.Alpha14</arquillian.version>
<validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
</properties>