I'll add my +1 also. That takes us to +3, but I'll wait til tomorrow before releasing in case any other committers want to chip in.
Thanks, Dan. On Sat, 5 Jan 2019, 13:12 Andi Huber <ahu...@apache.org wrote: > +1 > > Thx Dan, new verification script worked flawlessly. > > (debian 9, Maven 3.6.0, Oracle JDK 8 build 191) > > Cheers Andi! > > On 2019/01/02 10:14:37, Dan Haywood <d...@haywood-associates.co.uk> wrote: > > Folks, > > I've cut a further release candidate RC3 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. > > For each zip there is a corresponding signature file (append .asc to the > > zip's url). > > > > To verify the source code, you can use the following commands (in an > empty > > directory): > > > > NEXUSREPONUM=1087 > > 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 > > > > > > For more details, 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 > > >