You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2020/02/07 09:25:01 UTC

[plc4x] branch rel/0.6 updated: Use Released Version 1.1.0 of PLC4X Build Tools, Minor pom fixes

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

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


The following commit(s) were added to refs/heads/rel/0.6 by this push:
     new 4437d6e  Use Released Version 1.1.0 of PLC4X Build Tools, Minor pom fixes
4437d6e is described below

commit 4437d6effdee71f0fbd1d4c4f1503f9d42178b6c
Author: julian <j....@pragmaticminds.de>
AuthorDate: Fri Feb 7 10:24:51 2020 +0100

    Use Released Version 1.1.0 of PLC4X Build Tools, Minor pom fixes
---
 plc4j/protocols/iso-tp/pom.xml | 4 ++++
 pom.xml                        | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/plc4j/protocols/iso-tp/pom.xml b/plc4j/protocols/iso-tp/pom.xml
index 3f144de..ded87e8 100644
--- a/plc4j/protocols/iso-tp/pom.xml
+++ b/plc4j/protocols/iso-tp/pom.xml
@@ -56,6 +56,10 @@
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.mockito</groupId>
diff --git a/pom.xml b/pom.xml
index f0efff4..d1c10eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <!-- Exclude all generated code -->
     <sonar.exclusions>**/generated-sources</sonar.exclusions>
 
-    <plc4x-code-generation.version>1.1.0-SNAPSHOT</plc4x-code-generation.version>
+    <plc4x-code-generation.version>1.1.0</plc4x-code-generation.version>
 
     <antlr.version>4.7.2</antlr.version>
     <asm.version>5.0.4</asm.version>
@@ -1947,4 +1947,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>