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 2021/01/25 12:26:39 UTC

[plc4x] branch rel/0.8 updated: - Cleanup after preparing the release

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

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


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new 5e856b2  - Cleanup after preparing the release
5e856b2 is described below

commit 5e856b248d6280dc652f1299c0a474b963f29018
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Jan 25 13:25:54 2021 +0100

    - Cleanup after preparing the release
---
 .../plc4go/knxnetip/readwrite/model/KnxDatapointType.go        | 10 +++++-----
 plc4j/examples/dummy-driver/pom.xml                            |  8 ++++----
 plc4j/examples/hello-world-plc4x/pom.xml                       |  2 +-
 plc4j/examples/replay-test/pom.xml                             |  4 ++--
 plc4j/karaf-features/camel/pom.xml                             |  4 ++--
 plc4j/karaf-features/eip/pom.xml                               |  6 +++---
 plc4j/karaf-features/karaf-itest/pom.xml                       |  6 +++---
 plc4j/karaf-features/pom.xml                                   |  2 +-
 plc4j/karaf-features/s7/pom.xml                                |  6 +++---
 plc4j/protocols/ads/pom.xml                                    |  6 +++---
 plc4j/protocols/benchmarks/pom.xml                             |  4 ++--
 plc4j/protocols/delta-v/pom.xml                                |  2 +-
 plc4j/protocols/pom.xml                                        |  2 +-
 sandbox/plc4cpp/pom.xml                                        |  4 ++--
 14 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxDatapointType.go b/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxDatapointType.go
index 7638b34..47da561 100644
--- a/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxDatapointType.go
+++ b/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxDatapointType.go
@@ -1517,7 +1517,7 @@ func (e KnxDatapointType) Name() string {
             return "heat quantity"
         }
         case 153: { /* '153' */
-            return "impedance (Ω)"
+            return "impedance (?)"
         }
         case 154: { /* '154' */
             return "length (m)"
@@ -1580,19 +1580,19 @@ func (e KnxDatapointType) Name() string {
             return "power (W)"
         }
         case 172: { /* '172' */
-            return "power factor (cos Φ)"
+            return "power factor (cos ?)"
         }
         case 173: { /* '173' */
             return "pressure (Pa)"
         }
         case 174: { /* '174' */
-            return "reactance (Ω)"
+            return "reactance (?)"
         }
         case 175: { /* '175' */
-            return "resistance (Ω)"
+            return "resistance (?)"
         }
         case 176: { /* '176' */
-            return "resistivity (Ωm)"
+            return "resistivity (?m)"
         }
         case 177: { /* '177' */
             return "self inductance (H)"
diff --git a/plc4j/examples/dummy-driver/pom.xml b/plc4j/examples/dummy-driver/pom.xml
index 33dd124..212f2dc 100644
--- a/plc4j/examples/dummy-driver/pom.xml
+++ b/plc4j/examples/dummy-driver/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-dummy-driver</artifactId>
@@ -38,18 +38,18 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-spi</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-transport-tcp</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/plc4j/examples/hello-world-plc4x/pom.xml b/plc4j/examples/hello-world-plc4x/pom.xml
index 507f0b5..d291be4 100644
--- a/plc4j/examples/hello-world-plc4x/pom.xml
+++ b/plc4j/examples/hello-world-plc4x/pom.xml
@@ -64,7 +64,7 @@
     <!--dependency>
       <groupId>org.apache.plc4x.sandbox</groupId>
       <artifactId>test-java-amsads-driver</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.9.1-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency-->
   </dependencies>
diff --git a/plc4j/examples/replay-test/pom.xml b/plc4j/examples/replay-test/pom.xml
index 1bae2c7..d2b641a 100644
--- a/plc4j/examples/replay-test/pom.xml
+++ b/plc4j/examples/replay-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.examples</groupId>
     <artifactId>plc4j-examples</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-replay-test</artifactId>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/plc4j/karaf-features/camel/pom.xml b/plc4j/karaf-features/camel/pom.xml
index 584b7f6..5d9e15d 100644
--- a/plc4j/karaf-features/camel/pom.xml
+++ b/plc4j/karaf-features/camel/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>karaf-features</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-apache-camel</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/plc4j/karaf-features/eip/pom.xml b/plc4j/karaf-features/eip/pom.xml
index ca4d460..6b1d2a4 100644
--- a/plc4j/karaf-features/eip/pom.xml
+++ b/plc4j/karaf-features/eip/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>karaf-features</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -35,12 +35,12 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-osgi</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-eip</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
 
   </dependencies>
diff --git a/plc4j/karaf-features/karaf-itest/pom.xml b/plc4j/karaf-features/karaf-itest/pom.xml
index 18e8068..1cd41ab 100644
--- a/plc4j/karaf-features/karaf-itest/pom.xml
+++ b/plc4j/karaf-features/karaf-itest/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>karaf-features</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>karaf-itest</artifactId>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>driver-s7-feature</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
@@ -114,7 +114,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/plc4j/karaf-features/pom.xml b/plc4j/karaf-features/pom.xml
index 2c0bc00..b0dbfbf 100644
--- a/plc4j/karaf-features/pom.xml
+++ b/plc4j/karaf-features/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>karaf-features</artifactId>
diff --git a/plc4j/karaf-features/s7/pom.xml b/plc4j/karaf-features/s7/pom.xml
index 9b15440..a153179 100644
--- a/plc4j/karaf-features/s7/pom.xml
+++ b/plc4j/karaf-features/s7/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>karaf-features</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>driver-s7-feature</artifactId>
@@ -36,12 +36,12 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-osgi</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-driver-s7</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/plc4j/protocols/ads/pom.xml b/plc4j/protocols/ads/pom.xml
index 043db22..7cf1d00 100644
--- a/plc4j/protocols/ads/pom.xml
+++ b/plc4j/protocols/ads/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-protocols</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-protocol-ads</artifactId>
@@ -36,12 +36,12 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-api</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-spi</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/plc4j/protocols/benchmarks/pom.xml b/plc4j/protocols/benchmarks/pom.xml
index 83e650d..be75a29 100644
--- a/plc4j/protocols/benchmarks/pom.xml
+++ b/plc4j/protocols/benchmarks/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>plc4j-protocols</artifactId>
     <groupId>org.apache.plc4x</groupId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-protocol-benchmarks</artifactId>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4j-protocol-ads</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
diff --git a/plc4j/protocols/delta-v/pom.xml b/plc4j/protocols/delta-v/pom.xml
index 5d31e5d..e1b4ac8 100644
--- a/plc4j/protocols/delta-v/pom.xml
+++ b/plc4j/protocols/delta-v/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-protocols</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-protocol-delta-v</artifactId>
diff --git a/plc4j/protocols/pom.xml b/plc4j/protocols/pom.xml
index f6f19cc..0e655b4 100644
--- a/plc4j/protocols/pom.xml
+++ b/plc4j/protocols/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-protocols</artifactId>
diff --git a/sandbox/plc4cpp/pom.xml b/sandbox/plc4cpp/pom.xml
index c352c7a..fb3525f 100644
--- a/sandbox/plc4cpp/pom.xml
+++ b/sandbox/plc4cpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.sandbox</groupId>
     <artifactId>plc4x-sandbox</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4cpp</artifactId>
@@ -240,7 +240,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4x-tools-boost</artifactId>
-      <version>0.8.0-SNAPSHOT</version>
+      <version>0.8.1-SNAPSHOT</version>
       <type>pom</type>
       <scope>provided</scope>
     </dependency>