Skip to content

Commit

Permalink
integrate annotations 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 4, 2024
1 parent 6a7021a commit 45e569a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 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
Expand Down Expand Up @@ -56,14 +56,14 @@
<apidocs.doctitle>${project.name}</apidocs.doctitle>
<apidocs.header><![CDATA[<br>${project.name} v${project.version}]]></apidocs.header>
<apidocs.bottom><![CDATA[
<p align="left">Copyright &#169; 2018,2023 Eclipse Foundation.<br>Use is subject to
<p align="left">Copyright &#169; 2018, 2024 Eclipse Foundation.<br>Use is subject to
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]></apidocs.bottom>


<!-- Core Profile -->
<jakarta.json-api.version>2.1.0</jakarta.json-api.version>
<jakarta.json.bind-api.version>3.0.0</jakarta.json.bind-api.version>
<jakarta.annotation-api.version>3.0.0-M1</jakarta.annotation-api.version>
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<jakarta.inject.version>2.0.1</jakarta.inject.version>
<jakarta.interceptor-api.version>2.2.0-M1</jakarta.interceptor-api.version>
<jakarta.enterprise.cdi-api.version>4.1.0-M1</jakarta.enterprise.cdi-api.version>
Expand Down Expand Up @@ -104,7 +104,7 @@

<!-- Compile-time dependencies -->
<mojarra.version>4.1.0-M1</mojarra.version>

<!-- Java compiler release (replaces source and target)-->
<maven.compiler.release>21</maven.compiler.release>
</properties>
Expand Down

0 comments on commit 45e569a

Please sign in to comment.