This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC2-jpa in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git
commit 3c6563b0b6ec7d15bb247c3c6c077d1a8c418f24 Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 13:26:22 2022 +0100 ISIS-2965 - updates to 2.0.0-M8 (jpa) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 41c1cd3..eaef534 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.apache.isis.app</groupId> <artifactId>isis-app-starter-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-M8</version> <relativePath/> </parent> <groupId>org.apache.isis.starters</groupId> <artifactId>helloworld-jpa</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-M8</version> <name>HelloWorld (JPA)</name>
