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 e0b3493  PLC4X-5 - Implement the Modbus Protocol - Implemented a 
skeleton for the Modbus protocol (TCP / Serial) - Added a new Serial 
driver-base usable for implementing protocols using serial ports
e0b3493 is described below

commit e0b3493d1b4939373ae2594d06688eadd3385608
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Tue Mar 6 14:40:41 2018 +0100

    PLC4X-5 - Implement the Modbus Protocol
    - Implemented a skeleton for the Modbus protocol (TCP / Serial)
    - Added a new Serial driver-base usable for implementing protocols using 
serial ports
    
    PLC4X-3 - Implement a testing framework for protocols
    - Split up the driver-base package into separate modules depending on the 
type of connection being used.
    - Converted the test-code of the base-driver to a "base-driver-test" module 
as relying on a test-jar caused undesired dependency problems.
---
 plc4j/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/core/pom.xml b/plc4j/core/pom.xml
index 1a28641..5afcbb0 100644
--- a/plc4j/core/pom.xml
+++ b/plc4j/core/pom.xml
@@ -47,7 +47,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
-      <artifactId>plc4j-protocol-driver-base-base</artifactId>
+      <artifactId>plc4j-protocol-driver-base</artifactId>
       <version>0.0.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>

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

Reply via email to