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 2019/12/04 15:17:39 UTC

[isis-app-helloworld] 01/04: changes the groupId.

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-helloworld.git

commit 0c4e7f83deb18c8306f1deb04499aa0bd413f148
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Dec 4 15:12:21 2019 +0000

    changes the groupId.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83af5db..6c74f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 		<version>2.0.0-M3-SNAPSHOT</version>
 	</parent>
 
-	<groupId>org.apache.isis.examples.apps</groupId>
+	<groupId>org.apache.isis.starters</groupId>
 	<artifactId>helloworld</artifactId>
 
 	<name>Apache Isis App - HelloWorld</name>