Skip to content

Commit

Permalink
Prep for update to jasper 10.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Dec 9, 2021
1 parent fb5f324 commit d882b78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apache-el/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mortbay.jasper</groupId>
<artifactId>jasper-jsp</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.14-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion apache-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.mortbay.jasper</groupId>
<artifactId>jasper-jsp</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.14-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mortbay.jasper</groupId>
<artifactId>jasper-jsp</artifactId>
<version>10.0.10-SNAPSHOT</version>
<version>10.0.14-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jetty :: Jasper :: Project</name>

Expand Down Expand Up @@ -58,8 +58,8 @@
<properties>
<servlet.api.version>5.0.0</servlet.api.version>
<!-- must update both versions together -->
<tomcat.version>10.0.10</tomcat.version>
<ecj.version>3.26.0</ecj.version>
<tomcat.version>10.0.14</tomcat.version>
<ecj.version>3.27.0</ecj.version>
</properties>

<repositories>
Expand Down

0 comments on commit d882b78

Please sign in to comment.