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/09/18 15:08:38 UTC

[plc4x] 01/02: Prepared the parts not part of the release for the release. (Manually set to release version)

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

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

commit 5239f9890cfd049279c754e4a09cc065e428274d
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sat Sep 18 16:50:18 2021 +0200

    Prepared the parts not part of the release for the release. (Manually set to release version)
---
 sandbox/plc4cpp/pom.xml | 4 ++--
 tools/boost/pom.xml     | 2 +-
 tools/pom.xml           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sandbox/plc4cpp/pom.xml b/sandbox/plc4cpp/pom.xml
index affa4ee..38d802c 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.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>plc4cpp</artifactId>
@@ -240,7 +240,7 @@
     <dependency>
       <groupId>org.apache.plc4x</groupId>
       <artifactId>plc4x-tools-boost</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
+      <version>0.9.0</version>
       <type>pom</type>
       <scope>provided</scope>
     </dependency>
diff --git a/tools/boost/pom.xml b/tools/boost/pom.xml
index 191bc95..3ddbbab 100644
--- a/tools/boost/pom.xml
+++ b/tools/boost/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-tools</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>plc4x-tools-boost</artifactId>
diff --git a/tools/pom.xml b/tools/pom.xml
index 0ef00fa..bbc7d57 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>plc4x-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
   </parent>
 
   <artifactId>plc4x-tools</artifactId>