Skip to content

Commit

Permalink
Integrate activation-api 2.1.3
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 Feb 15, 2024
1 parent b023399 commit 1c12a34
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"?>
<!--
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 Distribution License v. 1.0, which is available at
Expand All @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.7</version>
<version>1.0.9</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -76,7 +76,7 @@
<copyright.update>false</copyright.update>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.7.3.5</spotbugs.version>
<spotbugs.version>4.8.3.1</spotbugs.version>

<maven.compiler.release>11</maven.compiler.release>

Expand All @@ -85,7 +85,7 @@
<api.package>jakarta.xml.bind</api.package>
<extension.name>jakarta.xml.bind</extension.name>
<spec.version>4.0</spec.version>
<activation.version>2.1.2</activation.version>
<activation.version>2.1.3</activation.version>
<config.dir>${project.basedir}/etc/config</config.dir>
<vendor.name>Eclipse Foundation</vendor.name>
</properties>
Expand Down

0 comments on commit 1c12a34

Please sign in to comment.