You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/14 08:39:07 UTC

[myfaces] branch 3.0.x updated: use bval release

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

tandraschko pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 4264392  use bval release
4264392 is described below

commit 4264392af5b98e3dd7899690bbe4f228eacaf684
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Jul 14 10:39:00 2020 +0200

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

diff --git a/impl/pom.xml b/impl/pom.xml
index 6ce85ab..cb2fbb8 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -1366,7 +1366,7 @@
         <dependency>
             <groupId>org.apache.bval</groupId>
             <artifactId>bval-jsr</artifactId>
-            <version>2.0.4-SNAPSHOT</version>
+            <version>2.0.4</version>
             <scope>test</scope>
             <classifier>jakarta</classifier>
         </dependency>