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/causeway-app-helloworld.git
commit a4eec9a6a81fed2fb5ee7d0e7984a789b699446e Author: danhaywood <[email protected]> AuthorDate: Wed Jan 3 10:28:01 2024 +0000 updates to -SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ce913ca..6e385cd 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.0.0-RC4</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <artifactId>helloworld-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-RC4</version> + <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JDO)</name>
