make sure built javadoc contains year 2024, update build plugins Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml index 4f22e3b..2f24676 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2023 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2024 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at @@ -90,7 +90,7 @@ <copyright.update>false</copyright.update> <spotbugs.skip>false</spotbugs.skip> <spotbugs.threshold>Low</spotbugs.threshold> - <spotbugs.version>4.7.3.6</spotbugs.version> + <spotbugs.version>4.8.3.1</spotbugs.version> <non.final>false</non.final> <spec.version>3.0</spec.version> @@ -108,12 +108,12 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.4.0</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.11.0</version> + <version>3.12.1</version> </plugin> <plugin> <groupId>org.glassfish.copyright</groupId> @@ -123,7 +123,7 @@ <plugin> <groupId>org.glassfish.build</groupId> <artifactId>spec-version-maven-plugin</artifactId> - <version>2.1</version> + <version>2.2</version> </plugin> <plugin> <groupId>org.apache.felix</groupId> @@ -149,7 +149,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.3</version> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> @@ -328,7 +328,7 @@ <doctitle>Jakarta Annotations ${project.version} API Specification</doctitle> <header><![CDATA[<br>Jakarta Annotations API v${project.version}]]></header> <bottom><![CDATA[ - Copyright © 2019, 2023 Eclipse Foundation. All rights reserved.<br> + Copyright © 2019, 2024 Eclipse Foundation. All rights reserved.<br> Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>.]]> </bottom> </configuration>