Skip to content

Commit 82f08a5

Browse files
committed
integrate latest dependencies,
update build plugins, update readme Signed-off-by: Lukas Jungmann <[email protected]>
1 parent f0a26c5 commit 82f08a5

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[//]: # " Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. "
1+
[//]: # " Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved. "
22
[//]: # " "
33
[//]: # " This program and the accompanying materials are made available under the "
44
[//]: # " terms of the Eclipse Public License v. 2.0, which is available at "
@@ -23,7 +23,7 @@ This project contains Jakarta JSON Processing specification, API and a compatibl
2323

2424
Use the following command:
2525
```bash
26-
mvn -U -C clean install -Dnon.final=true
26+
mvn -U -C clean install
2727
```
2828

2929
## License
@@ -49,6 +49,7 @@ the license text included in every source file.
4949

5050
- [Jakarta JSON Processing official web site](https://eclipse-ee4j.github.io/jsonp)
5151
- [Jakarta JSON Processing @ Eclipse](https://projects.eclipse.org/projects/ee4j.jsonp)
52+
- [README.txt](https://github.com/eclipse-ee4j/jsonp/blob/master/bundles/ri/src/main/resources/README.txt)
5253

5354
## Contributing
5455

pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
<spotbugs.exclude>${config.dir}/exclude.xml</spotbugs.exclude>
9393
<spotbugs.skip>false</spotbugs.skip>
9494
<spotbugs.threshold>Low</spotbugs.threshold>
95-
<spotbugs.version>4.0.4</spotbugs.version>
95+
<spotbugs.version>4.2.2</spotbugs.version>
9696

9797
<jakarta.json-api.version>2.0.0</jakarta.json-api.version>
9898

9999
<jakarta.annotation-api.version>2.0.0</jakarta.annotation-api.version>
100-
<jakarta.xml.bind-api.version>3.0.0-RC3</jakarta.xml.bind-api.version>
101-
<jakarta.ws.rs-api.version>3.0.0-M1</jakarta.ws.rs-api.version>
100+
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
101+
<jakarta.ws.rs-api.version>3.0.0</jakarta.ws.rs-api.version>
102102
</properties>
103103

104104
<build>
@@ -179,6 +179,7 @@
179179
<update>${copyright.update}</update>
180180
<!-- check that year is correct -->
181181
<ignoreYear>${copyright.ignoreyear}</ignoreYear>
182+
<quiet>false</quiet>
182183
</configuration>
183184
<executions>
184185
<execution>
@@ -262,7 +263,7 @@
262263
<plugin>
263264
<groupId>org.glassfish.copyright</groupId>
264265
<artifactId>glassfish-copyright-maven-plugin</artifactId>
265-
<version>2.3</version>
266+
<version>2.4</version>
266267
</plugin>
267268
<plugin>
268269
<groupId>org.apache.felix</groupId>
@@ -307,7 +308,7 @@
307308
<plugin>
308309
<groupId>org.apache.maven.plugins</groupId>
309310
<artifactId>maven-resources-plugin</artifactId>
310-
<version>3.1.0</version>
311+
<version>3.2.0</version>
311312
</plugin>
312313
<plugin>
313314
<groupId>org.apache.maven.plugins</groupId>
@@ -374,7 +375,7 @@
374375
<dependency>
375376
<groupId>junit</groupId>
376377
<artifactId>junit</artifactId>
377-
<version>4.12</version>
378+
<version>4.13.2</version>
378379
</dependency>
379380
<dependency>
380381
<groupId>org.hamcrest</groupId>
@@ -400,12 +401,12 @@
400401
<dependency>
401402
<groupId>jakarta.servlet</groupId>
402403
<artifactId>jakarta.servlet-api</artifactId>
403-
<version>5.0.0-M1</version>
404+
<version>5.0.0</version>
404405
</dependency>
405406
<dependency>
406407
<groupId>com.sun.xml.bind</groupId>
407408
<artifactId>jaxb-impl</artifactId>
408-
<version>3.0.0-M4</version>
409+
<version>3.0.0</version>
409410
</dependency>
410411
</dependencies>
411412
</dependencyManagement>
@@ -421,15 +422,15 @@
421422
<plugin>
422423
<groupId>org.apache.maven.plugins</groupId>
423424
<artifactId>maven-war-plugin</artifactId>
424-
<version>3.3.0</version>
425+
<version>3.3.1</version>
425426
<configuration>
426427
<failOnMissingWebXml>false</failOnMissingWebXml>
427428
</configuration>
428429
</plugin>
429430
<plugin>
430431
<groupId>org.codehaus.mojo</groupId>
431432
<artifactId>wagon-maven-plugin</artifactId>
432-
<version>2.0.0</version>
433+
<version>2.0.2</version>
433434
</plugin>
434435
<plugin>
435436
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)