my +1

$ uname -a
Linux HALTPD14-2024 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11
04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

$ java --version
openjdk 17.0.11 2024-04-16 LTS
OpenJDK Runtime Environment Zulu17.50+19-CA (build 17.0.11+9-LTS)
OpenJDK 64-Bit Server VM Zulu17.50+19-CA (build 17.0.11+9-LTS, mixed mode,
sharing)


On Tue, 2 Jul 2024 at 15:23, Dan Haywood <danhayw...@apache.org> wrote:

> Hi folks,
>
> I've just cut a new release of the Apache Causeway Framework.
>
> The source code zip artifact has been uploaded to a staging repository on
> https://repository.apache.org, along with its corresponding .asc
> signature.
>
> In the source code repo the code has been tagged as causeway-3.1.0-RC1;
> see https://github.com/apache/causeway/tags
>
> To verify the source code itself, you can use the following commands
> (in an empty directory):
>
> ----------------------------------------------------------------
> VERSION=3.1.0
> RC=RC1
> NEXUSREPONUM=1015
>
> curl https://downloads.apache.org/causeway/KEYS > /tmp/KEYS
> gpg --import /tmp/KEYS
>
> rm -rf causeway-$VERSION
>
> curl -O -L
> https://raw.githubusercontent.com/apache/causeway/release-$VERSION-$RC/scripts/verify-causeway-release.sh
>
> chmod +x ./verify-causeway-release.sh
> ./verify-causeway-release.sh $NEXUSREPONUM $VERSION $RC
> ----------------------------------------------------------------
>
> You can then test the helloworld or simpleapp starter apps, see:
> https://causeway.staged.apache.org/comguide/latest/verifying-releases.html
>
> You can also inspect the website in general, available at:
> https://causeway.staged.apache.org.
>
> Please verify the release and cast your vote.
> The vote will be open for a minimum of 72 hours.
>
> [ ] +1
> [ ]  0
> [ ] -1
>

Reply via email to