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/08/30 07:21:20 UTC

[plc4x-build-tools] branch develop updated: - Fixed the parent pom coordinates for the plugin 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


The following commit(s) were added to refs/heads/develop by this push:
     new 8689f14  - Fixed the parent pom coordinates for the plugin modules
8689f14 is described below

commit 8689f142b8f48e9f49546be9162261fe4652db6d
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Aug 30 09:21:12 2019 +0200

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

diff --git a/code-generation/language-base/pom.xml b/code-generation/language-base/pom.xml
index d4e1ed2..89a75fc 100644
--- a/code-generation/language-base/pom.xml
+++ b/code-generation/language-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton-external</artifactId>
+    <artifactId>plc4x-code-generaton</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/plc4x-maven-plugin/pom.xml b/code-generation/plc4x-maven-plugin/pom.xml
index 518af26..92cb2ff 100644
--- a/code-generation/plc4x-maven-plugin/pom.xml
+++ b/code-generation/plc4x-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton-external</artifactId>
+    <artifactId>plc4x-code-generaton</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index 6ad27a7..958565d 100644
--- a/code-generation/protocol-base/pom.xml
+++ b/code-generation/protocol-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton-external</artifactId>
+    <artifactId>plc4x-code-generaton</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index 11a6ce2..a0c16ff 100644
--- a/code-generation/types-base/pom.xml
+++ b/code-generation/types-base/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
-    <artifactId>plc4x-code-generaton-external</artifactId>
+    <artifactId>plc4x-code-generaton</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>