Skip to content

Commit

Permalink
Merge pull request payara#273 from OndroMih/FISH-899
Browse files Browse the repository at this point in the history
FISH-899 Upgrade versions of patched components
  • Loading branch information
Ondro Mihályi authored Jan 8, 2021
2 parents 81679e0 + 7b250e9 commit 88e4320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2016-2020] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright [2016-2021] [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 All @@ -63,7 +63,7 @@

<properties>
<jms-api.version>2.0.1</jms-api.version>
<jsp-api.version>2.3.3</jsp-api.version>
<jsp-api.version>2.3.3.payara-p1</jsp-api.version>
<jsp-impl.version>2.3.4</jsp-impl.version>
<jstl-api.version>1.2.2</jstl-api.version>
<jstl-impl.version>1.2.5</jstl-impl.version>
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-2020] [Payara Foundation and/or its affiliates]" -->
<!--"Portions Copyright [2016-2021] [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 @@ -183,8 +183,8 @@
<jboss.logging.version>3.3.1.Final</jboss.logging.version>
<!-- PAYARA-625 / PAYARA-1860 -->
<javassist.version>3.24.1-GA</javassist.version>
<javax.el.version>3.0.1-b11.payara-p2</javax.el.version>
<javax.el-api.version>3.0.1-b03</javax.el-api.version>
<javax.el.version>3.0.1-b11.payara-p3</javax.el.version>
<javax.el-api.version>3.0.1-b11.payara-p3</javax.el-api.version>

<!-- JAX-B -->
<jaxb-api.version>2.2.13-b141020.1521</jaxb-api.version>
Expand Down

0 comments on commit 88e4320

Please sign in to comment.