You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2024/01/05 17:12:37 UTC

(myfaces) branch 4.0.x updated: Fix pom to use correct version snapshot

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

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


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 84747cc27 Fix pom to use correct version snapshot
84747cc27 is described below

commit 84747cc27b4f053407b0cc873bffde6dc4d4e779
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Fri Jan 5 08:52:00 2024 -0800

    Fix pom to use correct version snapshot
---
 integration-tests/myfaces4623/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/myfaces4623/pom.xml b/integration-tests/myfaces4623/pom.xml
index 989b7c495..00d00de19 100644
--- a/integration-tests/myfaces4623/pom.xml
+++ b/integration-tests/myfaces4623/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-integration-tests</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>