diff --git a/README.md b/README.md index 8e249c72e..ceda5f8b3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Apache's implementation of the JavaServer Faces (JSF) and Jakarta Faces specification ## Branches +### main -### Main +Jakarta Faces 5.0 implementation + +### 4.1.x Jakarta Faces 4.1 implementation diff --git a/api/pom.xml b/api/pom.xml index b10422211..7274dd92d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml @@ -28,9 +28,9 @@ org.apache.myfaces.core myfaces-api - Apache MyFaces Core 4.1 - API + Apache MyFaces Core 5.0 - API - The public API classes of the Apache MyFaces Core 4.1 project + The public API classes of the Apache MyFaces Core 5.0 project https://myfaces.apache.org/#/core40 diff --git a/assembly/pom.xml b/assembly/pom.xml index 50c466bec..e99e898f3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -27,7 +27,7 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml diff --git a/bundle/pom.xml b/bundle/pom.xml index d565d11d3..77aae60a1 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -20,14 +20,14 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml 4.0.0 myfaces-bundle - Apache MyFaces Core 4.1 - OSGi Bundle + Apache MyFaces Core 5.0 - OSGi Bundle bundle diff --git a/extensions/pom.xml b/extensions/pom.xml index 76c3bedcc..569e7124c 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core myfaces-extensions - Apache MyFaces Core 4.1 - Extensions + Apache MyFaces Core 5.0 - Extensions Apache MyFaces Core related extensions. diff --git a/extensions/quarkus/deployment/pom.xml b/extensions/quarkus/deployment/pom.xml index 536b459d0..7bfaa4326 100644 --- a/extensions/quarkus/deployment/pom.xml +++ b/extensions/quarkus/deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core.extensions myfaces-quarkus - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.extensions.quarkus myfaces-quarkus-deployment - Apache MyFaces Core 4.1 - Extensions - Quarkus - Deployment + Apache MyFaces Core 5.0 - Extensions - Quarkus - Deployment Apache MyFaces Core deployment extension for Quarkus. diff --git a/extensions/quarkus/pom.xml b/extensions/quarkus/pom.xml index e26c07648..a1ae580ce 100644 --- a/extensions/quarkus/pom.xml +++ b/extensions/quarkus/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-extensions - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.extensions myfaces-quarkus - Apache MyFaces Core 4.1 - Extensions - Quarkus + Apache MyFaces Core 5.0 - Extensions - Quarkus Apache MyFaces Core extension for Quarkus. diff --git a/extensions/quarkus/runtime/pom.xml b/extensions/quarkus/runtime/pom.xml index 636c645dd..e77fd3703 100644 --- a/extensions/quarkus/runtime/pom.xml +++ b/extensions/quarkus/runtime/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core.extensions myfaces-quarkus - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.extensions.quarkus myfaces-quarkus - Apache MyFaces Core 4.1 - Extensions - Quarkus - Runtime + Apache MyFaces Core 5.0 - Extensions - Quarkus - Runtime Apache MyFaces Core runtime extension for Quarkus. diff --git a/extensions/quarkus/showcase/pom.xml b/extensions/quarkus/showcase/pom.xml index 19a369f44..a80f180ae 100644 --- a/extensions/quarkus/showcase/pom.xml +++ b/extensions/quarkus/showcase/pom.xml @@ -20,14 +20,14 @@ org.apache.myfaces.core.extensions myfaces-quarkus - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml 4.0.0 org.apache.myfaces.core.extensions.quarkus quarkus-myfaces-showcase - Apache MyFaces Core 4.1 - Extensions - Quarkus - Showcase + Apache MyFaces Core 5.0 - Extensions - Quarkus - Showcase 2.22.0 diff --git a/impl/pom.xml b/impl/pom.xml index 791ec9f36..2517cf0ef 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml @@ -28,9 +28,9 @@ org.apache.myfaces.core myfaces-impl - Apache MyFaces Core 4.1 - Impl + Apache MyFaces Core 5.0 - Impl - The private implementation classes of the Apache MyFaces Core 4.1 Implementation + The private implementation classes of the Apache MyFaces Core 5.0 Implementation https://myfaces.apache.org/#/core40 diff --git a/integration-tests/ajax/pom.xml b/integration-tests/ajax/pom.xml index c926310cd..b340cec6f 100644 --- a/integration-tests/ajax/pom.xml +++ b/integration-tests/ajax/pom.xml @@ -19,7 +19,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ org.apache.myfaces.core.integration-tests ajax - Apache MyFaces Core 4.1 - Integration Tests - ajax + Apache MyFaces Core 5.0 - Integration Tests - ajax war diff --git a/integration-tests/autoLookupExpressionFactoryWithoutJSP/pom.xml b/integration-tests/autoLookupExpressionFactoryWithoutJSP/pom.xml index 8ce26552e..225473a68 100644 --- a/integration-tests/autoLookupExpressionFactoryWithoutJSP/pom.xml +++ b/integration-tests/autoLookupExpressionFactoryWithoutJSP/pom.xml @@ -19,7 +19,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ org.apache.myfaces.core.integration-tests autoLookupExpressionFactoryWithoutJSP - Apache MyFaces Core 4.1 - Integration Tests - autoLookupExpressionFactoryWithoutJSP + Apache MyFaces Core 5.0 - Integration Tests - autoLookupExpressionFactoryWithoutJSP war diff --git a/integration-tests/automaticExtensionlessMapping/pom.xml b/integration-tests/automaticExtensionlessMapping/pom.xml index 263d9053d..b1adcd497 100644 --- a/integration-tests/automaticExtensionlessMapping/pom.xml +++ b/integration-tests/automaticExtensionlessMapping/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.integration-tests automaticExtensionlessMapping - Apache MyFaces Core 4.1 - Integration Tests - automaticExtensionlessMapping + Apache MyFaces Core 5.0 - Integration Tests - automaticExtensionlessMapping war diff --git a/integration-tests/exactMapping/pom.xml b/integration-tests/exactMapping/pom.xml index 3ac65202b..bb4f5a634 100644 --- a/integration-tests/exactMapping/pom.xml +++ b/integration-tests/exactMapping/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.integration-tests exactMapping - Apache MyFaces Core 4.1 - Integration Tests - exactMapping + Apache MyFaces Core 5.0 - Integration Tests - exactMapping war diff --git a/integration-tests/faceletToXhtmlMapping/pom.xml b/integration-tests/faceletToXhtmlMapping/pom.xml index 0efc82730..5ba787900 100644 --- a/integration-tests/faceletToXhtmlMapping/pom.xml +++ b/integration-tests/faceletToXhtmlMapping/pom.xml @@ -19,7 +19,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ org.apache.myfaces.core.integration-tests faceletToXhtmlMapping - Apache MyFaces Core 4.1 - Integration Tests - faceletToXhtmlMapping + Apache MyFaces Core 5.0 - Integration Tests - faceletToXhtmlMapping war diff --git a/integration-tests/faceletToXhtmlMappingDisabled/pom.xml b/integration-tests/faceletToXhtmlMappingDisabled/pom.xml index 25f75e2f4..fa5dc8b93 100644 --- a/integration-tests/faceletToXhtmlMappingDisabled/pom.xml +++ b/integration-tests/faceletToXhtmlMappingDisabled/pom.xml @@ -20,7 +20,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -28,7 +28,7 @@ org.apache.myfaces.core.integration-tests faceletToXhtmlMappingDisabled - Apache MyFaces Core 4.1 - Integration Tests - faceletToXhtmlMappingDisabled + Apache MyFaces Core 5.0 - Integration Tests - faceletToXhtmlMappingDisabled war diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 64bfbe45a..9633510fe 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -20,15 +20,15 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml 4.0.0 myfaces-integration-tests - Apache MyFaces Core 4.1 - Integration Tests - 4.1.0-SNAPSHOT + Apache MyFaces Core 5.0 - Integration Tests + 5.0.0-SNAPSHOT pom diff --git a/integration-tests/protectedViews/pom.xml b/integration-tests/protectedViews/pom.xml index ca7724900..6f95bdcd4 100644 --- a/integration-tests/protectedViews/pom.xml +++ b/integration-tests/protectedViews/pom.xml @@ -19,7 +19,7 @@ org.apache.myfaces.core myfaces-integration-tests - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../pom.xml @@ -27,7 +27,7 @@ org.apache.myfaces.core.integration-tests protectedViews - Apache MyFaces Core 4.1 - Integration Tests - protectedViews + Apache MyFaces Core 5.0 - Integration Tests - protectedViews war diff --git a/parent/pom.xml b/parent/pom.xml index 6dd309a70..bb751efa7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -29,12 +29,12 @@ org.apache.myfaces.core myfaces-core-project pom - Apache MyFaces Core 4.1 - Parent + Apache MyFaces Core 5.0 - Parent This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes). - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT https://myfaces.apache.org/#/core40 diff --git a/pom.xml b/pom.xml index bfa7c508f..6209d55f4 100644 --- a/pom.xml +++ b/pom.xml @@ -29,12 +29,12 @@ org.apache.myfaces.core myfaces-core-module pom - Apache MyFaces Core 4.1 + Apache MyFaces Core 5.0 - This project is the home of the MyFaces implementation of the Jakarta Faces 4.1 specification, and + This project is the home of the MyFaces implementation of the Jakarta Faces 5.0 specification, and consists of an API module (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes). - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT https://myfaces.apache.org/#/core41 diff --git a/test/pom.xml b/test/pom.xml index e530db353..dc34f4e6c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -24,14 +24,14 @@ org.apache.myfaces.core myfaces-core-project - 4.1.0-SNAPSHOT + 5.0.0-SNAPSHOT ../parent/pom.xml org.apache.myfaces.core myfaces-test jar - Apache MyFaces Core 4.1 - Test + Apache MyFaces Core 5.0 - Test