-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from arjantijms/update_versions
Update versions in pom
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2021, 2023 Contributors to Eclipse Foundation. | ||
Copyright (c) 2021, 2024 Contributors to Eclipse Foundation. | ||
Copyright (c) 1997, 2020 Oracle and/or its affiliates and others. | ||
All rights reserved. | ||
|
@@ -79,25 +79,25 @@ | |
<dependency> | ||
<groupId>jakarta.servlet.jsp</groupId> | ||
<artifactId>jakarta.servlet.jsp-api</artifactId> | ||
<version>4.0.0-M1</version> | ||
<version>4.0.0</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.servlet.jsp.jstl</groupId> | ||
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId> | ||
<version>3.0.0</version> | ||
<version>3.0.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.servlet</groupId> | ||
<artifactId>jakarta.servlet-api</artifactId> | ||
<version>6.1.0-M1</version> | ||
<version>6.1.0</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.el</groupId> | ||
<artifactId>jakarta.el-api</artifactId> | ||
<version>6.0.0-M1</version> | ||
<version>6.0.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
|
@@ -138,7 +138,7 @@ | |
</resource> | ||
</resources> | ||
<plugins> | ||
<!-- Sets minimal Maven version to 3.6.0 --> | ||
<!-- Sets minimal Maven version to 3.8.6 --> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-enforcer-plugin</artifactId> | ||
|
@@ -151,7 +151,7 @@ | |
<configuration> | ||
<rules> | ||
<requireMavenVersion> | ||
<version>3.6.0</version> | ||
<version>3.8.6</version> | ||
</requireMavenVersion> | ||
</rules> | ||
</configuration> | ||
|
@@ -163,7 +163,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.11.0</version> | ||
<version>3.13.0</version> | ||
<configuration> | ||
<release>17</release> | ||
<compilerArgument>-Xlint:unchecked</compilerArgument> | ||
|
@@ -239,7 +239,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>3.5.1</version> | ||
<version>3.6.0</version> | ||
<executions> | ||
<execution> | ||
<phase>package</phase> | ||
|
@@ -336,7 +336,7 @@ | |
</groups> | ||
<bottom><![CDATA[ | ||
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br> | ||
Copyright © 2018, 2023 Eclipse Foundation. All rights reserved.<br> | ||
Copyright © 2018, 2024 Eclipse Foundation. All rights reserved.<br> | ||
Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">license terms</a>.]]> | ||
</bottom> | ||
</configuration> | ||
|