Skip to content

Commit

Permalink
Integrate latest dependencies, update plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Feb 24, 2021
1 parent 4936c29 commit 5cee792
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
22 changes: 12 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2011, 2021 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 Down Expand Up @@ -28,7 +28,7 @@

<name>Jakarta SOAP</name>
<description>
Implementation of Jakarta SOAP with Attachments Specification
Implementation of Jakarta SOAP with Attachments Specification
</description>

<scm>
Expand Down Expand Up @@ -82,19 +82,19 @@
<spotbugs.exclude>${config.dir}/exclude.xml</spotbugs.exclude>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.0.4</spotbugs.version>
<spotbugs.version>4.2.0</spotbugs.version>

<config.dir>etc/config</config.dir>
<legal.doc.source>../</legal.doc.source>

<activation.version>2.0.0</activation.version>
<xml.bind-api.version>3.0.0</xml.bind-api.version>
<xml.soap-api.version>2.0.0</xml.soap-api.version>
<activation.version>2.0.1</activation.version>
<xml.bind-api.version>3.0.1</xml.bind-api.version>
<xml.soap-api.version>2.0.1</xml.soap-api.version>

<fastinfoset.version>2.0.0</fastinfoset.version>
<mimepull.version>1.9.13</mimepull.version>
<stax-ex.version>2.0.0</stax-ex.version>
<junit.version>4.13.1</junit.version>
<mimepull.version>1.9.14</mimepull.version>
<stax-ex.version>2.0.1</stax-ex.version>
<junit.version>4.13.2</junit.version>
</properties>

<build>
Expand All @@ -118,13 +118,14 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<configuration>
<templateFile>${copyright.template}</templateFile>
<excludeFile>${copyright.exclude}</excludeFile>
<scmOnly>${copyright.scmonly}</scmOnly>
<update>${copyright.update}</update>
<ignoreYear>${copyright.ignoreyear}</ignoreYear>
<quiet>false</quiet>
</configuration>
</plugin>
<plugin>
Expand All @@ -142,6 +143,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.1</version>
<configuration>
<niceManifest>true</niceManifest>
<instructions>
<_noextraheaders>true</_noextraheaders>
</instructions>
Expand Down
8 changes: 4 additions & 4 deletions saaj-ri/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2011, 2021 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 @@ -26,7 +26,7 @@

<name>Jakarta SOAP Implementation</name>
<description>
Implementation of Jakarta SOAP with Attachments Specification
Implementation of Jakarta SOAP with Attachments Specification
</description>

<properties>
Expand Down Expand Up @@ -212,7 +212,7 @@
<profiles>
<!-- invoke unit tests against JDK like this:
mvn clean test -DtestInJdk -Djdk.to.test=$jdk/home/path/bin/java
-->
-->
<profile>
<id>jdk</id>
<activation>
Expand Down Expand Up @@ -287,7 +287,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 5cee792

Please sign in to comment.