This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-3.0.0-RC1-jpa in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
commit aafac09a7c24a43ea85e32b2e42e8317d62feb9e Author: danhaywood <[email protected]> AuthorDate: Mon Mar 18 18:48:31 2024 +0000 CAUSEWAY-3666 - updates to 2.0.0 (jpa) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cad7745..5f59abe 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-SNAPSHOT</version> + <version>3.0.0</version> <relativePath/> </parent> <artifactId>helloworld-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <name>HelloWorld (JPA)</name>
