+1
3rd time lucky.
I had to install curl because the verify-isis-release.sh requires it
(_download_simpleapp, _download_helloworld).
kevin@adell:~$ mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/maven/apache-maven-3.6.3
Java version: 11.0.6, vendor: Ubuntu, runtime:
/usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-91-generic", arch: "amd64", family:
"unix"
On 2020-03-19 19:54, Dan Haywood wrote:
Following on from our previous attempt [1], I've just cut RC2 for the
v2.0.0-M3
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-M3-RC2;
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-M3
RC=RC2
NEXUSREPONUM=1104
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
[1]
https://lists.apache.org/thread.html/r276f64a4d1edc02418eb53f6800561ca487f5f34a5a73eecaaa81dcb%40%3Cdev.isis.apache.org%3E
--
Kevin Meyer
Ljubljana, Slovenia