Folks, I found a more serious issue with the new sidebar stuff in RC2, so I'm going to pull this release. I'll get an RC3 out later today. Thanks Dan
On Tue, 1 Jan 2019 at 15:01, Dan Haywood <[email protected]> wrote: > Folks, > > To make it easier to verify the release, I've been improving the automated > script. So you can now run the following commands to download, verify > signatures and build the framework from source: > > NEXUSREPONUM=1086 > VERSION=1.17.0 > > curl http://www.apache.org/dist/isis/KEYS > /tmp/KEYS > gpg --import /tmp/KEYS > > rm -rf isis-$VERSION* > rm -rf simpleapp-archetype-$VERSION* > rm -rf helloworld-archetype-$VERSION* > > curl -O -L > https://raw.githubusercontent.com/apache/isis/06f947ad7a0968c34d8e6941a77e12aa0196cd17/scripts/verify-isis-release.sh > > chmod +x ./verify-isis-release.sh > ./verify-isis-release.sh $NEXUSREPONUM $VERSION > > Assuming this completes successfully, you can then test the two > applications generated from the `simpleapp` and `helloworld` archetypes: > > pushd test-simpleapp/myapp > mvn -pl webapp jetty:run > popd > > and > > pushd test-helloworld/myapp > mvn jetty:run > popd > > Many thanks. To reiterate, the vote will be open a minimum of 72 hours. > > Dan > > > > On Mon, 31 Dec 2018 at 18:35, Dan Haywood <[email protected]> > wrote: > >> >> Dan Haywood <[email protected]> >> Sat, 29 Dec, 14:51 (2 days ago) >> to dev >> Folks, >> >> I've cut another release (RC2) for Apache Isis Core and the two >> archetypes: >> >> * Core 1.17.0 >> * HelloWorld Archetype 1.17.0 >> * SimpleApp Archetype 1.17.0 >> >> The source code artifacts have been uploaded to staging repositories on >> repository.apache.org: >> >> >> http://repository.apache.org/content/repositories/orgapacheisis-1086/org/apache/isis/core/isis/1.17.0/isis-1.17.0-source-release.zip >> >> http://repository.apache.org/content/repositories/orgapacheisis-1086/org/apache/isis/archetype/helloworld-archetype/1.17.0/helloworld-archetype-1.17.0-source-release.zip >> >> http://repository.apache.org/content/repositories/orgapacheisis-1086/org/apache/isis/archetype/simpleapp-archetype/1.17.0/simpleapp-archetype-1.17.0-source-release.zip >> >> For each zip there is a corresponding signature file (append .asc to the >> zip's url). >> >> In the source code repo the code has been tagged as isis-1.17.0-RC2, >> helloworld-archetype-1.17.0-RC2 and simpleapp-archetype-1.17.0-RC2; see >> https://github.com/apache/isis/tags >> >> For instructions on how to verify the release (build from binaries and/or >> use in Maven directly), see >> https://isis.apache.org/guides/cgcom/cgcom.html#_cgcom_verifying-releases >> >> Please verify the release and cast your vote. The vote will be open for >> a minimum of 72 hours. >> >> [ ] +1 >> [ ] 0 >> [ ] -1 >> >>
