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 2021/03/12 19:22:27 UTC

[isis-app-helloworld] 01/03: making name of pom.xml consistent

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

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

commit 38076a9130ed0fb42f19e2f650d93ba05fd95f5d
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 12 18:39:42 2021 +0000

    making name of pom.xml consistent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3fa12b..9914ade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 	<artifactId>helloworld-jpa</artifactId>
 	<version>1.0.0-SNAPSHOT</version>
 
-	<name>Apache Isis App - HelloWorld (JPA)</name>
+	<name>HelloWorld (JPA)</name>
 
 	<packaging>jar</packaging>