Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit a442ad5

Browse files
author
Kin Man Chung
committed
Use the updated version of jsp-api and el.
svn path=/trunk/; revision=1449
1 parent 629f981 commit a442ad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,12 @@
292292
<dependency>
293293
<groupId>org.glassfish</groupId>
294294
<artifactId>javax.el</artifactId>
295-
<version>[3.0-b02,)</version>
295+
<version>[3.0-b07,)</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>javax.servlet.jsp</groupId>
299299
<artifactId>javax.servlet.jsp-api</artifactId>
300-
<version>2.3.0</version>
300+
<version>2.3.1</version>
301301
</dependency>
302302

303303
<!--

0 commit comments

Comments
 (0)