This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch jdo-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git
commit 6bb088cbaa557b75e313d658c16ae90284bdf3ba Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 2 10:50:42 2022 +0100 Revert "ISIS-2965 - updates to 2.0.0-M8 (jdo)" This reverts commit 906c0725628b2f7a9c24cb5212f5be2b04e7af43. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e825e3..d03a681 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-M8</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.apache.isis.starters</groupId> <artifactId>helloworld-jdo</artifactId> - <version>2.0.0-M8</version> + <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JDO)</name>
