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-simpleapp.git
commit ec9523326fa86afb22e6fd179af6d4af1c7fbd05 Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 19 23:57:09 2025 +0100 Updates pom.xml to 4.0.0-SNAPSHOT This reverts commit 1e7a4c5ce105bab4f3f5ded0acb73e32e984a37d. --- module-simple-tests/pom.xml | 2 +- module-simple/pom.xml | 2 +- pom.xml | 4 ++-- webapp-tests/pom.xml | 2 +- webapp/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml index e309dda..e6ae68e 100644 --- a/module-simple-tests/pom.xml +++ b/module-simple-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>4.0.0-M1</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index ff4b40e..2d611c2 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>4.0.0-M1</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index e692c0b..90cb297 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,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>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>4.0.0-M1</version> + <version>4.0.0-SNAPSHOT</version> <name>SimpleApp (JPA) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index bc782fb..47c4178 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>4.0.0-M1</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 0549d93..2289fae 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>4.0.0-M1</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId>
