Skip to content

Commit ed5c55c

Browse files
committed
update parent, build plugins
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent 7ff1087 commit ed5c55c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0.7</version>
26+
<version>1.0.8</version>
2727
<relativePath/>
2828
</parent>
2929

@@ -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.3.4</spotbugs.version>
86+
<spotbugs.version>4.7.3.5</spotbugs.version>
8787

8888
<non.final>false</non.final>
8989
<extension.name>jakarta.json</extension.name>
@@ -98,12 +98,12 @@
9898
<plugin>
9999
<groupId>org.codehaus.mojo</groupId>
100100
<artifactId>buildnumber-maven-plugin</artifactId>
101-
<version>3.0.0</version>
101+
<version>3.2.0</version>
102102
</plugin>
103103
<plugin>
104104
<groupId>org.codehaus.mojo</groupId>
105105
<artifactId>build-helper-maven-plugin</artifactId>
106-
<version>3.3.0</version>
106+
<version>3.4.0</version>
107107
</plugin>
108108
<plugin>
109109
<groupId>org.glassfish.copyright</groupId>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.felix</groupId>
125125
<artifactId>maven-bundle-plugin</artifactId>
126-
<version>5.1.8</version>
126+
<version>5.1.9</version>
127127
<configuration>
128128
<instructions>
129129
<_noextraheaders>true</_noextraheaders>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-source-plugin</artifactId>
141-
<version>3.2.1</version>
141+
<version>3.3.0</version>
142142
</plugin>
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-enforcer-plugin</artifactId>
151-
<version>3.3.0</version>
151+
<version>3.4.0</version>
152152
</plugin>
153153
<plugin>
154154
<groupId>com.github.spotbugs</groupId>
@@ -336,7 +336,7 @@
336336
osgi.extender;filter:="(&(osgi.extender=osgi.serviceloader.processor)
337337
(version>=1.0.0)(!(version>=2.0.0)))";resolution:=optional,
338338
osgi.serviceloader;
339-
filter:="(osgi.serviceloader=jakarta.json.spi.JsonProvider";
339+
filter:="(osgi.serviceloader=jakarta.json.spi.JsonProvider)";
340340
osgi.serviceloader="jakarta.json.spi.JsonProvider";
341341
cardinality:=multiple;resolution:=optional
342342
]]>

0 commit comments

Comments
 (0)