File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 102
102
<skip .release.tests>false</skip .release.tests>
103
103
<spec .version>${last.final.spec.version} </spec .version>
104
104
<javax .json.version>1.1</javax .json.version>
105
+ <api_package >javax.json.bind</api_package >
105
106
</properties >
106
107
107
108
<dependencies >
312
313
<!-- This plugin generates the spec.* properties used in maven-bundle-plugin -->
313
314
<groupId >org.glassfish.build</groupId >
314
315
<artifactId >spec-version-maven-plugin</artifactId >
315
- <version >1.2 </version >
316
+ <version >1.5 </version >
316
317
<configuration >
318
+ <specMode >jakarta</specMode >
317
319
<spec >
318
320
<nonFinal >${non.final} </nonFinal >
319
321
<jarType >api</jarType >
320
322
<specVersion >${spec.version} </specVersion >
321
323
<newSpecVersion >${new.spec.version} </newSpecVersion >
322
324
<specBuild >${milestone.number} </specBuild >
323
325
<specImplVersion >${project.version} </specImplVersion >
324
- <apiPackage >${project.groupId } </apiPackage >
326
+ <apiPackage >${api_package } </apiPackage >
325
327
</spec >
326
328
</configuration >
327
329
<executions >
You can’t perform that action at this time.
0 commit comments