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/09/17 13:24:23 UTC

[incubator-plc4x] branch master updated: - Changed the enip driver to the release version

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 3bc5d6a  - Changed the enip driver to the release version
3bc5d6a is described below

commit 3bc5d6a9f6af76fc3ddb7c808aae8aeb95200ab1
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 17 15:24:20 2018 +0200

    - Changed the enip driver to the release version
---
 plc4j/protocols/ethernetip/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/protocols/ethernetip/pom.xml b/plc4j/protocols/ethernetip/pom.xml
index 2d0b61f..49ce57a 100644
--- a/plc4j/protocols/ethernetip/pom.xml
+++ b/plc4j/protocols/ethernetip/pom.xml
@@ -34,7 +34,7 @@
   </description>
 
   <properties>
-    <ethernetip-driver.version>1.2.0-SNAPSHOT</ethernetip-driver.version>
+    <ethernetip-driver.version>1.2.0</ethernetip-driver.version>
   </properties>
 
   <dependencies>