You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/10/02 09:52:36 UTC

[isis-app-helloworld] 02/05: ISIS-2965: changes artifactId/groupId order to reduce future conflict merges

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 <da...@haywood-associates.co.uk>
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>