japicmp Report for major releases?
Thomas Vandahl <[email protected]> Wed, 25 Mar 2026 20:58:06 +0100
| Newsgroups | gmane.comp.jakarta.commons.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi folks,
I would like to build the site for JCS 4.0.0. The japicmp report wants to compare the current jar with the previous one. In commons-parent, the configuration uses <artifactId>${project.artifactId}</artifactId> with the <version>${commons.bc.version}</version>.
Now, as the rule for major releases is to change the artifactId (from commons-jcs3-core to commons-jcs4-core), this reference point to commons-jcs4-core:3.2.1, which of course doesn't exist.
How is this supposed to be handled?
Bye, Thomas