This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit f141949c72cbe2b538892a96160f6583d28a75cf
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Oct 2 08:29:02 2022 +0100

    ISIS-2965: inverts groupId and artifactId to reduce conflicts in future
---
 module-simple-tests/pom.xml | 2 +-
 module-simple/pom.xml       | 2 +-
 pom.xml                     | 2 +-
 webapp-tests/pom.xml        | 2 +-
 webapp/pom.xml              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml
index b5d6c6c..4c9dc50 100644
--- a/module-simple-tests/pom.xml
+++ b/module-simple-tests/pom.xml
@@ -5,8 +5,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
+        <groupId>org.apache.isis.starters</groupId>
         <version>2.0.0-M8</version>
     </parent>
 
diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 9ec1348..5cfba7d 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -5,8 +5,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
+        <groupId>org.apache.isis.starters</groupId>
         <version>2.0.0-M8</version>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index eea07d4..4db2bbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,8 @@
         <relativePath/>
     </parent>
 
-    <groupId>org.apache.isis.starters</groupId>
     <artifactId>simpleapp-jpa</artifactId>
+    <groupId>org.apache.isis.starters</groupId>
     <version>2.0.0-M8</version>
 
     <name>SimpleApp (JPA) - Parent</name>
diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index f8c69e2..f4f0430 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -3,8 +3,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
+        <groupId>org.apache.isis.starters</groupId>
         <version>2.0.0-M8</version>
     </parent>
 
diff --git a/webapp/pom.xml b/webapp/pom.xml
index c53698c..89e930b 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -3,8 +3,8 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.isis.starters</groupId>
         <artifactId>simpleapp-jpa</artifactId>
+        <groupId>org.apache.isis.starters</groupId>
         <version>2.0.0-M8</version>
     </parent>
 

Reply via email to