File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 91
91
<skip .release.tests>false</skip .release.tests>
92
92
<spec .version>1.1</spec .version>
93
93
<jakarta .json.version>2.0.0-RC1</jakarta .json.version>
94
+ <!-- The version of JSON-B API to compare against to verify we follow semantic versioning rules -->
95
+ <baseline .compare.version>1.0.2</baseline .compare.version>
94
96
<api_package >jakarta.json.bind</api_package >
95
97
<legal .doc.source>${project.basedir} /..</legal .doc.source>
96
98
<vendor .name>Oracle Corporation</vendor .name>
552
554
<groupId >org.glassfish.build</groupId >
553
555
<artifactId >spec-version-maven-plugin</artifactId >
554
556
</plugin >
557
+ <!-- Ensures that we follow semantic versioning rules -->
558
+ <plugin >
559
+ <groupId >biz.aQute.bnd</groupId >
560
+ <artifactId >bnd-baseline-maven-plugin</artifactId >
561
+ <version >4.3.0</version >
562
+ <configuration >
563
+ <base >
564
+ <version >${baseline.compare.version} </version >
565
+ </base >
566
+ </configuration >
567
+ <executions >
568
+ <execution >
569
+ <id >baseline</id >
570
+ <goals >
571
+ <goal >baseline</goal >
572
+ </goals >
573
+ </execution >
574
+ </executions >
575
+ </plugin >
555
576
</plugins >
556
577
</build >
557
578
You can’t perform that action at this time.
0 commit comments