This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3-jpa-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
commit bbc7f220846bf0ab2fa4352f8bc2deebc170ba4d Author: Dan Haywood <[email protected]> AuthorDate: Wed Apr 9 00:16:48 2025 +0100 updates pom.xml to 3.4.0-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4e28a1a..950d258 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>3.3.0</version> + <version>3.4.0-SNAPSHOT</version> <relativePath/> </parent> <artifactId>helloworld-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.3.0</version> + <version>3.4.0-SNAPSHOT</version> <name>HelloWorld (JPA)</name>
