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/01/27 09:50:39 UTC

[isis-app-helloworld] branch jdo updated: renames artifactId, adds -jdo suffix

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


The following commit(s) were added to refs/heads/jdo by this push:
     new d50f7d0  renames artifactId, adds -jdo suffix
d50f7d0 is described below

commit d50f7d05e0cd3950c68c46e3450f832ae0ac3ade
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 27 09:49:44 2021 +0000

    renames artifactId, adds -jdo suffix
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9c788e..9d45a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,10 +12,10 @@
 	</parent>
 
 	<groupId>org.apache.isis.starters</groupId>
-	<artifactId>helloworld</artifactId>
+	<artifactId>helloworld-jdo</artifactId>
 	<version>1.0.0-SNAPSHOT</version>
 
-	<name>Apache Isis App - HelloWorld</name>
+	<name>Apache Isis App - HelloWorld (JDO)</name>
 
 	<packaging>jar</packaging>