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/02/26 19:51:03 UTC

[myfaces] branch 3.0.x updated: version to 3.0

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 438449c  version to 3.0
438449c is described below

commit 438449cbb551b326977b39b83c4bedf138411bd9
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Feb 26 20:50:55 2020 +0100

    version to 3.0
---
 api/pom.xml           | 4 ++--
 assembly/pom.xml      | 2 +-
 bundle/pom.xml        | 4 ++--
 impl-test/pom.xml     | 4 ++--
 impl/pom.xml          | 4 ++--
 parent/pom.xml        | 4 ++--
 pom.xml               | 4 ++--
 shared-public/pom.xml | 4 ++--
 shared/pom.xml        | 4 ++--
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index a49238b..c831a1c 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.7-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-api</artifactId>
-    <name>Apache MyFaces JSF-2.3 Core API</name>
+    <name>Apache MyFaces JSF-3.0 Core API</name>
     <description>
         The public API classes of the Apache MyFaces CORE JSF-2.3 project
     </description>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 204a0b6..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>2.3.7-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 90fb8f3..3d3f391 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3.7-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>myfaces-bundle</artifactId>
-    <name>Apache MyFaces JSF-2.3 Core OSGi Bundle</name>
+    <name>Apache MyFaces JSF-3.0 Core OSGi Bundle</name>
     <packaging>bundle</packaging>
 
     <build>
diff --git a/impl-test/pom.xml b/impl-test/pom.xml
index 3492096..de4d006 100644
--- a/impl-test/pom.xml
+++ b/impl-test/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-core-project</artifactId>
-        <version>2.3.7-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>myfaces-impl-test</artifactId>
-    <name>Apache MyFaces JSF-2.3 Impl Test</name>
+    <name>Apache MyFaces JSF-3.0 Impl Test</name>
 
     <properties>
         <openwebbeans.version>1.2.1</openwebbeans.version>
diff --git a/impl/pom.xml b/impl/pom.xml
index 11c1859..e435bde 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.7-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-impl</artifactId>
-    <name>Apache MyFaces JSF-2.3 Core Impl</name>
+    <name>Apache MyFaces JSF-3.0 Core Impl</name>
     <description>
         The private implementation classes of the Apache MyFaces Core JSF-2.3 Implementation
     </description>
diff --git a/parent/pom.xml b/parent/pom.xml
index fd58e7c..9f460a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,12 +28,12 @@
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
     <packaging>pom</packaging>
-    <name>Apache MyFaces JSF-2.3 Core Project</name>
+    <name>Apache MyFaces JSF-3.0 Core Project</name>
     <description>
         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.7-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
diff --git a/pom.xml b/pom.xml
index f35d107..d71efd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,12 +28,12 @@
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-module</artifactId>
     <packaging>pom</packaging>
-    <name>Apache MyFaces JSF-2.3 Core Module</name>
+    <name>Apache MyFaces JSF-3.0 Core Module</name>
     <description>
         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.7-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <url>http://myfaces.apache.org/core23</url>
 
     <issueManagement>
diff --git a/shared-public/pom.xml b/shared-public/pom.xml
index dd03e91..289c535 100644
--- a/shared-public/pom.xml
+++ b/shared-public/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.3.7-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -29,7 +29,7 @@
   <groupId>org.apache.myfaces.core.internal</groupId>
   <artifactId>myfaces-impl-shared-public</artifactId>
   <packaging>jar</packaging>
-  <name>Apache MyFaces JSF-2.3 Core Shared Public</name>
+  <name>Apache MyFaces JSF-3.0 Core Shared Public</name>
   <description>The MyFaces Impl Shared module contains utility classes shared by other
   projects like Tomahawk, Orchestra and Portlet-Bridge through shared project.</description>
 
diff --git a/shared/pom.xml b/shared/pom.xml
index f5ee72b..a042f85 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-core-project</artifactId>
-      <version>2.3.7-SNAPSHOT</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -29,7 +29,7 @@
   <groupId>org.apache.myfaces.core.internal</groupId>
   <artifactId>myfaces-impl-shared</artifactId>
   <packaging>jar</packaging>
-  <name>Apache MyFaces JSF-2.3 Core Shared</name>
+  <name>Apache MyFaces JSF-3.0 Core Shared</name>
   <description>The MyFaces Impl Shared module contains utility classes shared by other
   projects like Tomahawk, Orchestra and Portlet-Bridge through shared project.</description>