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

cdutz pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 12a3931dfd build: Made the testsuites in c, go and python also use the 
test-scope to initialize their local repositories.
12a3931dfd is described below

commit 12a3931dfd1de5ddb0dce17ae424e1e03f3a0853
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Fri Feb 16 16:27:26 2024 +0100

    build: Made the testsuites in c, go and python also use the test-scope to 
initialize their local repositories.
---
 .../language-python/src/test/resources/integration-test/pom.xml     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
index 550b1281e6..983e8e37e6 100644
--- 
a/code-generation/language-python/src/test/resources/integration-test/pom.xml
+++ 
b/code-generation/language-python/src/test/resources/integration-test/pom.xml
@@ -28,9 +28,9 @@
     <relativePath>../../../..</relativePath>
   </parent>
 
-  <artifactId>plc4j-java-mspec-test</artifactId>
+  <artifactId>plc4j-python-mspec-test</artifactId>
 
-  <name>PLC4J: Driver: Java Mspec Test</name>
+  <name>PLC4J: Driver: Python Mspec Test</name>
   <description></description>
 
   <build>
@@ -174,7 +174,7 @@
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4x-code-generation-language-java</artifactId>
+      <artifactId>plc4x-code-generation-language-python</artifactId>
       <version>@project.version@</version>
       <!-- Scope is 'provided' as this way it's not shipped with the driver -->
       <scope>provided</scope>

Reply via email to