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 102102 <skip .release.tests>false</skip .release.tests>
103103 <spec .version>${last.final.spec.version} </spec .version>
104104 <javax .json.version>1.1</javax .json.version>
105+ <api_package >javax.json.bind</api_package >
105106 </properties >
106107
107108 <dependencies >
312313 <!-- This plugin generates the spec.* properties used in maven-bundle-plugin -->
313314 <groupId >org.glassfish.build</groupId >
314315 <artifactId >spec-version-maven-plugin</artifactId >
315- <version >1.2 </version >
316+ <version >1.5 </version >
316317 <configuration >
318+ <specMode >jakarta</specMode >
317319 <spec >
318320 <nonFinal >${non.final} </nonFinal >
319321 <jarType >api</jarType >
320322 <specVersion >${spec.version} </specVersion >
321323 <newSpecVersion >${new.spec.version} </newSpecVersion >
322324 <specBuild >${milestone.number} </specBuild >
323325 <specImplVersion >${project.version} </specImplVersion >
324- <apiPackage >${project.groupId } </apiPackage >
326+ <apiPackage >${api_package } </apiPackage >
325327 </spec >
326328 </configuration >
327329 <executions >
You can’t perform that action at this time.
0 commit comments