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 2021/03/11 23:32:49 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated: wip on mvn versions:update-parent

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

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new d462c83  wip on mvn versions:update-parent
d462c83 is described below

commit d462c832bc345ac5620bafb67f11d8a6530c8a19
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Mar 11 23:32:27 2021 +0000

    wip on mvn versions:update-parent
---
 .github/workflows/mavenJdk8.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/mavenJdk8.yml b/.github/workflows/mavenJdk8.yml
index 475a72c..161c681 100644
--- a/.github/workflows/mavenJdk8.yml
+++ b/.github/workflows/mavenJdk8.yml
@@ -58,8 +58,8 @@ jobs:
         if [[ $ON_SNAPSHOT != "" ]]
         then
           export REVISION=$(curl -X GET "https://nexus.incode.work/service/rest/v1/search?sort=version&repository=nightly-builds&group=org.apache.isis.app&name=isis-app-starter-parent" -H "accept: application/json" -s | jq '.items[0].version' | sed 's/"//g')
-          #mvn versions:update-parent -DparentVersion=$REVISION
           echo "parentVersion = $REVISION"
+          mvn versions:update-parent -DparentVersion="[$REVISION]"
         fi
         cat pom.xml
 #        BASELINE=$(cat pom.xml | grep "<version>" | head -1 | awk -F'>' '{print $2}' | awk -F'<' '{print $1}')