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/04/13 17:33:49 UTC

[isis-app-simpleapp] 02/03: improves update-parent-to-latest.sh

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

commit 7a25cac6db44ac2fbce06eed96f11ef9bd3f3677
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Apr 13 18:30:09 2021 +0100

    improves update-parent-to-latest.sh
---
 update-parent-to-latest.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/update-parent-to-latest.sh b/update-parent-to-latest.sh
index 7997748..6aa6b97 100644
--- a/update-parent-to-latest.sh
+++ b/update-parent-to-latest.sh
@@ -1,3 +1,6 @@
 PARENT=$(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')
 echo "parentVersion = $PARENT"
 mvn versions:update-parent -DparentVersion="[$PARENT]"
+
+git add pom.xml
+git commit -m "updates parent pom to $PARENT"