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 d9a8d6651bf39d26acf14a9d6cfe279e51e7cf3d Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 2 10:50:13 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 6df4710..0a93be5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ <relativePath/> </parent> - <groupId>org.apache.isis.starters</groupId> <artifactId>helloworld-jpa</artifactId> + <groupId>org.apache.isis.starters</groupId> <version>2.0.0-SNAPSHOT</version> <name>HelloWorld (JPA)</name>
