File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# This program and the accompanying materials are made available under the
5
5
# terms of the Eclipse Public License v. 2.0 which is available at
53
53
distribution : ' adopt'
54
54
java-version : ${{ matrix.java_version }}
55
55
- name : Yasson tests
56
- run : mvn -U -C -Pstaging verify
56
+ run : mvn -U -C -Dmaven.javadoc.skip=true - Pstaging verify
57
57
- name : JSONB-API TCK
58
58
run : cd yasson-tck && mvn -U -B test
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ Something not working right? Have an idea for an enhancement? Get in touch with
45
45
46
46
## Links
47
47
- Yasson home page: https://projects.eclipse.org/projects/ee4j.yasson
48
- - JSON-B official web site: http ://json-b.net
48
+ - JSON-B official web site: https ://eclipse-ee4j.github.io/jsonb-api/
49
49
- JSON-B API & spec project: https://github.com/eclipse-ee4j/jsonb-api
50
50
- JSR-367 page on JCP site: https://jcp.org/en/jsr/detail?id=367
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2016, 2021 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2016, 2022 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
462
462
<plugin >
463
463
<groupId >org.apache.felix</groupId >
464
464
<artifactId >maven-bundle-plugin</artifactId >
465
- <version >3.5.0 </version >
465
+ <version >5.1.1 </version >
466
466
<executions >
467
467
<execution >
468
468
<id >osgi-bundle</id >
471
471
<goal >manifest</goal >
472
472
</goals >
473
473
<configuration >
474
+ <niceManifest >true</niceManifest >
474
475
<instructions >
475
- <_failok >true</_failok >
476
476
<Bundle-Name >${project.name} </Bundle-Name >
477
477
<Bundle-SymbolicName >${project.artifactId} </Bundle-SymbolicName >
478
478
<Bundle-Version >${project.version} </Bundle-Version >
479
479
<Export-Package >org.eclipse.yasson;version=${project.version} </Export-Package >
480
480
<Private-Package >org.eclipse.yasson.*;version=${project.version} </Private-Package >
481
+ <Multi-Release >true</Multi-Release >
481
482
<Import-Package >
482
483
jakarta.enterprise.context.spi;version=!;resolution:="optional",
483
484
jakarta.enterprise.inject.spi;version=!;resolution:="optional",
You can’t perform that action at this time.
0 commit comments