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 2019/01/16 16:42:41 UTC

[incubator-plc4x] branch develop updated: - Updated the pom versions of modules excluded from the build.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 333656e  - Updated the pom versions of modules excluded from the build.
333656e is described below

commit 333656eb1825e041a3d44a8f1e65f272bca45df2
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jan 16 17:42:37 2019 +0100

    - Updated the pom versions of modules excluded from the build.
---
 plc4cpp/api/pom.xml           | 4 ++--
 plc4cpp/libs/pom.xml          | 2 +-
 plc4cpp/pom.xml               | 2 +-
 plc4j/drivers/delta-v/pom.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/plc4cpp/api/pom.xml b/plc4cpp/api/pom.xml
index bb719cd..7d93541 100644
--- a/plc4cpp/api/pom.xml
+++ b/plc4cpp/api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4cpp</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4cpp-api</artifactId>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4cpp-libs</artifactId>
-      <version>0.3.0-SNAPSHOT</version>
+      <version>0.4.0-SNAPSHOT</version>
       <type>pom</type>
     </dependency>
   </dependencies>
diff --git a/plc4cpp/libs/pom.xml b/plc4cpp/libs/pom.xml
index 5c8a8b0..9e038d7 100644
--- a/plc4cpp/libs/pom.xml
+++ b/plc4cpp/libs/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4cpp</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4cpp-libs</artifactId>
diff --git a/plc4cpp/pom.xml b/plc4cpp/pom.xml
index dad94e2..e6811f8 100644
--- a/plc4cpp/pom.xml
+++ b/plc4cpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-parent</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4cpp</artifactId>
diff --git a/plc4j/drivers/delta-v/pom.xml b/plc4j/drivers/delta-v/pom.xml
index b7692b6..c04e7c3 100644
--- a/plc4j/drivers/delta-v/pom.xml
+++ b/plc4j/drivers/delta-v/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4j-drivers</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-driver-delta-v</artifactId>