Skip to content

Commit

Permalink
Merge pull request #6536 from luiseufrasio/FISH-8216-security-manager…
Browse files Browse the repository at this point in the history
…-is-deprecated

FISH-8216 : codehaus.mojo replaced by omnifaces as in Glassfish
  • Loading branch information
luiseufrasio authored Jan 31, 2024
2 parents 501082e + 1c976b1 commit f9a6d2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions appserver/persistence/cmp/support-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
only if the new code is made subject to such option by the copyright
holder.
Portion Copyright 2022 Payara Foundation and/or affiliates
Portion Copyright [2022-2024] Payara Foundation and/or affiliates
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand Down Expand Up @@ -81,7 +81,7 @@
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<configuration>
<grammars>EJBQL.g, JDOQLCodeGeneration.g, Semantic.g</grammars>
Expand Down
4 changes: 2 additions & 2 deletions appserver/persistence/cmp/support-sqlstore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
only if the new code is made subject to such option by the copyright
holder.
Portion Copyright [2018-2022] Payara Foundation and/or affiliates
Portion Copyright [2018-2024] Payara Foundation and/or affiliates
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand Down Expand Up @@ -82,7 +82,7 @@
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<configuration>
<grammars>JQL.g, Semantic.g, Optimizer.g, CodeGeneration.g</grammars>
Expand Down
4 changes: 2 additions & 2 deletions core/core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
~
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
~
~ Copyright (c) 2011-2023 Payara Foundation and/or its affiliates. All rights reserved.
~ Copyright (c) 2011-2024 Payara Foundation and/or its affiliates. All rights reserved.
~
~ The contents of this file are subject to the terms of either the GNU
~ General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -575,7 +575,7 @@
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>${maven.antlr.plugin.version}</version>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright 2016-2023 Payara Foundation and/or its affiliates -->
<!-- Portions Copyright 2016-2024 Payara Foundation and/or its affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -94,7 +94,7 @@
<maven.war.plugin.version>3.3.2</maven.war.plugin.version>
<maven.makepkgs.plugin.version>0.6.2</maven.makepkgs.plugin.version>
<maven.jaxb2.plugin.version>0.15.1</maven.jaxb2.plugin.version>
<maven.antlr.plugin.version>2.2</maven.antlr.plugin.version>
<maven.antlr.plugin.version>2.4</maven.antlr.plugin.version>

<maven.jaxws.plugin.version>2.6</maven.jaxws.plugin.version>
<maven.apt.plugin.version>1.0-alpha-5</maven.apt.plugin.version>
Expand Down Expand Up @@ -344,7 +344,7 @@
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>org.omnifaces</groupId>
<artifactId>antlr-maven-plugin</artifactId>
<version>${maven.antlr.plugin.version}</version>
</plugin>
Expand Down

0 comments on commit f9a6d2b

Please sign in to comment.