You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/09/26 22:54:50 UTC

[isis] branch release-2.0.0-M8-RC2 updated (479de7e341 -> ba2b58bbcd)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch release-2.0.0-M8-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 479de7e341 ISIS-2965: resetting version
     new 378a0aeeb1 ISIS-2965 : improves release docs
     new ba2b58bbcd ISIS-2965: fixes verify-isis-release.sh script

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../comguide/modules/ROOT/pages/cutting-a-release.adoc      |  2 +-
 scripts/verify-isis-release.sh                              | 13 ++++---------
 2 files changed, 5 insertions(+), 10 deletions(-)


[isis] 02/02: ISIS-2965: fixes verify-isis-release.sh script

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit ba2b58bbcd53c532b4781818770bd843add3e71e
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 26 23:54:28 2022 +0100

    ISIS-2965: fixes verify-isis-release.sh script
---
 scripts/verify-isis-release.sh | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/scripts/verify-isis-release.sh b/scripts/verify-isis-release.sh
index 8137762c6a..7e11e98217 100755
--- a/scripts/verify-isis-release.sh
+++ b/scripts/verify-isis-release.sh
@@ -91,16 +91,11 @@ _build(){
     rm -rf ~/.m2/repository/org/apache/isis
 
     echo 'Building'
-    
-	# 2.0.0-M8-RC1 verification build hotfix
-	pushd isis*/supplemental-model
-	_execmustpass mvn clean install -Dskip.git -Preleased,-all
-	popd
-    
+
     # previously there were multiple directories, now just the one.
-	pushd isis*/bom
-    _execmustpass mvn clean install -Dskip.git -Preleased,-all
-	popd
+    pushd isis*/bom
+    _execmustpass mvn clean install -DskipTests -T1C -Dgithub
+    popd
 }
 
 _download_app(){


[isis] 01/02: ISIS-2965 : improves release docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 378a0aeeb123c9cdddc7675ad41fa5caa13c28c2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 26 23:25:33 2022 +0100

    ISIS-2965 : improves release docs
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index d4dcd8dd58..37695875e0 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -805,7 +805,7 @@ You'll also need to rebuild all and then regenerate config files and tooling:
 ----
 git checkout $ISISBRANCH
 pushd bom
-mvn clean install -DskipTests -Dreleased
+mvn clean install -DskipTests -T1C -Dgithub
 popd
 mvn clean install -pl core/config
 mvn -D module-tooling -D skip.essential install -DskipTests