Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated jakarta.faces-api 4.0.0-M2 #23765

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2021 Contributors to Eclipse Foundation.
Copyright (c) 2021, 2022 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -90,7 +90,7 @@
<install.dir.name>glassfish7</install.dir.name>

<!-- Jakarta Faces -->
<jakarta.faces-api.version>4.0.0-SNAPSHOT</jakarta.faces-api.version>
<jakarta.faces-api.version>4.0.0-M2</jakarta.faces-api.version>
<mojarra.version>4.0.0-M2</mojarra.version>

<!-- Jakarta WebSocket -->
Expand Down
87 changes: 0 additions & 87 deletions snapshots/faces/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion snapshots/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2021, 2022 Contributors to Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.

This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -35,7 +36,6 @@
<description>Temporary snapshot modules</description>

<modules>
<module>faces</module>
<module>tags</module>
<module>jbatch</module>
</modules>
Expand Down