This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v2-jpa-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
commit 45d0e9aab13c9cf3212611ee44f1120f3314a87c Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 23:26:42 2024 +0100 updates version to 2.0.0-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 919d39c..672ecc6 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>2.1.0</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <artifactId>helloworld-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.1.0</version> + <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JPA)</name>
