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 2021/01/14 20:02:05 UTC

[myfaces] branch 3.0.x updated: Manually rollback assembly/pom.xml as part of the myfaces-core-module-3.0.0 release

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

volosied 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 461d2cc  Manually rollback assembly/pom.xml as part of the myfaces-core-module-3.0.0 release
461d2cc is described below

commit 461d2ccf19ace36b40655a48ce86c7e01a55a9de
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Thu Jan 14 15:01:27 2021 -0500

    Manually rollback assembly/pom.xml as part of the myfaces-core-module-3.0.0 release
---
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 92146e6..812b442 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>