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 2022/04/22 06:08:27 UTC

[isis] 02/02: ISIS-2445: graphql pom fixes

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 9be50580b1940985fda68a1d261a9c37947de7a0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Apr 22 08:08:20 2022 +0200

    ISIS-2445: graphql pom fixes
---
 incubator/viewers/graphql/applib/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/incubator/viewers/graphql/applib/pom.xml b/incubator/viewers/graphql/applib/pom.xml
index a44fcc0842..cb46d5e0d5 100644
--- a/incubator/viewers/graphql/applib/pom.xml
+++ b/incubator/viewers/graphql/applib/pom.xml
@@ -25,8 +25,8 @@
 	<name>Apache Isis Inc - Viewer GraphQL (Applib)</name>
 
 	<properties>
-		<jar-plugin.automaticModuleName>org.apache.isis.incubator.viewer.graphql.model</jar-plugin.automaticModuleName>
-		<git-plugin.propertiesDir>org/apache/isis/incubator/viewer/graphql/model</git-plugin.propertiesDir>
+		<jar-plugin.automaticModuleName>org.apache.isis.incubator.viewer.graphql.applib</jar-plugin.automaticModuleName>
+		<git-plugin.propertiesDir>org/apache/isis/incubator/viewer/graphql/applib</git-plugin.propertiesDir>
 	</properties>
 
 	<dependencies>