You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/06/24 15:52:31 UTC

[plc4x-build-tools] 02/03: - Fixed the parent dependencies of the external modules.

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit 3c096abe1b439870d07387456ded8201205f0405
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jun 19 12:14:18 2019 +0200

    - Fixed the parent dependencies of the external modules.
---
 language-base/pom.xml      | 2 +-
 plc4x-maven-plugin/pom.xml | 2 +-
 protocol-base/pom.xml      | 2 +-
 types-base/pom.xml         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/language-base/pom.xml b/language-base/pom.xml
index 8896b2b..7980f7a 100644
--- a/language-base/pom.xml
+++ b/language-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton</artifactId>
+    <artifactId>plc4x-code-generaton-external</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/plc4x-maven-plugin/pom.xml b/plc4x-maven-plugin/pom.xml
index 5b7c946..33d3709 100644
--- a/plc4x-maven-plugin/pom.xml
+++ b/plc4x-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton</artifactId>
+    <artifactId>plc4x-code-generaton-external</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/protocol-base/pom.xml b/protocol-base/pom.xml
index c8ea9a4..1a58611 100644
--- a/protocol-base/pom.xml
+++ b/protocol-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton</artifactId>
+    <artifactId>plc4x-code-generaton-external</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/types-base/pom.xml b/types-base/pom.xml
index d5f2aa9..03d30ec 100644
--- a/types-base/pom.xml
+++ b/types-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton</artifactId>
+    <artifactId>plc4x-code-generaton-external</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>