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 7efed5c868 fix: Set the correct parent pom artifact ids for the 
language generation modules
7efed5c868 is described below

commit 7efed5c868c4fedd7034503bffed48e2a13a9773
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 2 15:38:15 2025 +0200

    fix: Set the correct parent pom artifact ids for the language generation 
modules
---
 code-generation/language/c/pom.xml      | 2 +-
 code-generation/language/cs/pom.xml     | 2 +-
 code-generation/language/go/pom.xml     | 2 +-
 code-generation/language/java/pom.xml   | 2 +-
 code-generation/language/python/pom.xml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/code-generation/language/c/pom.xml 
b/code-generation/language/c/pom.xml
index cd476b1cc0..fe228982b2 100644
--- a/code-generation/language/c/pom.xml
+++ b/code-generation/language/c/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4x-code-generation</artifactId>
+    <artifactId>plc4x-code-generation-language</artifactId>
     <version>0.13.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/language/cs/pom.xml 
b/code-generation/language/cs/pom.xml
index 05dad41f87..6a69c704ff 100644
--- a/code-generation/language/cs/pom.xml
+++ b/code-generation/language/cs/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4x-code-generation</artifactId>
+    <artifactId>plc4x-code-generation-language</artifactId>
     <version>0.13.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/language/go/pom.xml 
b/code-generation/language/go/pom.xml
index 11ca36a9bf..6590eab597 100644
--- a/code-generation/language/go/pom.xml
+++ b/code-generation/language/go/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4x-code-generation</artifactId>
+    <artifactId>plc4x-code-generation-language</artifactId>
     <version>0.13.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/language/java/pom.xml 
b/code-generation/language/java/pom.xml
index 50b650135a..2fb90eb67d 100644
--- a/code-generation/language/java/pom.xml
+++ b/code-generation/language/java/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4x-code-generation</artifactId>
+    <artifactId>plc4x-code-generation-language</artifactId>
     <version>0.13.0-SNAPSHOT</version>
   </parent>
 
diff --git a/code-generation/language/python/pom.xml 
b/code-generation/language/python/pom.xml
index 0169032154..d1ed5e5586 100644
--- a/code-generation/language/python/pom.xml
+++ b/code-generation/language/python/pom.xml
@@ -23,7 +23,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4x-code-generation</artifactId>
+    <artifactId>plc4x-code-generation-language</artifactId>
     <version>0.13.0-SNAPSHOT</version>
   </parent>
 

Reply via email to