Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 5.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Update 4.1 references to 5.0 in poms

Update README and one last pom
volosied committed Oct 24, 2023
1 parent cebbf17 commit 63e348c
Showing 21 changed files with 47 additions and 44 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -20,17 +20,17 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<name>Apache MyFaces Core 4.1 - API</name>
<name>Apache MyFaces Core 5.0 - API</name>
<description>
The public API classes of the Apache MyFaces Core 4.1 project
The public API classes of the Apache MyFaces Core 5.0 project
</description>
<url>https://myfaces.apache.org/#/core40</url>

2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

4 changes: 2 additions & 2 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>myfaces-bundle</artifactId>
<name>Apache MyFaces Core 4.1 - OSGi Bundle</name>
<name>Apache MyFaces Core 5.0 - OSGi Bundle</name>
<packaging>bundle</packaging>

<build>
4 changes: 2 additions & 2 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-extensions</artifactId>
<name>Apache MyFaces Core 4.1 - Extensions</name>
<name>Apache MyFaces Core 5.0 - Extensions</name>
<description>
Apache MyFaces Core related extensions.
</description>
4 changes: 2 additions & 2 deletions extensions/quarkus/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core.extensions</groupId>
<artifactId>myfaces-quarkus</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
<artifactId>myfaces-quarkus-deployment</artifactId>
<name>Apache MyFaces Core 4.1 - Extensions - Quarkus - Deployment</name>
<name>Apache MyFaces Core 5.0 - Extensions - Quarkus - Deployment</name>
<description>
Apache MyFaces Core deployment extension for Quarkus.
</description>
4 changes: 2 additions & 2 deletions extensions/quarkus/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.extensions</groupId>
<artifactId>myfaces-quarkus</artifactId>
<name>Apache MyFaces Core 4.1 - Extensions - Quarkus</name>
<name>Apache MyFaces Core 5.0 - Extensions - Quarkus</name>
<description>
Apache MyFaces Core extension for Quarkus.
</description>
4 changes: 2 additions & 2 deletions extensions/quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core.extensions</groupId>
<artifactId>myfaces-quarkus</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
<artifactId>myfaces-quarkus</artifactId>
<name>Apache MyFaces Core 4.1 - Extensions - Quarkus - Runtime</name>
<name>Apache MyFaces Core 5.0 - Extensions - Quarkus - Runtime</name>
<description>
Apache MyFaces Core runtime extension for Quarkus.
</description>
4 changes: 2 additions & 2 deletions extensions/quarkus/showcase/pom.xml
Original file line number Diff line number Diff line change
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.myfaces.core.extensions</groupId>
<artifactId>myfaces-quarkus</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
<artifactId>quarkus-myfaces-showcase</artifactId>
<name>Apache MyFaces Core 4.1 - Extensions - Quarkus - Showcase</name>
<name>Apache MyFaces Core 5.0 - Extensions - Quarkus - Showcase</name>

<properties>
<failsafe.version>2.22.0</failsafe.version>
6 changes: 3 additions & 3 deletions impl/pom.xml
Original file line number Diff line number Diff line change
@@ -20,17 +20,17 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<name>Apache MyFaces Core 4.1 - Impl</name>
<name>Apache MyFaces Core 5.0 - Impl</name>
<description>
The private implementation classes of the Apache MyFaces Core 4.1 Implementation
The private implementation classes of the Apache MyFaces Core 5.0 Implementation
</description>
<url>https://myfaces.apache.org/#/core40</url>

4 changes: 2 additions & 2 deletions integration-tests/ajax/pom.xml
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>ajax</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - ajax</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - ajax</name>
<packaging>war</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>autoLookupExpressionFactoryWithoutJSP</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - autoLookupExpressionFactoryWithoutJSP</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - autoLookupExpressionFactoryWithoutJSP</name>
<packaging>war</packaging>

</project>
4 changes: 2 additions & 2 deletions integration-tests/automaticExtensionlessMapping/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>automaticExtensionlessMapping</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - automaticExtensionlessMapping</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - automaticExtensionlessMapping</name>
<packaging>war</packaging>

</project>
4 changes: 2 additions & 2 deletions integration-tests/exactMapping/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>exactMapping</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - exactMapping</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - exactMapping</name>
<packaging>war</packaging>

</project>
4 changes: 2 additions & 2 deletions integration-tests/faceletToXhtmlMapping/pom.xml
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>faceletToXhtmlMapping</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - faceletToXhtmlMapping</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - faceletToXhtmlMapping</name>
<packaging>war</packaging>

</project>
4 changes: 2 additions & 2 deletions integration-tests/faceletToXhtmlMappingDisabled/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>faceletToXhtmlMappingDisabled</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - faceletToXhtmlMappingDisabled</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - faceletToXhtmlMappingDisabled</name>
<packaging>war</packaging>

</project>
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>myfaces-integration-tests</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests</name>
<version>4.1.0-SNAPSHOT</version>
<name>Apache MyFaces Core 5.0 - Integration Tests</name>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<build>
4 changes: 2 additions & 2 deletions integration-tests/protectedViews/pom.xml
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-integration-tests</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.myfaces.core.integration-tests</groupId>
<artifactId>protectedViews</artifactId>
<name>Apache MyFaces Core 4.1 - Integration Tests - protectedViews</name>
<name>Apache MyFaces Core 5.0 - Integration Tests - protectedViews</name>
<packaging>war</packaging>

</project>
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -29,12 +29,12 @@
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<packaging>pom</packaging>
<name>Apache MyFaces Core 4.1 - Parent</name>
<name>Apache MyFaces Core 5.0 - Parent</name>
<description>
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).
</description>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<url>https://myfaces.apache.org/#/core40</url>

<issueManagement>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -29,12 +29,12 @@
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-module</artifactId>
<packaging>pom</packaging>
<name>Apache MyFaces Core 4.1</name>
<name>Apache MyFaces Core 5.0</name>
<description>
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).
</description>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<url>https://myfaces.apache.org/#/core41</url>

<issueManagement>
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -24,14 +24,14 @@
<parent>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-test</artifactId>
<packaging>jar</packaging>
<name>Apache MyFaces Core 4.1 - Test</name>
<name>Apache MyFaces Core 5.0 - Test</name>

<dependencies>
<dependency>

0 comments on commit 63e348c

Please sign in to comment.