Skip to content

Commit 7efed5c

Browse files
committed
fix: Set the correct parent pom artifact ids for the language generation modules
1 parent 1e0325a commit 7efed5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

code-generation/language/c/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
26-
<artifactId>plc4x-code-generation</artifactId>
26+
<artifactId>plc4x-code-generation-language</artifactId>
2727
<version>0.13.0-SNAPSHOT</version>
2828
</parent>
2929

code-generation/language/cs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
26-
<artifactId>plc4x-code-generation</artifactId>
26+
<artifactId>plc4x-code-generation-language</artifactId>
2727
<version>0.13.0-SNAPSHOT</version>
2828
</parent>
2929

code-generation/language/go/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
26-
<artifactId>plc4x-code-generation</artifactId>
26+
<artifactId>plc4x-code-generation-language</artifactId>
2727
<version>0.13.0-SNAPSHOT</version>
2828
</parent>
2929

code-generation/language/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
26-
<artifactId>plc4x-code-generation</artifactId>
26+
<artifactId>plc4x-code-generation-language</artifactId>
2727
<version>0.13.0-SNAPSHOT</version>
2828
</parent>
2929

code-generation/language/python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
26-
<artifactId>plc4x-code-generation</artifactId>
26+
<artifactId>plc4x-code-generation-language</artifactId>
2727
<version>0.13.0-SNAPSHOT</version>
2828
</parent>
2929

0 commit comments

Comments
 (0)