Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0.1, 2.3-next-M6
-
None
Description
The url need to be updated in the pom.xl(s) that point to the project website. For example:
https://github.com/apache/myfaces/blob/3.0.x/pom.xml
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-module</artifactId>
<packaging>pom</packaging>
<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 (jakarta.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
</description>
<version>3.0.2-SNAPSHOT</version>
<url>http://myfaces.apache.org/core23</url>
The URL isn't valid and the description mentions JavaServer Faces rather than Jakarta Server Faces 3.0.