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 2018/03/06 14:33:52 UTC

[incubator-plc4x] branch master updated: Corrected the parent pom coordinates for the driver-bases

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new abf89f1  Corrected the parent pom coordinates for the driver-bases
abf89f1 is described below

commit abf89f1e8c0706e17bbd7bee18a2055b02aae713
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Mar 6 15:33:49 2018 +0100

    Corrected the parent pom coordinates for the driver-bases
---
 plc4j/protocols/driver-bases/base/pom.xml       | 2 +-
 plc4j/protocols/driver-bases/raw-socket/pom.xml | 2 +-
 plc4j/protocols/driver-bases/serial/pom.xml     | 2 +-
 plc4j/protocols/driver-bases/tcp/pom.xml        | 2 +-
 plc4j/protocols/driver-bases/test/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/plc4j/protocols/driver-bases/base/pom.xml b/plc4j/protocols/driver-bases/base/pom.xml
index 61c0459..e46a855 100644
--- a/plc4j/protocols/driver-bases/base/pom.xml
+++ b/plc4j/protocols/driver-bases/base/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-protocols</artifactId>
+    <artifactId>plc4j-protocols-driver-bases</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 
diff --git a/plc4j/protocols/driver-bases/raw-socket/pom.xml b/plc4j/protocols/driver-bases/raw-socket/pom.xml
index 44e22b5..563176c 100644
--- a/plc4j/protocols/driver-bases/raw-socket/pom.xml
+++ b/plc4j/protocols/driver-bases/raw-socket/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-protocols</artifactId>
+    <artifactId>plc4j-protocols-driver-bases</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 
diff --git a/plc4j/protocols/driver-bases/serial/pom.xml b/plc4j/protocols/driver-bases/serial/pom.xml
index 833ac06..cb70a0d 100644
--- a/plc4j/protocols/driver-bases/serial/pom.xml
+++ b/plc4j/protocols/driver-bases/serial/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-protocols</artifactId>
+    <artifactId>plc4j-protocols-driver-bases</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 
diff --git a/plc4j/protocols/driver-bases/tcp/pom.xml b/plc4j/protocols/driver-bases/tcp/pom.xml
index 7e9637d..a7b9186 100644
--- a/plc4j/protocols/driver-bases/tcp/pom.xml
+++ b/plc4j/protocols/driver-bases/tcp/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-protocols</artifactId>
+    <artifactId>plc4j-protocols-driver-bases</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 
diff --git a/plc4j/protocols/driver-bases/test/pom.xml b/plc4j/protocols/driver-bases/test/pom.xml
index 0500a68..1c05750 100644
--- a/plc4j/protocols/driver-bases/test/pom.xml
+++ b/plc4j/protocols/driver-bases/test/pom.xml
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.plc4x</groupId>
-    <artifactId>plc4j-protocols</artifactId>
+    <artifactId>plc4j-protocols-driver-bases</artifactId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
 

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.