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/19 10:14:25 UTC

[plc4x] branch develop updated: - 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.git


The following commit(s) were added to refs/heads/develop by this push:
     new cf3ed7e  - Fixed the parent dependencies of the external modules.
cf3ed7e is described below

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

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

diff --git a/sandbox/code-generation/external/language-base/pom.xml b/sandbox/code-generation/external/language-base/pom.xml
index 8896b2b..7980f7a 100644
--- a/sandbox/code-generation/external/language-base/pom.xml
+++ b/sandbox/code-generation/external/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/sandbox/code-generation/external/plc4x-maven-plugin/pom.xml b/sandbox/code-generation/external/plc4x-maven-plugin/pom.xml
index 5b7c946..33d3709 100644
--- a/sandbox/code-generation/external/plc4x-maven-plugin/pom.xml
+++ b/sandbox/code-generation/external/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/sandbox/code-generation/external/protocol-base/pom.xml b/sandbox/code-generation/external/protocol-base/pom.xml
index c8ea9a4..1a58611 100644
--- a/sandbox/code-generation/external/protocol-base/pom.xml
+++ b/sandbox/code-generation/external/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/sandbox/code-generation/external/types-base/pom.xml b/sandbox/code-generation/external/types-base/pom.xml
index d5f2aa9..03d30ec 100644
--- a/sandbox/code-generation/external/types-base/pom.xml
+++ b/sandbox/code-generation/external/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>