Skip to content

Commit 81184d4

Browse files
committed
update build plugins
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent a75c9ab commit 81184d4

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

api/pom.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -83,7 +83,7 @@
8383
<spotbugs.exclude>${project.basedir}/../etc/spotbugs-exclude.xml</spotbugs.exclude>
8484
<spotbugs.skip>false</spotbugs.skip>
8585
<spotbugs.threshold>Low</spotbugs.threshold>
86-
<spotbugs.version>4.7.1.0</spotbugs.version>
86+
<spotbugs.version>4.7.3.4</spotbugs.version>
8787

8888
<non.final>false</non.final>
8989
<extension.name>jakarta.json</extension.name>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-compiler-plugin</artifactId>
116-
<version>3.10.1</version>
116+
<version>3.11.0</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>org.glassfish.build</groupId>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.felix</groupId>
125125
<artifactId>maven-bundle-plugin</artifactId>
126-
<version>5.1.7</version>
126+
<version>5.1.8</version>
127127
<configuration>
128128
<instructions>
129129
<_noextraheaders>true</_noextraheaders>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-jar-plugin</artifactId>
136-
<version>3.2.2</version>
136+
<version>3.3.0</version>
137137
</plugin>
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
@@ -143,12 +143,12 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-javadoc-plugin</artifactId>
146-
<version>3.4.0</version>
146+
<version>3.5.0</version>
147147
</plugin>
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-enforcer-plugin</artifactId>
151-
<version>3.1.0</version>
151+
<version>3.3.0</version>
152152
</plugin>
153153
<plugin>
154154
<groupId>com.github.spotbugs</groupId>
@@ -269,10 +269,8 @@
269269
<compilerArgs>
270270
<arg>-Xlint:all</arg>
271271
<arg>-Xdoclint:all</arg>
272-
<arg>-Werror</arg>
273272
</compilerArgs>
274273
<showDeprecation>true</showDeprecation>
275-
<showWarnings>true</showWarnings>
276274
</configuration>
277275
<executions>
278276
<execution>
@@ -282,7 +280,6 @@
282280
</goals>
283281
<configuration>
284282
<release>8</release>
285-
<createMissingPackageInfoClass>true</createMissingPackageInfoClass>
286283
<excludes>
287284
<exclude>module-info.java</exclude>
288285
</excludes>

0 commit comments

Comments
 (0)