This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M7-RC1-jdo in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git
commit 620c58818283aca46c6c8b5b567b6e9716796f44 Author: Dan Haywood <[email protected]> AuthorDate: Sun Feb 13 11:19:30 2022 +0000 bumps to M7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 676d219..b93a9de 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-M6</version> + <version>2.0.0-M7</version> <relativePath/> </parent> <groupId>org.apache.isis.starters</groupId> <artifactId>helloworld-jdo</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>2.0.0-M7</version> <name>HelloWorld (JDO)</name>
