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 2023/04/08 15:22:22 UTC

[myfaces] branch 2.3-next updated: Revert 2.3-next-M8 release

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

volosied pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new a39c91327 Revert 2.3-next-M8 release
     new fd8d7fdb6 Merge pull request #566 from volosied/2.3-next
a39c91327 is described below

commit a39c91327fe633ce77cc91abcd28d4ed957aa06f
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Sat Apr 8 11:18:25 2023 -0400

    Revert 2.3-next-M8 release
    
    This reverts commit ff9f09afdbc6c83a70d885433fcc15c1749ab1ac.
    
    This reverts commit c70c4bf9b15160f06fefdc0fb3cb76e42a4ad73c.
---
 api/pom.xml                           | 2 +-
 assembly/pom.xml                      | 2 +-
 bundle/pom.xml                        | 2 +-
 extensions/pom.xml                    | 2 +-
 extensions/quarkus/deployment/pom.xml | 2 +-
 extensions/quarkus/pom.xml            | 2 +-
 extensions/quarkus/runtime/pom.xml    | 2 +-
 impl/pom.xml                          | 2 +-
 parent/pom.xml                        | 2 +-
 pom.xml                               | 2 +-
 test/pom.xml                          | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 0062b63e0..c4fdbaf50 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 14af5581b..fd23968de 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>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 81c7a3ad4..484dd7646 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 3fda8e603..8f01e880c 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quarkus/deployment/pom.xml b/extensions/quarkus/deployment/pom.xml
index c25bdef2a..d6cc8fe8c 100644
--- a/extensions/quarkus/deployment/pom.xml
+++ b/extensions/quarkus/deployment/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core.extensions</groupId>
         <artifactId>myfaces-quarkus</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml
index a7d9762be..3b3234377 100644
--- a/extensions/quarkus/pom.xml
+++ b/extensions/quarkus/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-extensions</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/extensions/quarkus/runtime/pom.xml b/extensions/quarkus/runtime/pom.xml
index 5785e06f2..980757f0c 100644
--- a/extensions/quarkus/runtime/pom.xml
+++ b/extensions/quarkus/runtime/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core.extensions</groupId>
         <artifactId>myfaces-quarkus</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/impl/pom.xml b/impl/pom.xml
index 1f95c075a..3e7197218 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 5baae113c..22023cce0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -34,7 +34,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.3-next-M9-SNAPSHOT</version>
+    <version>2.3-next-SNAPSHOT</version>
     <url>http://myfaces.apache.org/#/core23next</url>
 
     <issueManagement>
diff --git a/pom.xml b/pom.xml
index befde78a9..ec5c07af9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
         This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and
         consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
     </description>
-    <version>2.3-next-M9-SNAPSHOT</version>
+    <version>2.3-next-SNAPSHOT</version>
     <url>http://myfaces.apache.org/#/core23next</url>
 
     <issueManagement>
diff --git a/test/pom.xml b/test/pom.xml
index b77cf8b01..1aab48c46 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3-next-M9-SNAPSHOT</version>
+        <version>2.3-next-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>