my own +1 On Tue, 13 Oct 2020 at 10:53, Andi Huber <[email protected]> wrote:
> +1 > > $ mvn -version > Apache Maven 3.6.3 > Maven home: /usr/share/maven > Java version: 11.0.8, vendor: Ubuntu, runtime: > /usr/lib/jvm/java-11-openjdk-amd64 > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "5.4.0-48-generic", arch: "amd64", family: > "unix" > > For the build we recommend using JDK 8 or 11+ with maven 3.6.x. > > Cheers, Andi > > On 2020/10/13 07:45:30, Dan Haywood <[email protected]> wrote: > > Folks, > > > > I've just cut a new release of the Apache Isis 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 isis-2.0.0-M4-RC1; > > see https://github.com/apache/isis/tags > > > > To verify the source code itself, you can use the following commands > > (in an empty directory): > > > > ---------------------------------------------------------------- > > VERSION=2.0.0-M4 > > RC=RC1 > > NEXUSREPONUM=1106 > > > > curl https://downloads.apache.org/isis/KEYS > /tmp/KEYS > > gpg --import /tmp/KEYS > > > > rm -rf isis-$VERSION > > > > curl -O -L > > > https://raw.githubusercontent.com/apache/isis/release-$VERSION-$RC/scripts/verify-isis-release.sh > > > > chmod +x ./verify-isis-release.sh > > ./verify-isis-release.sh $NEXUSREPONUM $VERSION $RC > > ---------------------------------------------------------------- > > > > You can then test the helloworld or simpleapp starter apps, see: > > https://isis.staged.apache.org/comguide/latest/verifying-releases.html. > > > > You can also inspect the website in general, available at: > > https://isis.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 > > >
