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 0065c1d291420d12c7868f37d52f1c9e16e22820 Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 2 10:51:33 2022 +0100 ISIS-2965: changes artifactId/groupId order to reduce future conflict merges --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d03a681..0d711bd 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ <relativePath/> </parent> - <groupId>org.apache.isis.starters</groupId> <artifactId>helloworld-jdo</artifactId> + <groupId>org.apache.isis.starters</groupId> <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JDO)</name>
