Skip to content

Commit fc3f85f

Browse files
authored
Merge pull request #430 from arjantijms/update_pom_api
Make pom better suitable for JDK11+ build
2 parents 2cf8f91 + 9fd5125 commit fc3f85f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

api/pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
<dependency>
9090
<groupId>org.junit.jupiter</groupId>
9191
<artifactId>junit-jupiter-engine</artifactId>
92-
<version>5.7.0</version>
92+
<version>5.8.1</version>
9393
<scope>test</scope>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.junit.jupiter</groupId>
9797
<artifactId>junit-jupiter-params</artifactId>
98-
<version>5.7.0</version>
98+
<version>5.8.1</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-enforcer-plugin</artifactId>
144-
<version>3.0.0-M3</version>
144+
<version>3.0.0</version>
145145
<executions>
146146
<execution>
147147
<id>enforce-maven</id>
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.glassfish.copyright</groupId>
183183
<artifactId>glassfish-copyright-maven-plugin</artifactId>
184-
<version>2.3</version>
184+
<version>2.4</version>
185185
<configuration>
186186
<excludeFile>etc/config/copyright-exclude</excludeFile>
187187
<!--svn|mercurial|git - defaults to svn-->
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.felix</groupId>
211211
<artifactId>maven-bundle-plugin</artifactId>
212-
<version>5.1.1</version>
212+
<version>5.1.2</version>
213213
<configuration>
214214
<supportedProjectTypes>
215215
<supportedProjectType>jar</supportedProjectType>
@@ -282,14 +282,15 @@
282282
<plugin>
283283
<groupId>org.apache.maven.plugins</groupId>
284284
<artifactId>maven-javadoc-plugin</artifactId>
285-
<version>3.2.0</version>
285+
<version>3.3.0</version>
286286
<executions>
287287
<execution>
288288
<id>attach-api-javadocs</id>
289289
<goals>
290290
<goal>jar</goal>
291291
</goals>
292292
<configuration>
293+
<quiet>true</quiet>
293294
<source>1.8</source>
294295
<additionalJOption>-Xdoclint:none</additionalJOption>
295296
<description>Jakarta Servlet API documentation</description>
@@ -298,7 +299,7 @@
298299
<header><![CDATA[<br>Jakarta Servlet API v${project.version}]]></header>
299300
<bottom><![CDATA[
300301
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
301-
Copyright &#169; 2019, 2020 Eclipse Foundation. All rights reserved.<br>
302+
Copyright &#169; 2019, 2021 Eclipse Foundation. All rights reserved.<br>
302303
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
303304
</bottom>
304305
<docfilessubdirs>true</docfilessubdirs>

0 commit comments

Comments
 (0)