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:47 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated (421146f -> bcb4008)

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

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


    from 421146f  Merge branch 'jdo' into jdo-SNAPSHOT
     new 9824779  adds update-parent-to-latest.sh
     new 7a25cac  improves update-parent-to-latest.sh
     new bcb4008  updates parent pom to 2.0.0-M5.20210413-1443-108a3a48

The 3 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:
 pom.xml                    | 2 +-
 update-parent-to-latest.sh | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 update-parent-to-latest.sh

[isis-app-simpleapp] 01/03: adds update-parent-to-latest.sh

Posted by da...@apache.org.
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 9824779a4b5ee61ee7d9cde0a587d01cd83324e6
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Apr 13 18:27:37 2021 +0100

    adds 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
new file mode 100644
index 0000000..7997748
--- /dev/null
+++ b/update-parent-to-latest.sh
@@ -0,0 +1,3 @@
+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]"

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

Posted by da...@apache.org.
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"

[isis-app-simpleapp] 03/03: updates parent pom to 2.0.0-M5.20210413-1443-108a3a48

Posted by da...@apache.org.
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 bcb4008c66925974f07d3ba9b52ca7b2d3809b1c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Apr 13 18:30:17 2021 +0100

    updates parent pom to 2.0.0-M5.20210413-1443-108a3a48
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a1f061..623f724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M5.20210403-0430-d1a7ac64</version>
+        <version>2.0.0-M5.20210413-1443-108a3a48</version>
         <relativePath/>
     </parent>