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/05 08:47:01 UTC

[isis] 02/06: ISIS-2213: updates git.propertiesDir etc for viewer-restfulobjects-viewer

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

commit 08f8fd397989fce785d28eb5f95da9669cd4c915
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Dec 5 08:09:02 2019 +0000

    ISIS-2213: updates git.propertiesDir etc for viewer-restfulobjects-viewer
---
 core/viewers/restfulobjects/server/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/viewers/restfulobjects/server/pom.xml b/core/viewers/restfulobjects/server/pom.xml
index d319b48..4edb94b 100644
--- a/core/viewers/restfulobjects/server/pom.xml
+++ b/core/viewers/restfulobjects/server/pom.xml
@@ -32,8 +32,8 @@
 	<name>Apache Isis Viewer - RO (Server)</name>
 
     <properties>
-        <jar-plugin.automaticModuleName>org.apache.isis.viewer.restfulobjects.server</jar-plugin.automaticModuleName>
-        <git-plugin.propertiesDir>org/apache/isis/viewer/restfulobjects/server</git-plugin.propertiesDir>
+        <jar-plugin.automaticModuleName>org.apache.isis.viewer.restfulobjects.viewer</jar-plugin.automaticModuleName>
+        <git-plugin.propertiesDir>org/apache/isis/viewer/restfulobjects/viewer</git-plugin.propertiesDir>
     </properties>
 
     <dependencies>