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 1bbae8157c61465b7b2f093968d6cea4da90564a Author: Dan Haywood <[email protected]> AuthorDate: Tue Oct 18 14:07:29 2022 +0100 reverts to 2.0.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a846d28..1749704 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ <artifactId>helloworld-jdo</artifactId> <groupId>org.apache.isis.starters</groupId> - <version>2.0.0-M9</version> + <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JDO)</name>
