Skip to content

Commit

Permalink
Integrate xml-binding-api 4.0.2,
Browse files Browse the repository at this point in the history
soap-api 3.0.2,
parent 1.0.9

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 20, 2024
1 parent 0135c85 commit 917dc5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
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 @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -101,7 +101,7 @@
<spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude>
<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>
<bld.failOnWarning>true</bld.failOnWarning>

<release.spec.feedback>jaxws-dev@eclipse.org</release.spec.feedback>
Expand All @@ -115,8 +115,8 @@

<legal.doc.source>${project.basedir}/..</legal.doc.source>

<soap-api.version>3.0.1</soap-api.version>
<xml.bind-api.version>4.0.1</xml.bind-api.version>
<soap-api.version>3.0.2</soap-api.version>
<xml.bind-api.version>4.0.2</xml.bind-api.version>
</properties>

<build>
Expand Down

0 comments on commit 917dc5e

Please sign in to comment.