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 00:01:35 UTC

[isis] 04/04: ISIS-2213: also updates git.propertiesDir etc. for webboot-springboot

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 46ab88dec47e9f19da07b95dfa477059bef7345f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Dec 4 23:55:22 2019 +0000

    ISIS-2213: also updates git.propertiesDir etc. for webboot-springboot
---
 core/webboot-springboot/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/webboot-springboot/pom.xml b/core/webboot-springboot/pom.xml
index c93b66f..e5b0fd8 100644
--- a/core/webboot-springboot/pom.xml
+++ b/core/webboot-springboot/pom.xml
@@ -34,8 +34,8 @@
     </description>
 
     <properties>
-        <jar-plugin.automaticModuleName>org.apache.isis.runtime.spring</jar-plugin.automaticModuleName>
-        <git-plugin.propertiesDir>org/apache/isis/runtime/spring</git-plugin.propertiesDir>
+        <jar-plugin.automaticModuleName>org.apache.isis.webboot.springboot</jar-plugin.automaticModuleName>
+        <git-plugin.propertiesDir>org/apache/isis/webboot/springboot</git-plugin.propertiesDir>
     </properties>
 
     <build>