You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/27 09:12:19 UTC

[isis-app-simpleapp] branch jpa updated: JPA: adds artifact id suffix -jpa (2)

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

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


The following commit(s) were added to refs/heads/jpa by this push:
     new 8a97726  JPA: adds artifact id suffix -jpa (2)
8a97726 is described below

commit 8a97726cc33a4d327c27c3baee63def60b9ad84c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Jan 27 10:12:10 2021 +0100

    JPA: adds artifact id suffix -jpa (2)
---
 module-simple/pom.xml | 2 +-
 pom.xml               | 8 ++++----
 webapp/pom.xml        | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index c5705a9..25f6f3d 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -10,7 +10,7 @@
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>simpleapp-module-simple</artifactId>
+    <artifactId>simpleapp-module-simple-jpa</artifactId>
     <name>SimpleApp - Simple Module</name>
 
     <build>
diff --git a/pom.xml b/pom.xml
index df1bdc7..4a3dc3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,24 +24,24 @@
             <!-- this project's own modules -->
             <dependency>
                 <groupId>org.apache.isis.starters</groupId>
-                <artifactId>simpleapp-module-simple</artifactId>
+                <artifactId>simpleapp-module-simple-jpa</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.starters</groupId>
-                <artifactId>simpleapp-module-simple</artifactId>
+                <artifactId>simpleapp-module-simple-jpa</artifactId>
                 <version>${project.version}</version>
                 <scope>test</scope>
                 <type>test-jar</type>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.starters</groupId>
-                <artifactId>simpleapp-application</artifactId>
+                <artifactId>simpleapp-application-jpa</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.starters</groupId>
-                <artifactId>simpleapp-webapp</artifactId>
+                <artifactId>simpleapp-webapp-jpa</artifactId>
                 <version>${project.version}</version>
             </dependency>
 
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 532d75d..3070afe 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -136,7 +136,7 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>simpleapp-module-simple</artifactId>
+            <artifactId>simpleapp-module-simple-jpa</artifactId>
         </dependency>
 
         <!-- isis -->
@@ -177,7 +177,7 @@
         
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>simpleapp-module-simple</artifactId>
+            <artifactId>simpleapp-module-simple-jpa</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>