Re: cayenne-website

Andrus Adamchik <[email protected]> Fri, 3 Jul 2026 10:07:01 -0400
Newsgroups gmane.comp.java.cayenne.devel
Message-ID <[email protected]>

> On Jul 3, 2026, at 7:50=E2=80=AFAM, Michael Gentry =
<[email protected]> wrote:
>=20
> When I navigate to http://localhost:3000/download/ the top of the page =
is
> the 5.0-M2 release as expected, but the release notes link goes to
> https://github.com/apache/cayenne/blob/5.0-M2/RELEASE-NOTES.txt which =
is
> incorrect. It should go to
> =
https://github.com/apache/cayenne/blob/cayenne-parent-5.0-M2/RELEASE-NOTES=
.txt.
> Think link works for M1.

Yeah, this is related to how the tag was named. Nothing wrong with the =
"cayenne-parent-5.0-M2" name per se, but it is not compatible with the =
site assembly template. So I just manually pushed a "5.0-M2" tag =
pointing to the same commit and the "canonical" link now works.=20


> Also, the "Cayenne 5.0-M2 source code distribution" link is =
semi-broken. To
> be fair, it is the same for other releases, too. The M1 link points to
> =
https://www.apache.org/dyn/closer.cgi/cayenne/5.0-M1/cayenne-5.0-M1-src.ta=
r.gz
> for example. Or is that the expectation?

Not sure about this one.=20

Andrus