|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright (c) 2016, 2022 Oracle and/or its affiliates. All rights reserved. |
| 4 | + Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved. |
5 | 5 |
|
6 | 6 | This program and the accompanying materials are made available under the
|
7 | 7 | terms of the Eclipse Public License v. 2.0, which is available at
|
|
86 | 86 | < release.spec.feedback> [email protected]</ release.spec.feedback>
|
87 | 87 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
88 | 88 | <milestone.number>01</milestone.number>
|
89 |
| - <new.spec.version>3.0.0</new.spec.version> |
| 89 | + <new.spec.version>3.0.1</new.spec.version> |
90 | 90 | <non.final>false</non.final>
|
91 | 91 | <skip.release.tests>false</skip.release.tests>
|
92 | 92 | <spec.version>3.0</spec.version>
|
93 |
| - <jakarta.json.version>2.1.0</jakarta.json.version> |
| 93 | + <jakarta.json.version>2.1.3</jakarta.json.version> |
94 | 94 | <!-- The version of JSON-B API to compare against to verify we follow semantic versioning rules -->
|
95 | 95 | <baseline.compare.version>2.0.0</baseline.compare.version>
|
96 | 96 | <api_package>jakarta.json.bind</api_package>
|
|
172 | 172 | <plugins>
|
173 | 173 | <plugin>
|
174 | 174 | <artifactId>maven-resources-plugin</artifactId>
|
175 |
| - <version>3.1.0</version> |
| 175 | + <version>3.3.1</version> |
176 | 176 | </plugin>
|
177 | 177 | <plugin>
|
178 | 178 | <groupId>org.codehaus.mojo</groupId>
|
|
196 | 196 | <plugin>
|
197 | 197 | <groupId>org.apache.maven.plugins</groupId>
|
198 | 198 | <artifactId>maven-compiler-plugin</artifactId>
|
199 |
| - <version>3.8.0</version> |
| 199 | + <version>3.12.1</version> |
200 | 200 | <configuration>
|
201 | 201 | <compilerArgs>
|
202 | 202 | <arg>-Xlint:all</arg>
|
203 | 203 | </compilerArgs>
|
204 |
| - <release>11</release> |
| 204 | + <release>17</release> |
205 | 205 | </configuration>
|
206 | 206 | </plugin>
|
207 | 207 | <plugin>
|
208 | 208 | <!-- This plugin generates the buildNumber property used in maven-bundle-plugin -->
|
209 | 209 | <groupId>org.codehaus.mojo</groupId>
|
210 | 210 | <artifactId>buildnumber-maven-plugin</artifactId>
|
211 |
| - <version>1.4</version> |
| 211 | + <version>3.2.0</version> |
212 | 212 | <configuration>
|
213 | 213 | <format>{0,date,MM/dd/yyyy hh:mm aa}</format>
|
214 | 214 | <items>
|
|
254 | 254 | <plugin>
|
255 | 255 | <groupId>org.apache.felix</groupId>
|
256 | 256 | <artifactId>maven-bundle-plugin</artifactId>
|
257 |
| - <version>3.5.1</version> |
| 257 | + <version>5.1.9</version> |
258 | 258 | <extensions>true</extensions>
|
259 | 259 | <configuration>
|
260 | 260 | <archive>
|
|
288 | 288 | <plugin>
|
289 | 289 | <groupId>org.apache.maven.plugins</groupId>
|
290 | 290 | <artifactId>maven-jar-plugin</artifactId>
|
291 |
| - <version>3.1.0</version> |
| 291 | + <version>3.3.0</version> |
292 | 292 | <configuration>
|
293 | 293 | <archive>
|
294 | 294 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
298 | 298 | <plugin>
|
299 | 299 | <groupId>org.apache.maven.plugins</groupId>
|
300 | 300 | <artifactId>maven-javadoc-plugin</artifactId>
|
301 |
| - <version>3.1.0</version> |
| 301 | + <version>3.6.3</version> |
302 | 302 | <configuration>
|
303 | 303 | <source>11</source>
|
304 | 304 | <doctitle>Jakarta JSON Binding ${project.version} API Specification</doctitle>
|
|
332 | 332 | <plugin>
|
333 | 333 | <groupId>org.apache.maven.plugins</groupId>
|
334 | 334 | <artifactId>maven-source-plugin</artifactId>
|
335 |
| - <version>3.0.1</version> |
| 335 | + <version>3.3.0</version> |
336 | 336 | <executions>
|
337 | 337 | <execution>
|
338 | 338 | <id>attach-sources</id>
|
|
345 | 345 | <plugin>
|
346 | 346 | <groupId>org.apache.maven.plugins</groupId>
|
347 | 347 | <artifactId>maven-jxr-plugin</artifactId>
|
348 |
| - <version>3.0.0</version> |
| 348 | + <version>3.3.2</version> |
349 | 349 | <executions>
|
350 | 350 | <execution>
|
351 | 351 | <goals>
|
|
385 | 385 | <plugin>
|
386 | 386 | <groupId>org.apache.maven.plugins</groupId>
|
387 | 387 | <artifactId>maven-checkstyle-plugin</artifactId>
|
388 |
| - <version>3.0.0</version> |
| 388 | + <version>3.3.1</version> |
389 | 389 | <dependencies>
|
390 | 390 | <dependency>
|
391 | 391 | <groupId>com.puppycrawl.tools</groupId>
|
|
412 | 412 | <plugin>
|
413 | 413 | <groupId>org.apache.maven.plugins</groupId>
|
414 | 414 | <artifactId>maven-gpg-plugin</artifactId>
|
415 |
| - <version>1.6</version> |
| 415 | + <version>3.1.0</version> |
416 | 416 | </plugin>
|
417 | 417 | </plugins>
|
418 | 418 | </pluginManagement>
|
|
0 commit comments