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

danhaywood pushed a commit to branch ISIS-3002
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-3002 by this push:
     new 06e4ff6205 ISIS-3002: fixes groupId ref for commandreplay
06e4ff6205 is described below

commit 06e4ff6205a54febdb014a441ae7896e58ecee1d
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Jul 21 17:35:45 2022 +0100

    ISIS-3002: fixes groupId ref for commandreplay
---
 incubator/extensions/core/commandreplay/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/incubator/extensions/core/commandreplay/pom.xml 
b/incubator/extensions/core/commandreplay/pom.xml
index 0540ad3384..e88c110335 100644
--- a/incubator/extensions/core/commandreplay/pom.xml
+++ b/incubator/extensions/core/commandreplay/pom.xml
@@ -15,12 +15,13 @@
        <modelVersion>4.0.0</modelVersion>
 
        <parent>
-               <groupId>org.apache.isis.incubator.extensions</groupId>
+               <groupId>org.apache.isis.incubator</groupId>
                <artifactId>isis-incubator</artifactId>
                <version>2.0.0-SNAPSHOT</version>
                <relativePath>../../../pom.xml</relativePath>
        </parent>
 
+       <groupId>org.apache.isis.incubator.extensions</groupId>
        <artifactId>isis-extensions-commandreplay</artifactId>
        <name>Apache Isis Ext - Command Replay</name>
        <description>Replays commands to secondary system</description>

Reply via email to