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

danhaywood pushed a commit to branch v4-jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit 3baedf12d7ab05b2f7295bad86509deacf9fee6b
Author: Dan Haywood <[email protected]>
AuthorDate: Mon Oct 20 00:01:51 2025 +0100

    Updates pom.xml to 4.0.0-SNAPSHOT
    
    This reverts commit b3f2820ee52b1df807ab06eb5c9a124b26ee3631.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7c1cf3..39f06de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.causeway.app</groupId>
         <artifactId>causeway-app-starter-parent</artifactId>
-        <version>4.0.0-M1</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <artifactId>helloworld-jpa</artifactId>
     <groupId>org.apache.causeway.starters</groupId>
-    <version>4.0.0-M1</version>
+    <version>4.0.0-SNAPSHOT</version>
 
     <name>HelloWorld (JPA)</name>
 

Reply via email to