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

chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5a4b03ca chore: Streamlined the artifactIds of some of the "tools" to 
match the general pattern.
5a4b03ca is described below

commit 5a4b03cad2a0eb993523bdd37efdc9ef9ef4d14c
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Jul 27 10:47:15 2026 +0200

    chore: Streamlined the artifactIds of some of the "tools" to match the 
general pattern.
    
    chore: Removed the scraper.
---
 plc4j/examples/hello-opm/pom.xml                                      | 4 ++--
 plc4j/integrations/apache-calcite/pom.xml                             | 2 +-
 plc4j/integrations/apache-kafka/pom.xml                               | 2 +-
 plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml   | 2 +-
 plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml | 2 +-
 plc4j/tools/opcua-server/pom.xml                                      | 2 +-
 plc4j/tools/plc4x-server/pom.xml                                      | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/plc4j/examples/hello-opm/pom.xml b/plc4j/examples/hello-opm/pom.xml
index 38a79e46..a3e81533 100644
--- a/plc4j/examples/hello-opm/pom.xml
+++ b/plc4j/examples/hello-opm/pom.xml
@@ -42,12 +42,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-opm</artifactId>
+      <artifactId>plc4j-tools-opm</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
 
diff --git a/plc4j/integrations/apache-calcite/pom.xml 
b/plc4j/integrations/apache-calcite/pom.xml
index 962f412b..9b2b79ac 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -62,7 +62,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
 
diff --git a/plc4j/integrations/apache-kafka/pom.xml 
b/plc4j/integrations/apache-kafka/pom.xml
index 56022159..18bc4bdd 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -162,7 +162,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.plc4x</groupId>
-            <artifactId>plc4j-connection-cache</artifactId>
+            <artifactId>plc4j-tools-connection-cache</artifactId>
             <version>${plc4x.version}</version>
         </dependency>
         <dependency>
diff --git 
a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
index 1ce1df15..a214b679 100644
--- a/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-1/nifi-plc4x-processors/pom.xml
@@ -41,7 +41,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
     <dependency>
diff --git 
a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml 
b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
index 595c43e0..1bf4dc4f 100644
--- a/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
+++ b/plc4j/integrations/apache-nifi/nifi-2/nifi-2-plc4x-processors/pom.xml
@@ -41,7 +41,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
     <dependency>
diff --git a/plc4j/tools/opcua-server/pom.xml b/plc4j/tools/opcua-server/pom.xml
index f0948a47..3e273a9e 100644
--- a/plc4j/tools/opcua-server/pom.xml
+++ b/plc4j/tools/opcua-server/pom.xml
@@ -106,7 +106,7 @@
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
 
diff --git a/plc4j/tools/plc4x-server/pom.xml b/plc4j/tools/plc4x-server/pom.xml
index e0e2d1aa..67850cdf 100644
--- a/plc4j/tools/plc4x-server/pom.xml
+++ b/plc4j/tools/plc4x-server/pom.xml
@@ -106,7 +106,7 @@
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-connection-cache</artifactId>
+      <artifactId>plc4j-tools-connection-cache</artifactId>
       <version>${plc4x.version}</version>
     </dependency>
 

Reply via email to