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

danhaywood pushed a commit to branch release-3.4.0-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit a6cb8afa83d48f3b73cbe50f39cdafdfaa0fd0f6
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Jul 4 23:09:37 2025 +0100

    removes old script, minor fix in README
---
 README.adoc                | 4 ++--
 update-parent-to-latest.sh | 6 ------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.adoc b/README.adoc
index 465451d..ff4392f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -20,8 +20,8 @@ toc::[]
 
 * install prereqs:
 
-** Java 11 LTS (eg link:https://adoptopenjdk.net/[Adopt OpenJDK] distribution)
-** Maven 3.6 or later (http://maven.apache.org/download.cgi[download])
+** Java 21 LTS (eg link:https://adoptopenjdk.net/[Adopt OpenJDK] distribution)
+** Maven 3.9.10 or later (http://maven.apache.org/download.cgi[download])
 * download and unzip
 +
 [source,bash]
diff --git a/update-parent-to-latest.sh b/update-parent-to-latest.sh
deleted file mode 100644
index 4d09b79..0000000
--- a/update-parent-to-latest.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-PARENT=$(curl -X GET 
"https://nexus.incode.work/service/rest/v1/search?sort=version&repository=nightly-builds&group=org.apache.causeway.app&name=causeway-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"

Reply via email to