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 18:36:57 UTC

[incubator-plc4x] branch rel/0.3 updated: - Manually removed the "-SNAPSHOT" suffix from modules not part of the normal build in preparation of the upcoming release.

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

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


The following commit(s) were added to refs/heads/rel/0.3 by this push:
     new b0a46fa  - Manually removed the "-SNAPSHOT" suffix from modules not part of the normal build in preparation of the upcoming release.
b0a46fa is described below

commit b0a46facd58cd3405caca57a114b56d41e94e693
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jan 16 19:36:48 2019 +0100

    - Manually removed the "-SNAPSHOT" suffix from modules not part of the normal build in preparation of the upcoming release.
---
 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..aa7c7ab 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.3.0</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.3.0</version>
       <type>pom</type>
     </dependency>
   </dependencies>
diff --git a/plc4cpp/libs/pom.xml b/plc4cpp/libs/pom.xml
index 5c8a8b0..74d1933 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.3.0</version>
   </parent>
 
   <artifactId>plc4cpp-libs</artifactId>
diff --git a/plc4cpp/pom.xml b/plc4cpp/pom.xml
index dad94e2..03bd4f5 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.3.0</version>
   </parent>
 
   <artifactId>plc4cpp</artifactId>
diff --git a/plc4j/drivers/delta-v/pom.xml b/plc4j/drivers/delta-v/pom.xml
index b7692b6..15b1750 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.3.0</version>
   </parent>
 
   <artifactId>plc4j-driver-delta-v</artifactId>