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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e7f487  just renames the <name> in pom.xml, so group together nicely 
in the IDE
3e7f487 is described below

commit 3e7f487ed94ec726f4f1aae6d8aa59478d8dff8a
Author: danhaywood <[email protected]>
AuthorDate: Wed Sep 2 08:04:50 2020 +0100

    just renames the <name> in pom.xml, so group together nicely in the IDE
---
 module-simple/pom.xml | 2 +-
 pom.xml               | 2 +-
 webapp/pom.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 18d1dbc..fd8611f 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -11,7 +11,7 @@
     </parent>
 
     <artifactId>simpleapp-module-simple</artifactId>
-    <name>Apache Isis App - SimpleApp Simple Module</name>
+    <name>SimpleApp - Simple Module</name>
 
     <build>
         <resources>
diff --git a/pom.xml b/pom.xml
index 9272ac6..cce95b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <artifactId>simpleapp</artifactId>
     <version>2.0.0-SNAPSHOT</version>
 
-    <name>Apache Isis App - SimpleApp Parent</name>
+    <name>SimpleApp - Parent</name>
 
     <packaging>pom</packaging>
 
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 892654e..ff5be63 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -9,7 +9,7 @@
     </parent>
 
     <artifactId>simpleapp-webapp</artifactId>
-    <name>Apache Isis App - SimpleApp Webapp</name>
+    <name>SimpleApp - Webapp</name>
 
     <description>Assembles and runs both the Wicket viewer and the 
Restfulobjects viewer in a single webapp configured to run using the 
JDO/DataNucleus object store.</description>
 

Reply via email to